Shades of Grenadier #C0513B
Tints of Grenadier #C0513B
RGB
CMYK
RGB Variations
Color information
#C0513B (or 0xC0513B) is known color: Grenadier. HEX triplet: C0, 51 and 3B. RGB value is (192,81,59). Sum of RGB (Red+Green+Blue) = 192+81+59=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0513B is #3FAEC4. Grayscale: #6F6F6F. Windows color (decimal): -4173509 or 3887552. OLE color: 3887552.
HSL color Cylindrical-coordinate representation of color #C0513B: hue angle of 9.92º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0513B is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 59 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.25 |
| HSL | 9.92º | 0.53% | 0.49% | - |
| HSV(B) | 9.92º | 0.69% | 0.75% | - |
| XYZ | 25.47 | 17.41 | 6.16 | - |
| YUV | 111.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 59 | 0 | 0.58 | 0.69 | 0.25 | 9.92 | 0.53 | 0.49 |
| Hex | C0 | 51 | 3B | 0 | 3A | 45 | 19 | A | 35 | 31 |
| Octal | 300 | 121 | 73 | 0 | 72 | 105 | 31 | 12 | 65 | 61 |
| Binary | 11000000 | 1010001 | 111011 | 0 | 111010 | 1000101 | 11001 | 1010 | 110101 | 110001 |
Color Harmonies of #C0513B
Complementary color
Monochromatic Colors of #C0513B
Black with #C0513B
Text Example
Text Example
White with #C0513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0513B; }
p { color: rgb(192,81,59); }
H1.HeaderClassName
{
color: #C0513B;
}
.AnyTagClassName
{
color: #C0513B;
}
</style>
background-color css
<style>
a { background-color: #C0513B; }
a { background-color: rgb(192,81,59); }
div.DivClassName
{
background-color: #C0513B;
}
.BgClassName
{
background-color: #C0513B;
}
</style>
border-color css
<style>
span { border-color: #C0513B; }
span { border-color: rgb(192,81,59); }
td.TdClassName
{
border-color: #C0513B;
}
.TagClassName
{
border-color: #C0513B;
}
</style>