#C4503F

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

Shades of Grenadier #C4503F

Tints of Grenadier #C4503F

Color information

#C4503F (or 0xC4503F) is unknown color: approx Grenadier. HEX triplet: C4, 50 and 3F. RGB value is (196,80,63). Sum of RGB (Red+Green+Blue) = 196+80+63=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4503F is #3BAFC0. Grayscale: #707070. Windows color (decimal): -3911617 or 4149444. OLE color: 4149444.

HSL color Cylindrical-coordinate representation of color #C4503F: hue angle of 7.67º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4503F is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1968063-
CMYK00.590.680.23
HSL7.67º52.99%50.78%-
HSV(B)7.67º67.86%76.86%-
XYZ26.5317.836.75-
YUV112.7599.93187.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.82%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 63 (25% from 255) = 18.58%
R=57.82%
G=23.60%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196806300.590.680.237.6752.9950.78
HexC4503F03B441783533
Octal3041207707310427106563
Binary11000100101000011111101110111000100101111000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4503F; }

 p { color: rgb(196,80,63); }

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

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

 a { background-color: rgb(196,80,63); }

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

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

 span { border-color: rgb(196,80,63); }

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