#CA4636

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

Shades of Grenadier #CA4636

Tints of Grenadier #CA4636

Color information

#CA4636 (or 0xCA4636) is unknown color: approx Grenadier. HEX triplet: CA, 46 and 36. RGB value is (202,70,54). Sum of RGB (Red+Green+Blue) = 202+70+54=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4636 is #35B9C9. Grayscale: #6B6B6B. Windows color (decimal): -3520970 or 3557066. OLE color: 3557066.

HSL color Cylindrical-coordinate representation of color #CA4636: hue angle of 6.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 #CA4636 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB2027054-
CMYK00.650.730.21
HSL6.49º58.27%50.2%-
HSV(B)6.49º73.27%79.22%-
XYZ27.2117.25.38-
YUV107.6497.73195.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.96%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 54 (21.48% from 255) = 16.56%
R=61.96%
G=21.47%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202705400.650.730.216.4958.2750.2
HexCA4636041491563a32
Octal3121066601011112567262
Binary11001010100011011011001000001100100110101110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4636; }

 p { color: rgb(202,70,54); }

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

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

 a { background-color: rgb(202,70,54); }

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

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

 span { border-color: rgb(202,70,54); }

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