#C4453F

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

Shades of Grenadier #C4453F

Tints of Grenadier #C4453F

Color information

#C4453F (or 0xC4453F) is unknown color: approx Grenadier. HEX triplet: C4, 45 and 3F. RGB value is (196,69,63). Sum of RGB (Red+Green+Blue) = 196+69+63=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4453F is #3BBAC0. Grayscale: #6A6A6A. Windows color (decimal): -3914433 or 4146628. OLE color: 4146628.

HSL color Cylindrical-coordinate representation of color #C4453F: hue angle of 2.71º 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 #C4453F is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1966963-
CMYK00.650.680.23
HSL2.71º52.99%50.78%-
HSV(B)2.71º67.86%76.86%-
XYZ25.7916.356.5-
YUV106.29103.58191.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.76%
GREEN value IS 69 (27.34% from 255) = 21.04%
BLUE value IS 63 (25% from 255) = 19.21%
R=59.76%
G=21.04%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196696300.650.680.232.7152.9950.78
HexC4453F041441733533
Octal3041057701011042736563
Binary1100010010001011111110100000110001001011111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4453F; }

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

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

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

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

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

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

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

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