#C05039

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

Shades of Grenadier #C05039

Tints of Grenadier #C05039

Color information

#C05039 (or 0xC05039) is unknown color: approx Grenadier. HEX triplet: C0, 50 and 39. RGB value is (192,80,57). Sum of RGB (Red+Green+Blue) = 192+80+57=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C05039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05039 is #3FAFC6. Grayscale: #6F6F6F. Windows color (decimal): -4173767 or 3756224. OLE color: 3756224.

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

Color convert

RGB1928057-
CMYK00.580.700.25
HSL10.22º54.22%48.82%-
HSV(B)10.22º70.31%75.29%-
XYZ25.3517.245.86-
YUV110.8797.61185.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.36%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 57 (22.66% from 255) = 17.33%
R=58.36%
G=24.32%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192805700.580.700.2510.2254.2248.82
HexC0503903A4619a3631
Octal3001207107210631126661
Binary11000000101000011100101110101000110110011010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05039; }

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

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

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

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

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

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

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

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