#CB2442

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

Shades of Brick Red #CB2442

Tints of Brick Red #CB2442

Color information

#CB2442 (or 0xCB2442) is unknown color: approx Brick Red. HEX triplet: CB, 24 and 42. RGB value is (203,36,66). Sum of RGB (Red+Green+Blue) = 203+36+66=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2442 is #34DBBD. Grayscale: #595959. Windows color (decimal): -3464126 or 4334795. OLE color: 4334795.

HSL color Cylindrical-coordinate representation of color #CB2442: hue angle of 349.22º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2442 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB2033666-
CMYK00.820.670.20
HSL349.22º69.87%46.86%-
HSV(B)349.22º82.27%79.61%-
XYZ26.2414.356.54-
YUV89.35114.83209.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 66.56%
GREEN value IS 36 (14.45% from 255) = 11.80%
BLUE value IS 66 (26.17% from 255) = 21.64%
R=66.56%
G=11.80%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203366600.820.670.20349.2269.8746.86
HexCB2442052431415d462f
Octal3134410201221032453510657
Binary110010111001001000010010100101000011101001010111011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2442; }

 p { color: rgb(203,36,66); }

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

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

 a { background-color: rgb(203,36,66); }

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

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

 span { border-color: rgb(203,36,66); }

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