#CA4237

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

Shades of Grenadier #CA4237

Tints of Grenadier #CA4237

Color information

#CA4237 (or 0xCA4237) is unknown color: approx Grenadier. HEX triplet: CA, 42 and 37. RGB value is (202,66,55). Sum of RGB (Red+Green+Blue) = 202+66+55=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4237 is #35BDC8. Grayscale: #696969. Windows color (decimal): -3521993 or 3621578. OLE color: 3621578.

HSL color Cylindrical-coordinate representation of color #CA4237: hue angle of 4.49º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA4237 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB2026655-
CMYK00.670.730.21
HSL4.49º58.1%50.39%-
HSV(B)4.49º72.77%79.22%-
XYZ26.9916.735.42-
YUV105.4199.56196.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.54%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 55 (21.88% from 255) = 17.03%
R=62.54%
G=20.43%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202665500.670.730.214.4958.150.39
HexCA4237043491543a32
Octal3121026701031112547262
Binary11001010100001011011101000011100100110101100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4237; }

 p { color: rgb(202,66,55); }

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

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

 a { background-color: rgb(202,66,55); }

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

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

 span { border-color: rgb(202,66,55); }

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