#B42042

Color #B42042 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B42042

Tints of Cardinal #B42042

Color information

#B42042 (or 0xB42042) is unknown color: approx Cardinal. HEX triplet: B4, 20 and 42. RGB value is (180,32,66). Sum of RGB (Red+Green+Blue) = 180+32+66=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B42042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42042 is #4BDFBD. Grayscale: #505050. Windows color (decimal): -4972478 or 4333748. OLE color: 4333748.

HSL color Cylindrical-coordinate representation of color #B42042: hue angle of 346.22º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42042 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB1803266-
CMYK00.820.630.29
HSL346.22º69.81%41.57%-
HSV(B)346.22º82.22%70.59%-
XYZ20.3211.136.23-
YUV80.13120.03199.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 64.75%
GREEN value IS 32 (12.89% from 255) = 11.51%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=64.75%
G=11.51%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180326600.820.630.29346.2269.8141.57
HexB420420523F1D15a462a
Octal264401020122773553210652
Binary10110100100000100001001010010111111111011010110101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42042; }

 p { color: rgb(180,32,66); }

 H1.HeaderClassName
 {
   color: #B42042;
 }
 .AnyTagClassName
 {
   color: #B42042;
 }
</style>
background-color css

<style>
 a { background-color: #B42042; }

 a { background-color: rgb(180,32,66); }

 div.DivClassName
 {
   background-color: #B42042;
 }
 .BgClassName
 {
   background-color: #B42042;
 }
</style>
border-color css

<style>
 span { border-color: #B42042; }

 span { border-color: rgb(180,32,66); }

 td.TdClassName
 {
   border-color: #B42042;
 }
 .TagClassName
 {
   border-color: #B42042;
 }
</style>