#c04334

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

Shades of Grenadier #C04334

Tints of Grenadier #C04334

Color information

#C04334 (or 0xC04334) is unknown color: approx Grenadier. HEX triplet: C0, 43 and 34. RGB value is (192,67,52). Sum of RGB (Red+Green+Blue) = 192+67+52=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C04334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04334 is #3FBCCB. Grayscale: #666666. Windows color (decimal): -4177100 or 3425216. OLE color: 3425216.

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

Color convert

RGB1926752-
CMYK00.650.730.25
HSL6.43º57.38%47.84%-
HSV(B)6.43º72.92%75.29%-
XYZ24.3715.474.95-
YUV102.6699.41191.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.74%
GREEN value IS 67 (26.56% from 255) = 21.54%
BLUE value IS 52 (20.70% from 255) = 16.72%
R=61.74%
G=21.54%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192675200.650.730.256.4357.3847.84
HexC04334041491963930
Octal3001036401011113167160
Binary11000000100001111010001000001100100111001110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c04334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c04334; }

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

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

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

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

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

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

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

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