#CA4534

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

Shades of Grenadier #CA4534

Tints of Grenadier #CA4534

Color information

#CA4534 (or 0xCA4534) is unknown color: approx Grenadier. HEX triplet: CA, 45 and 34. RGB value is (202,69,52). Sum of RGB (Red+Green+Blue) = 202+69+52=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4534 is #35BACB. Grayscale: #6B6B6B. Windows color (decimal): -3521228 or 3425738. OLE color: 3425738.

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

Color convert

RGB2026952-
CMYK00.660.740.21
HSL6.8º59.06%49.8%-
HSV(B)6.8º74.26%79.22%-
XYZ27.1117.065.11-
YUV106.8397.06195.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.54%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=62.54%
G=21.36%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202695200.660.740.216.859.0649.8
HexCA45340424A1573b32
Octal3121056401021122577362
Binary11001010100010111010001000010100101010101111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4534; }

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

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

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

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

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

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

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

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