#C04C31

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

Shades of Grenadier #C04C31

Tints of Grenadier #C04C31

Color information

#C04C31 (or 0xC04C31) is unknown color: approx Grenadier. HEX triplet: C0, 4C and 31. RGB value is (192,76,49). Sum of RGB (Red+Green+Blue) = 192+76+49=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C31 is #3FB3CE. Grayscale: #6B6B6B. Windows color (decimal): -4174799 or 3230912. OLE color: 3230912.

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

Color convert

RGB1927649-
CMYK00.600.740.25
HSL11.33º59.34%47.25%-
HSV(B)11.33º74.48%75.29%-
XYZ24.8816.64.8-
YUV107.6194.93188.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.57%
GREEN value IS 76 (30.08% from 255) = 23.97%
BLUE value IS 49 (19.53% from 255) = 15.46%
R=60.57%
G=23.97%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192764900.600.740.2511.3359.3447.25
HexC04C3103C4A19b3b2f
Octal3001146107411231137357
Binary11000000100110011000101111001001010110011011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04C31; }

 p { color: rgb(192,76,49); }

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

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

 a { background-color: rgb(192,76,49); }

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

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

 span { border-color: rgb(192,76,49); }

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