Shades of Grenadier #C05135
Tints of Grenadier #C05135
RGB
CMYK
RGB Variations
Color information
#C05135 (or 0xC05135) is known color: Grenadier. HEX triplet: C0, 51 and 35. RGB value is (192,81,53). Sum of RGB (Red+Green+Blue) = 192+81+53=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C05135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05135 is #3FAECA. Grayscale: #6F6F6F. Windows color (decimal): -4173515 or 3494336. OLE color: 3494336.
HSL color Cylindrical-coordinate representation of color #C05135: hue angle of 12.09º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C05135 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 53 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.25 |
| HSL | 12.09º | 0.57% | 0.48% | - |
| HSV(B) | 12.09º | 0.72% | 0.75% | - |
| XYZ | 25.32 | 17.35 | 5.38 | - |
| YUV | 111 | 95.27 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 53 | 0 | 0.58 | 0.72 | 0.25 | 12.09 | 0.57 | 0.48 |
| Hex | C0 | 51 | 35 | 0 | 3A | 48 | 19 | C | 39 | 30 |
| Octal | 300 | 121 | 65 | 0 | 72 | 110 | 31 | 14 | 71 | 60 |
| Binary | 11000000 | 1010001 | 110101 | 0 | 111010 | 1001000 | 11001 | 1100 | 111001 | 110000 |
Color Harmonies of #C05135
Complementary color
Monochromatic Colors of #C05135
Black with #C05135
Text Example
Text Example
White with #C05135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05135; }
p { color: rgb(192,81,53); }
H1.HeaderClassName
{
color: #C05135;
}
.AnyTagClassName
{
color: #C05135;
}
</style>
background-color css
<style>
a { background-color: #C05135; }
a { background-color: rgb(192,81,53); }
div.DivClassName
{
background-color: #C05135;
}
.BgClassName
{
background-color: #C05135;
}
</style>
border-color css
<style>
span { border-color: #C05135; }
span { border-color: rgb(192,81,53); }
td.TdClassName
{
border-color: #C05135;
}
.TagClassName
{
border-color: #C05135;
}
</style>