#CA4233

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

Shades of Grenadier #CA4233

Tints of Grenadier #CA4233

Color information

#CA4233 (or 0xCA4233) is unknown color: approx Grenadier. HEX triplet: CA, 42 and 33. RGB value is (202,66,51). Sum of RGB (Red+Green+Blue) = 202+66+51=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4233 is #35BDCC. Grayscale: #696969. Windows color (decimal): -3521997 or 3359434. OLE color: 3359434.

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

Color convert

RGB2026651-
CMYK00.670.750.21
HSL5.96º59.68%49.61%-
HSV(B)5.96º74.75%79.22%-
XYZ26.916.694.94-
YUV104.9597.56197.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=63.32%
G=20.69%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202665100.670.750.215.9659.6849.61
HexCA42330434B1563c32
Octal3121026301031132567462
Binary11001010100001011001101000011100101110101110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4233; }

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

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

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

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

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

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

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

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