#CA443E

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

Shades of Grenadier #CA443E

Tints of Grenadier #CA443E

Color information

#CA443E (or 0xCA443E) is unknown color: approx Grenadier. HEX triplet: CA, 44 and 3E. RGB value is (202,68,62). Sum of RGB (Red+Green+Blue) = 202+68+62=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA443E is #35BBC1. Grayscale: #6B6B6B. Windows color (decimal): -3521474 or 4080842. OLE color: 4080842.

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

Color convert

RGB2026862-
CMYK00.660.690.21
HSL2.57º56.91%51.76%-
HSV(B)2.57º69.31%79.22%-
XYZ27.2917.046.41-
YUV107.38102.39195.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.84%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 62 (24.61% from 255) = 18.67%
R=60.84%
G=20.48%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202686200.660.690.212.5756.9151.76
HexCA443E042451533934
Octal3121047601021052537164
Binary1100101010001001111100100001010001011010111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA443E; }

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

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

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

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

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

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

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

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