Shades of Grenadier #C0472D
Tints of Grenadier #C0472D
RGB
CMYK
RGB Variations
Color information
#C0472D (or 0xC0472D) is known color: Grenadier. HEX triplet: C0, 47 and 2D. RGB value is (192,71,45). Sum of RGB (Red+Green+Blue) = 192+71+45=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0472D is #3FB8D2. Grayscale: #686868. Windows color (decimal): -4176083 or 2967488. OLE color: 2967488.
HSL color Cylindrical-coordinate representation of color #C0472D: hue angle of 10.61º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0472D is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 45 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.25 |
| HSL | 10.61º | 0.62% | 0.46% | - |
| HSV(B) | 10.61º | 0.77% | 0.75% | - |
| XYZ | 24.47 | 15.9 | 4.26 | - |
| YUV | 104.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 45 | 0 | 0.63 | 0.77 | 0.25 | 10.61 | 0.62 | 0.46 |
| Hex | C0 | 47 | 2D | 0 | 3F | 4D | 19 | B | 3E | 2E |
| Octal | 300 | 107 | 55 | 0 | 77 | 115 | 31 | 13 | 76 | 56 |
| Binary | 11000000 | 1000111 | 101101 | 0 | 111111 | 1001101 | 11001 | 1011 | 111110 | 101110 |
Color Harmonies of #C0472D
Complementary color
Monochromatic Colors of #C0472D
Black with #C0472D
Text Example
Text Example
White with #C0472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0472D; }
p { color: rgb(192,71,45); }
H1.HeaderClassName
{
color: #C0472D;
}
.AnyTagClassName
{
color: #C0472D;
}
</style>
background-color css
<style>
a { background-color: #C0472D; }
a { background-color: rgb(192,71,45); }
div.DivClassName
{
background-color: #C0472D;
}
.BgClassName
{
background-color: #C0472D;
}
</style>
border-color css
<style>
span { border-color: #C0472D; }
span { border-color: rgb(192,71,45); }
td.TdClassName
{
border-color: #C0472D;
}
.TagClassName
{
border-color: #C0472D;
}
</style>