Shades of Grenadier #C0473E
Tints of Grenadier #C0473E
RGB
CMYK
RGB Variations
Color information
#C0473E (or 0xC0473E) is known color: Grenadier. HEX triplet: C0, 47 and 3E. RGB value is (192,71,62). Sum of RGB (Red+Green+Blue) = 192+71+62=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C0473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0473E is #3FB8C1. Grayscale: #6A6A6A. Windows color (decimal): -4176066 or 4081600. OLE color: 4081600.
HSL color Cylindrical-coordinate representation of color #C0473E: hue angle of 4.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0473E is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 62 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.25 |
| HSL | 4.15º | 0.51% | 0.5% | - |
| HSV(B) | 4.15º | 0.68% | 0.75% | - |
| XYZ | 24.86 | 16.06 | 6.35 | - |
| YUV | 106.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 62 | 0 | 0.63 | 0.68 | 0.25 | 4.15 | 0.51 | 0.5 |
| Hex | C0 | 47 | 3E | 0 | 3F | 44 | 19 | 4 | 33 | 32 |
| Octal | 300 | 107 | 76 | 0 | 77 | 104 | 31 | 4 | 63 | 62 |
| Binary | 11000000 | 1000111 | 111110 | 0 | 111111 | 1000100 | 11001 | 100 | 110011 | 110010 |
Color Harmonies of #C0473E
Complementary color
Monochromatic Colors of #C0473E
Black with #C0473E
Text Example
Text Example
White with #C0473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0473E; }
p { color: rgb(192,71,62); }
H1.HeaderClassName
{
color: #C0473E;
}
.AnyTagClassName
{
color: #C0473E;
}
</style>
background-color css
<style>
a { background-color: #C0473E; }
a { background-color: rgb(192,71,62); }
div.DivClassName
{
background-color: #C0473E;
}
.BgClassName
{
background-color: #C0473E;
}
</style>
border-color css
<style>
span { border-color: #C0473E; }
span { border-color: rgb(192,71,62); }
td.TdClassName
{
border-color: #C0473E;
}
.TagClassName
{
border-color: #C0473E;
}
</style>