Shades of Grenadier #C04135
Tints of Grenadier #C04135
RGB
CMYK
RGB Variations
Color information
#C04135 (or 0xC04135) is known color: Grenadier. HEX triplet: C0, 41 and 35. RGB value is (192,65,53). Sum of RGB (Red+Green+Blue) = 192+65+53=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C04135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04135 is #3FBECA. Grayscale: #656565. Windows color (decimal): -4177611 or 3490240. OLE color: 3490240.
HSL color Cylindrical-coordinate representation of color #C04135: hue angle of 5.18º 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 #C04135 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 53 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.25 |
| HSL | 5.18º | 0.57% | 0.48% | - |
| HSV(B) | 5.18º | 0.72% | 0.75% | - |
| XYZ | 24.27 | 15.24 | 5.03 | - |
| YUV | 101.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 53 | 0 | 0.66 | 0.72 | 0.25 | 5.18 | 0.57 | 0.48 |
| Hex | C0 | 41 | 35 | 0 | 42 | 48 | 19 | 5 | 39 | 30 |
| Octal | 300 | 101 | 65 | 0 | 102 | 110 | 31 | 5 | 71 | 60 |
| Binary | 11000000 | 1000001 | 110101 | 0 | 1000010 | 1001000 | 11001 | 101 | 111001 | 110000 |
Color Harmonies of #C04135
Complementary color
Monochromatic Colors of #C04135
Black with #C04135
Text Example
Text Example
White with #C04135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04135; }
p { color: rgb(192,65,53); }
H1.HeaderClassName
{
color: #C04135;
}
.AnyTagClassName
{
color: #C04135;
}
</style>
background-color css
<style>
a { background-color: #C04135; }
a { background-color: rgb(192,65,53); }
div.DivClassName
{
background-color: #C04135;
}
.BgClassName
{
background-color: #C04135;
}
</style>
border-color css
<style>
span { border-color: #C04135; }
span { border-color: rgb(192,65,53); }
td.TdClassName
{
border-color: #C04135;
}
.TagClassName
{
border-color: #C04135;
}
</style>