#CA4C3D

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

Shades of Grenadier #CA4C3D

Tints of Grenadier #CA4C3D

Color information

#CA4C3D (or 0xCA4C3D) is unknown color: approx Grenadier. HEX triplet: CA, 4C and 3D. RGB value is (202,76,61). Sum of RGB (Red+Green+Blue) = 202+76+61=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4C3D is #35B3C2. Grayscale: #707070. Windows color (decimal): -3519427 or 4017354. OLE color: 4017354.

HSL color Cylindrical-coordinate representation of color #CA4C3D: hue angle of 6.38º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA4C3D is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB2027661-
CMYK00.620.700.21
HSL6.38º57.09%51.57%-
HSV(B)6.38º69.8%79.22%-
XYZ27.7818.066.44-
YUV111.9699.24192.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.59%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=59.59%
G=22.42%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202766100.620.700.216.3857.0951.57
HexCA4C3D03E461563934
Octal312114750761062567164
Binary1100101010011001111010111110100011010101110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4C3D; }

 p { color: rgb(202,76,61); }

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

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

 a { background-color: rgb(202,76,61); }

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

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

 span { border-color: rgb(202,76,61); }

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