#CA4536

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

Shades of Grenadier #CA4536

Tints of Grenadier #CA4536

Color information

#CA4536 (or 0xCA4536) is unknown color: approx Grenadier. HEX triplet: CA, 45 and 36. RGB value is (202,69,54). Sum of RGB (Red+Green+Blue) = 202+69+54=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4536 is #35BAC9. Grayscale: #6B6B6B. Windows color (decimal): -3521226 or 3556810. OLE color: 3556810.

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

Color convert

RGB2026954-
CMYK00.660.730.21
HSL6.08º58.27%50.2%-
HSV(B)6.08º73.27%79.22%-
XYZ27.1517.085.36-
YUV107.0698.06195.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.15%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 54 (21.48% from 255) = 16.62%
R=62.15%
G=21.23%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202695400.660.730.216.0858.2750.2
HexCA4536042491563a32
Octal3121056601021112567262
Binary11001010100010111011001000010100100110101110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4536; }

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

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

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

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

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

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

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

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