Shades of Grenadier #C44532
Tints of Grenadier #C44532
RGB
CMYK
RGB Variations
Color information
#C44532 (or 0xC44532) is known color: Grenadier. HEX triplet: C4, 45 and 32. RGB value is (196,69,50). Sum of RGB (Red+Green+Blue) = 196+69+50=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C44532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44532 is #3BBACD. Grayscale: #696969. Windows color (decimal): -3914446 or 3294660. OLE color: 3294660.
HSL color Cylindrical-coordinate representation of color #C44532: hue angle of 7.81º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C44532 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 50 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.23 |
| HSL | 7.81º | 0.59% | 0.48% | - |
| HSV(B) | 7.81º | 0.74% | 0.77% | - |
| XYZ | 25.47 | 16.22 | 4.81 | - |
| YUV | 104.81 | 97.08 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 50 | 0 | 0.65 | 0.74 | 0.23 | 7.81 | 0.59 | 0.48 |
| Hex | C4 | 45 | 32 | 0 | 41 | 4A | 17 | 8 | 3B | 30 |
| Octal | 304 | 105 | 62 | 0 | 101 | 112 | 27 | 10 | 73 | 60 |
| Binary | 11000100 | 1000101 | 110010 | 0 | 1000001 | 1001010 | 10111 | 1000 | 111011 | 110000 |
Color Harmonies of #C44532
Complementary color
Monochromatic Colors of #C44532
Black with #C44532
Text Example
Text Example
White with #C44532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44532; }
p { color: rgb(196,69,50); }
H1.HeaderClassName
{
color: #C44532;
}
.AnyTagClassName
{
color: #C44532;
}
</style>
background-color css
<style>
a { background-color: #C44532; }
a { background-color: rgb(196,69,50); }
div.DivClassName
{
background-color: #C44532;
}
.BgClassName
{
background-color: #C44532;
}
</style>
border-color css
<style>
span { border-color: #C44532; }
span { border-color: rgb(196,69,50); }
td.TdClassName
{
border-color: #C44532;
}
.TagClassName
{
border-color: #C44532;
}
</style>