Shades of Grenadier #C04235
Tints of Grenadier #C04235
RGB
CMYK
RGB Variations
Color information
#C04235 (or 0xC04235) is known color: Grenadier. HEX triplet: C0, 42 and 35. RGB value is (192,66,53). Sum of RGB (Red+Green+Blue) = 192+66+53=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C04235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04235 is #3FBDCA. Grayscale: #666666. Windows color (decimal): -4177355 or 3490496. OLE color: 3490496.
HSL color Cylindrical-coordinate representation of color #C04235: hue angle of 5.61º 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 #C04235 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 53 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.25 |
| HSL | 5.61º | 0.57% | 0.48% | - |
| HSV(B) | 5.61º | 0.72% | 0.75% | - |
| XYZ | 24.33 | 15.36 | 5.05 | - |
| YUV | 102.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 53 | 0 | 0.66 | 0.72 | 0.25 | 5.61 | 0.57 | 0.48 |
| Hex | C0 | 42 | 35 | 0 | 42 | 48 | 19 | 6 | 39 | 30 |
| Octal | 300 | 102 | 65 | 0 | 102 | 110 | 31 | 6 | 71 | 60 |
| Binary | 11000000 | 1000010 | 110101 | 0 | 1000010 | 1001000 | 11001 | 110 | 111001 | 110000 |
Color Harmonies of #C04235
Complementary color
Monochromatic Colors of #C04235
Black with #C04235
Text Example
Text Example
White with #C04235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04235; }
p { color: rgb(192,66,53); }
H1.HeaderClassName
{
color: #C04235;
}
.AnyTagClassName
{
color: #C04235;
}
</style>
background-color css
<style>
a { background-color: #C04235; }
a { background-color: rgb(192,66,53); }
div.DivClassName
{
background-color: #C04235;
}
.BgClassName
{
background-color: #C04235;
}
</style>
border-color css
<style>
span { border-color: #C04235; }
span { border-color: rgb(192,66,53); }
td.TdClassName
{
border-color: #C04235;
}
.TagClassName
{
border-color: #C04235;
}
</style>