#CA473A

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

Shades of Grenadier #CA473A

Tints of Grenadier #CA473A

Color information

#CA473A (or 0xCA473A) is unknown color: approx Grenadier. HEX triplet: CA, 47 and 3A. RGB value is (202,71,58). Sum of RGB (Red+Green+Blue) = 202+71+58=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA473A is #35B8C5. Grayscale: #6C6C6C. Windows color (decimal): -3520710 or 3819466. OLE color: 3819466.

HSL color Cylindrical-coordinate representation of color #CA473A: hue angle of 5.42º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA473A is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB2027158-
CMYK00.650.710.21
HSL5.42º57.6%50.98%-
HSV(B)5.42º71.29%79.22%-
XYZ27.3717.375.91-
YUV108.6999.4194.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.03%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=61.03%
G=21.45%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202715800.650.710.215.4257.650.98
HexCA473A041471553a33
Octal3121077201011072557263
Binary11001010100011111101001000001100011110101101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA473A; }

 p { color: rgb(202,71,58); }

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

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

 a { background-color: rgb(202,71,58); }

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

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

 span { border-color: rgb(202,71,58); }

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