Shades of Grenadier #C0482F
Tints of Grenadier #C0482F
RGB
CMYK
RGB Variations
Color information
#C0482F (or 0xC0482F) is known color: Grenadier. HEX triplet: C0, 48 and 2F. RGB value is (192,72,47). Sum of RGB (Red+Green+Blue) = 192+72+47=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C0482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0482F is #3FB7D0. Grayscale: #696969. Windows color (decimal): -4175825 or 3098816. OLE color: 3098816.
HSL color Cylindrical-coordinate representation of color #C0482F: hue angle of 10.34º 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 #C0482F is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 47 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.25 |
| HSL | 10.34º | 0.61% | 0.47% | - |
| HSV(B) | 10.34º | 0.76% | 0.75% | - |
| XYZ | 24.57 | 16.05 | 4.49 | - |
| YUV | 105.03 | 95.26 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 47 | 0 | 0.63 | 0.76 | 0.25 | 10.34 | 0.61 | 0.47 |
| Hex | C0 | 48 | 2F | 0 | 3F | 4C | 19 | A | 3D | 2F |
| Octal | 300 | 110 | 57 | 0 | 77 | 114 | 31 | 12 | 75 | 57 |
| Binary | 11000000 | 1001000 | 101111 | 0 | 111111 | 1001100 | 11001 | 1010 | 111101 | 101111 |
Color Harmonies of #C0482F
Complementary color
Monochromatic Colors of #C0482F
Black with #C0482F
Text Example
Text Example
White with #C0482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0482F; }
p { color: rgb(192,72,47); }
H1.HeaderClassName
{
color: #C0482F;
}
.AnyTagClassName
{
color: #C0482F;
}
</style>
background-color css
<style>
a { background-color: #C0482F; }
a { background-color: rgb(192,72,47); }
div.DivClassName
{
background-color: #C0482F;
}
.BgClassName
{
background-color: #C0482F;
}
</style>
border-color css
<style>
span { border-color: #C0482F; }
span { border-color: rgb(192,72,47); }
td.TdClassName
{
border-color: #C0482F;
}
.TagClassName
{
border-color: #C0482F;
}
</style>