#C04539

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

Shades of Grenadier #C04539

Tints of Grenadier #C04539

Color information

#C04539 (or 0xC04539) is unknown color: approx Grenadier. HEX triplet: C0, 45 and 39. RGB value is (192,69,57). Sum of RGB (Red+Green+Blue) = 192+69+57=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C04539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04539 is #3FBAC6. Grayscale: #686868. Windows color (decimal): -4176583 or 3753408. OLE color: 3753408.

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

Color convert

RGB1926957-
CMYK00.640.700.25
HSL5.33º54.22%48.82%-
HSV(B)5.33º70.31%75.29%-
XYZ24.615.765.62-
YUV104.41101.25190.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.38%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 57 (22.66% from 255) = 17.92%
R=60.38%
G=21.70%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192695700.640.700.255.3354.2248.82
HexC04539040461953631
Octal3001057101001063156661
Binary11000000100010111100101000000100011011001101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04539; }

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

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

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

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

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

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

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

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