Shades of Grenadier #C0503F
Tints of Grenadier #C0503F
RGB
CMYK
RGB Variations
Color information
#C0503F (or 0xC0503F) is known color: Grenadier. HEX triplet: C0, 50 and 3F. RGB value is (192,80,63). Sum of RGB (Red+Green+Blue) = 192+80+63=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0503F is #3FAFC0. Grayscale: #6F6F6F. Windows color (decimal): -4173761 or 4149440. OLE color: 4149440.
HSL color Cylindrical-coordinate representation of color #C0503F: hue angle of 7.91º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0503F is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 63 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.25 |
| HSL | 7.91º | 0.51% | 0.5% | - |
| HSV(B) | 7.91º | 0.67% | 0.75% | - |
| XYZ | 25.5 | 17.3 | 6.7 | - |
| YUV | 111.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 63 | 0 | 0.58 | 0.67 | 0.25 | 7.91 | 0.51 | 0.5 |
| Hex | C0 | 50 | 3F | 0 | 3A | 43 | 19 | 8 | 33 | 32 |
| Octal | 300 | 120 | 77 | 0 | 72 | 103 | 31 | 10 | 63 | 62 |
| Binary | 11000000 | 1010000 | 111111 | 0 | 111010 | 1000011 | 11001 | 1000 | 110011 | 110010 |
Color Harmonies of #C0503F
Complementary color
Monochromatic Colors of #C0503F
Black with #C0503F
Text Example
Text Example
White with #C0503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0503F; }
p { color: rgb(192,80,63); }
H1.HeaderClassName
{
color: #C0503F;
}
.AnyTagClassName
{
color: #C0503F;
}
</style>
background-color css
<style>
a { background-color: #C0503F; }
a { background-color: rgb(192,80,63); }
div.DivClassName
{
background-color: #C0503F;
}
.BgClassName
{
background-color: #C0503F;
}
</style>
border-color css
<style>
span { border-color: #C0503F; }
span { border-color: rgb(192,80,63); }
td.TdClassName
{
border-color: #C0503F;
}
.TagClassName
{
border-color: #C0503F;
}
</style>