#C0442C

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

Shades of Grenadier #C0442C

Tints of Grenadier #C0442C

Color information

#C0442C (or 0xC0442C) is unknown color: approx Grenadier. HEX triplet: C0, 44 and 2C. RGB value is (192,68,44). Sum of RGB (Red+Green+Blue) = 192+68+44=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0442C is #3FBBD3. Grayscale: #666666. Windows color (decimal): -4176852 or 2901184. OLE color: 2901184.

HSL color Cylindrical-coordinate representation of color #C0442C: hue angle of 9.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0442C is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB1926844-
CMYK00.650.770.25
HSL9.73º62.71%46.27%-
HSV(B)9.73º77.08%75.29%-
XYZ24.2615.524.1-
YUV102.3495.08191.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.16%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 44 (17.58% from 255) = 14.47%
R=63.16%
G=22.37%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192684400.650.770.259.7362.7146.27
HexC0442C0414D19a3f2e
Octal30010454010111531127756
Binary110000001000100101100010000011001101110011010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0442C; }

 p { color: rgb(192,68,44); }

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

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

 a { background-color: rgb(192,68,44); }

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

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

 span { border-color: rgb(192,68,44); }

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