#C04339

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

Shades of Grenadier #C04339

Tints of Grenadier #C04339

Color information

#C04339 (or 0xC04339) is unknown color: approx Grenadier. HEX triplet: C0, 43 and 39. RGB value is (192,67,57). Sum of RGB (Red+Green+Blue) = 192+67+57=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C04339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04339 is #3FBCC6. Grayscale: #676767. Windows color (decimal): -4177095 or 3752896. OLE color: 3752896.

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

Color convert

RGB1926757-
CMYK00.650.700.25
HSL4.44º54.22%48.82%-
HSV(B)4.44º70.31%75.29%-
XYZ24.4815.525.58-
YUV103.24101.91191.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.76%
GREEN value IS 67 (26.56% from 255) = 21.20%
BLUE value IS 57 (22.66% from 255) = 18.04%
R=60.76%
G=21.20%
B=18.04%

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
Decimal192675700.650.700.254.4454.2248.82
HexC04339041461943631
Octal3001037101011063146661
Binary11000000100001111100101000001100011011001100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04339; }

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

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

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

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

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

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

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

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