#CA4433

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

Shades of Grenadier #CA4433

Tints of Grenadier #CA4433

Color information

#CA4433 (or 0xCA4433) is unknown color: approx Grenadier. HEX triplet: CA, 44 and 33. RGB value is (202,68,51). Sum of RGB (Red+Green+Blue) = 202+68+51=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4433 is #35BBCC. Grayscale: #6A6A6A. Windows color (decimal): -3521485 or 3359946. OLE color: 3359946.

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

Color convert

RGB2026851-
CMYK00.660.750.21
HSL6.75º59.68%49.61%-
HSV(B)6.75º74.75%79.22%-
XYZ27.0216.934.98-
YUV106.1396.89196.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.93%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 51 (20.31% from 255) = 15.89%
R=62.93%
G=21.18%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202685100.660.750.216.7559.6849.61
HexCA44330424B1573c32
Octal3121046301021132577462
Binary11001010100010011001101000010100101110101111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4433; }

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

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

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

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

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

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

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

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