Shades of Grenadier #C24032
Tints of Grenadier #C24032
RGB
CMYK
RGB Variations
Color information
#C24032 (or 0xC24032) is known color: Grenadier. HEX triplet: C2, 40 and 32. RGB value is (194,64,50). Sum of RGB (Red+Green+Blue) = 194+64+50=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C24032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24032 is #3DBFCD. Grayscale: #656565. Windows color (decimal): -4046798 or 3293378. OLE color: 3293378.
HSL color Cylindrical-coordinate representation of color #C24032: hue angle of 5.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C24032 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 50 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.24 |
| HSL | 5.83º | 0.59% | 0.48% | - |
| HSV(B) | 5.83º | 0.74% | 0.76% | - |
| XYZ | 24.66 | 15.37 | 4.68 | - |
| YUV | 101.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 50 | 0 | 0.67 | 0.74 | 0.24 | 5.83 | 0.59 | 0.48 |
| Hex | C2 | 40 | 32 | 0 | 43 | 4A | 18 | 6 | 3B | 30 |
| Octal | 302 | 100 | 62 | 0 | 103 | 112 | 30 | 6 | 73 | 60 |
| Binary | 11000010 | 1000000 | 110010 | 0 | 1000011 | 1001010 | 11000 | 110 | 111011 | 110000 |
Color Harmonies of #C24032
Complementary color
Monochromatic Colors of #C24032
Black with #C24032
Text Example
Text Example
White with #C24032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24032; }
p { color: rgb(194,64,50); }
H1.HeaderClassName
{
color: #C24032;
}
.AnyTagClassName
{
color: #C24032;
}
</style>
background-color css
<style>
a { background-color: #C24032; }
a { background-color: rgb(194,64,50); }
div.DivClassName
{
background-color: #C24032;
}
.BgClassName
{
background-color: #C24032;
}
</style>
border-color css
<style>
span { border-color: #C24032; }
span { border-color: rgb(194,64,50); }
td.TdClassName
{
border-color: #C24032;
}
.TagClassName
{
border-color: #C24032;
}
</style>