#C05035

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

Shades of Grenadier #C05035

Tints of Grenadier #C05035

Color information

#C05035 (or 0xC05035) is unknown color: approx Grenadier. HEX triplet: C0, 50 and 35. RGB value is (192,80,53). Sum of RGB (Red+Green+Blue) = 192+80+53=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C05035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05035 is #3FAFCA. Grayscale: #6E6E6E. Windows color (decimal): -4173771 or 3494080. OLE color: 3494080.

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

Color convert

RGB1928053-
CMYK00.580.720.25
HSL11.65º56.73%48.04%-
HSV(B)11.65º72.4%75.29%-
XYZ25.2517.25.36-
YUV110.4195.61186.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.08%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=59.08%
G=24.62%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192805300.580.720.2511.6556.7348.04
HexC0503503A4819c3930
Octal3001206507211031147160
Binary11000000101000011010101110101001000110011100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05035; }

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

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

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

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

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

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

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

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