Shades of Grenadier #C0492E
Tints of Grenadier #C0492E
RGB
CMYK
RGB Variations
Color information
#C0492E (or 0xC0492E) is known color: Grenadier. HEX triplet: C0, 49 and 2E. RGB value is (192,73,46). Sum of RGB (Red+Green+Blue) = 192+73+46=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C0492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0492E is #3FB6D1. Grayscale: #696969. Windows color (decimal): -4175570 or 3033536. OLE color: 3033536.
HSL color Cylindrical-coordinate representation of color #C0492E: hue angle of 11.1º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0492E is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 46 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.25 |
| HSL | 11.1º | 0.61% | 0.47% | - |
| HSV(B) | 11.1º | 0.76% | 0.75% | - |
| XYZ | 24.61 | 16.17 | 4.41 | - |
| YUV | 105.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 46 | 0 | 0.62 | 0.76 | 0.25 | 11.1 | 0.61 | 0.47 |
| Hex | C0 | 49 | 2E | 0 | 3E | 4C | 19 | B | 3D | 2F |
| Octal | 300 | 111 | 56 | 0 | 76 | 114 | 31 | 13 | 75 | 57 |
| Binary | 11000000 | 1001001 | 101110 | 0 | 111110 | 1001100 | 11001 | 1011 | 111101 | 101111 |
Color Harmonies of #C0492E
Complementary color
Monochromatic Colors of #C0492E
Black with #C0492E
Text Example
Text Example
White with #C0492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0492E; }
p { color: rgb(192,73,46); }
H1.HeaderClassName
{
color: #C0492E;
}
.AnyTagClassName
{
color: #C0492E;
}
</style>
background-color css
<style>
a { background-color: #C0492E; }
a { background-color: rgb(192,73,46); }
div.DivClassName
{
background-color: #C0492E;
}
.BgClassName
{
background-color: #C0492E;
}
</style>
border-color css
<style>
span { border-color: #C0492E; }
span { border-color: rgb(192,73,46); }
td.TdClassName
{
border-color: #C0492E;
}
.TagClassName
{
border-color: #C0492E;
}
</style>