#CB4A39

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

Shades of Grenadier #CB4A39

Tints of Grenadier #CB4A39

Color information

#CB4A39 (or 0xCB4A39) is unknown color: approx Grenadier. HEX triplet: CB, 4A and 39. RGB value is (203,74,57). Sum of RGB (Red+Green+Blue) = 203+74+57=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4A39 is #34B5C6. Grayscale: #6E6E6E. Windows color (decimal): -3454407 or 3754699. OLE color: 3754699.

HSL color Cylindrical-coordinate representation of color #CB4A39: hue angle of 6.99º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB4A39 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB2037457-
CMYK00.640.720.20
HSL6.99º58.4%50.98%-
HSV(B)6.99º71.92%79.61%-
XYZ27.8217.895.86-
YUV110.6397.74193.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.78%
GREEN value IS 74 (29.30% from 255) = 22.16%
BLUE value IS 57 (22.66% from 255) = 17.07%
R=60.78%
G=22.16%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203745700.640.720.206.9958.450.98
HexCB4A39040481473a33
Octal3131127101001102477263
Binary11001011100101011100101000000100100010100111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4A39; }

 p { color: rgb(203,74,57); }

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

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

 a { background-color: rgb(203,74,57); }

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

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

 span { border-color: rgb(203,74,57); }

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