Shades of Grenadier #C3513F
Tints of Grenadier #C3513F
RGB
CMYK
RGB Variations
Color information
#C3513F (or 0xC3513F) is known color: Grenadier. HEX triplet: C3, 51 and 3F. RGB value is (195,81,63). Sum of RGB (Red+Green+Blue) = 195+81+63=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3513F is #3CAEC0. Grayscale: #717171. Windows color (decimal): -3976897 or 4149699. OLE color: 4149699.
HSL color Cylindrical-coordinate representation of color #C3513F: hue angle of 8.18º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3513F is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 63 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.24 |
| HSL | 8.18º | 0.52% | 0.51% | - |
| HSV(B) | 8.18º | 0.68% | 0.76% | - |
| XYZ | 26.35 | 17.85 | 6.76 | - |
| YUV | 113.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 63 | 0 | 0.58 | 0.68 | 0.24 | 8.18 | 0.52 | 0.51 |
| Hex | C3 | 51 | 3F | 0 | 3A | 44 | 18 | 8 | 34 | 33 |
| Octal | 303 | 121 | 77 | 0 | 72 | 104 | 30 | 10 | 64 | 63 |
| Binary | 11000011 | 1010001 | 111111 | 0 | 111010 | 1000100 | 11000 | 1000 | 110100 | 110011 |
Color Harmonies of #C3513F
Complementary color
Monochromatic Colors of #C3513F
Black with #C3513F
Text Example
Text Example
White with #C3513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3513F; }
p { color: rgb(195,81,63); }
H1.HeaderClassName
{
color: #C3513F;
}
.AnyTagClassName
{
color: #C3513F;
}
</style>
background-color css
<style>
a { background-color: #C3513F; }
a { background-color: rgb(195,81,63); }
div.DivClassName
{
background-color: #C3513F;
}
.BgClassName
{
background-color: #C3513F;
}
</style>
border-color css
<style>
span { border-color: #C3513F; }
span { border-color: rgb(195,81,63); }
td.TdClassName
{
border-color: #C3513F;
}
.TagClassName
{
border-color: #C3513F;
}
</style>