#CA433E

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

Shades of Grenadier #CA433E

Tints of Grenadier #CA433E

Color information

#CA433E (or 0xCA433E) is unknown color: approx Grenadier. HEX triplet: CA, 43 and 3E. RGB value is (202,67,62). Sum of RGB (Red+Green+Blue) = 202+67+62=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA433E is #35BCC1. Grayscale: #6A6A6A. Windows color (decimal): -3521730 or 4080586. OLE color: 4080586.

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

Color convert

RGB2026762-
CMYK00.670.690.21
HSL2.14º56.91%51.76%-
HSV(B)2.14º69.31%79.22%-
XYZ27.2316.926.39-
YUV106.8102.73195.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.03%
GREEN value IS 67 (26.56% from 255) = 20.24%
BLUE value IS 62 (24.61% from 255) = 18.73%
R=61.03%
G=20.24%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202676200.670.690.212.1456.9151.76
HexCA433E043451523934
Octal3121037601031052527164
Binary1100101010000111111100100001110001011010110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA433E; }

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

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

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

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

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

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

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

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