Shades of Grenadier #C04335
Tints of Grenadier #C04335
RGB
CMYK
RGB Variations
Color information
#C04335 (or 0xC04335) is known color: Grenadier. HEX triplet: C0, 43 and 35. RGB value is (192,67,53). Sum of RGB (Red+Green+Blue) = 192+67+53=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C04335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04335 is #3FBCCA. Grayscale: #666666. Windows color (decimal): -4177099 or 3490752. OLE color: 3490752.
HSL color Cylindrical-coordinate representation of color #C04335: hue angle of 6.04º 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 #C04335 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 53 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.25 |
| HSL | 6.04º | 0.57% | 0.48% | - |
| HSV(B) | 6.04º | 0.72% | 0.75% | - |
| XYZ | 24.39 | 15.48 | 5.07 | - |
| YUV | 102.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 53 | 0 | 0.65 | 0.72 | 0.25 | 6.04 | 0.57 | 0.48 |
| Hex | C0 | 43 | 35 | 0 | 41 | 48 | 19 | 6 | 39 | 30 |
| Octal | 300 | 103 | 65 | 0 | 101 | 110 | 31 | 6 | 71 | 60 |
| Binary | 11000000 | 1000011 | 110101 | 0 | 1000001 | 1001000 | 11001 | 110 | 111001 | 110000 |
Color Harmonies of #C04335
Complementary color
Monochromatic Colors of #C04335
Black with #C04335
Text Example
Text Example
White with #C04335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04335; }
p { color: rgb(192,67,53); }
H1.HeaderClassName
{
color: #C04335;
}
.AnyTagClassName
{
color: #C04335;
}
</style>
background-color css
<style>
a { background-color: #C04335; }
a { background-color: rgb(192,67,53); }
div.DivClassName
{
background-color: #C04335;
}
.BgClassName
{
background-color: #C04335;
}
</style>
border-color css
<style>
span { border-color: #C04335; }
span { border-color: rgb(192,67,53); }
td.TdClassName
{
border-color: #C04335;
}
.TagClassName
{
border-color: #C04335;
}
</style>