#C44C3F

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

Shades of Grenadier #C44C3F

Tints of Grenadier #C44C3F

Color information

#C44C3F (or 0xC44C3F) is unknown color: approx Grenadier. HEX triplet: C4, 4C and 3F. RGB value is (196,76,63). Sum of RGB (Red+Green+Blue) = 196+76+63=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44C3F is #3BB3C0. Grayscale: #6E6E6E. Windows color (decimal): -3912641 or 4148420. OLE color: 4148420.

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

Color convert

RGB1967663-
CMYK00.610.680.23
HSL5.86º52.99%50.78%-
HSV(B)5.86º67.86%76.86%-
XYZ26.2517.266.65-
YUV110.4101.26189.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.51%
GREEN value IS 76 (30.08% from 255) = 22.69%
BLUE value IS 63 (25% from 255) = 18.81%
R=58.51%
G=22.69%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196766300.610.680.235.8652.9950.78
HexC44C3F03D441763533
Octal304114770751042766563
Binary1100010010011001111110111101100010010111110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44C3F; }

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

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

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

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

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

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

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

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