#C4473A

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

Shades of Grenadier #C4473A

Tints of Grenadier #C4473A

Color information

#C4473A (or 0xC4473A) is unknown color: approx Grenadier. HEX triplet: C4, 47 and 3A. RGB value is (196,71,58). Sum of RGB (Red+Green+Blue) = 196+71+58=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4473A is #3BB8C5. Grayscale: #6B6B6B. Windows color (decimal): -3913926 or 3819460. OLE color: 3819460.

HSL color Cylindrical-coordinate representation of color #C4473A: hue angle of 5.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4473A is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB1967158-
CMYK00.640.700.23
HSL5.65º54.33%49.8%-
HSV(B)5.65º70.41%76.86%-
XYZ25.7816.555.84-
YUV106.89100.41191.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.31%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=60.31%
G=21.85%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196715800.640.700.235.6554.3349.8
HexC4473A040461763632
Octal3041077201001062766662
Binary11000100100011111101001000000100011010111110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4473A; }

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

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

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

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

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

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

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

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