#C04E34

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

Shades of Grenadier #C04E34

Tints of Grenadier #C04E34

Color information

#C04E34 (or 0xC04E34) is unknown color: approx Grenadier. HEX triplet: C0, 4E and 34. RGB value is (192,78,52). Sum of RGB (Red+Green+Blue) = 192+78+52=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04E34 is #3FB1CB. Grayscale: #6D6D6D. Windows color (decimal): -4174284 or 3428032. OLE color: 3428032.

HSL color Cylindrical-coordinate representation of color #C04E34: hue angle of 11.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C04E34 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1927852-
CMYK00.590.730.25
HSL11.14º57.38%47.84%-
HSV(B)11.14º72.92%75.29%-
XYZ25.0816.95.19-
YUV109.1295.77187.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.63%
GREEN value IS 78 (30.86% from 255) = 24.22%
BLUE value IS 52 (20.70% from 255) = 16.15%
R=59.63%
G=24.22%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192785200.590.730.2511.1457.3847.84
HexC04E3403B4919b3930
Octal3001166407311131137160
Binary11000000100111011010001110111001001110011011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04E34; }

 p { color: rgb(192,78,52); }

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

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

 a { background-color: rgb(192,78,52); }

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

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

 span { border-color: rgb(192,78,52); }

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