Shades of Grenadier #C04931
Tints of Grenadier #C04931
RGB
CMYK
RGB Variations
Color information
#C04931 (or 0xC04931) is known color: Grenadier. HEX triplet: C0, 49 and 31. RGB value is (192,73,49). Sum of RGB (Red+Green+Blue) = 192+73+49=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C04931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04931 is #3FB6CE. Grayscale: #6A6A6A. Windows color (decimal): -4175567 or 3230144. OLE color: 3230144.
HSL color Cylindrical-coordinate representation of color #C04931: hue angle of 10.07º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C04931 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 49 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.25 |
| HSL | 10.07º | 0.59% | 0.47% | - |
| HSV(B) | 10.07º | 0.74% | 0.75% | - |
| XYZ | 24.68 | 16.19 | 4.73 | - |
| YUV | 105.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 49 | 0 | 0.62 | 0.74 | 0.25 | 10.07 | 0.59 | 0.47 |
| Hex | C0 | 49 | 31 | 0 | 3E | 4A | 19 | A | 3B | 2F |
| Octal | 300 | 111 | 61 | 0 | 76 | 112 | 31 | 12 | 73 | 57 |
| Binary | 11000000 | 1001001 | 110001 | 0 | 111110 | 1001010 | 11001 | 1010 | 111011 | 101111 |
Color Harmonies of #C04931
Complementary color
Monochromatic Colors of #C04931
Black with #C04931
Text Example
Text Example
White with #C04931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04931; }
p { color: rgb(192,73,49); }
H1.HeaderClassName
{
color: #C04931;
}
.AnyTagClassName
{
color: #C04931;
}
</style>
background-color css
<style>
a { background-color: #C04931; }
a { background-color: rgb(192,73,49); }
div.DivClassName
{
background-color: #C04931;
}
.BgClassName
{
background-color: #C04931;
}
</style>
border-color css
<style>
span { border-color: #C04931; }
span { border-color: rgb(192,73,49); }
td.TdClassName
{
border-color: #C04931;
}
.TagClassName
{
border-color: #C04931;
}
</style>