#C04439

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

Shades of Grenadier #C04439

Tints of Grenadier #C04439

Color information

#C04439 (or 0xC04439) is unknown color: approx Grenadier. HEX triplet: C0, 44 and 39. RGB value is (192,68,57). Sum of RGB (Red+Green+Blue) = 192+68+57=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C04439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04439 is #3FBBC6. Grayscale: #676767. Windows color (decimal): -4176839 or 3753152. OLE color: 3753152.

HSL color Cylindrical-coordinate representation of color #C04439: hue angle of 4.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C04439 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1926857-
CMYK00.650.700.25
HSL4.89º54.22%48.82%-
HSV(B)4.89º70.31%75.29%-
XYZ24.5415.645.6-
YUV103.82101.58190.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.57%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 57 (22.66% from 255) = 17.98%
R=60.57%
G=21.45%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192685700.650.700.254.8954.2248.82
HexC04439041461953631
Octal3001047101011063156661
Binary11000000100010011100101000001100011011001101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04439; }

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

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

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

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

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

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

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

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