Shades of Grenadier #C44832
Tints of Grenadier #C44832
RGB
CMYK
RGB Variations
Color information
#C44832 (or 0xC44832) is known color: Grenadier. HEX triplet: C4, 48 and 32. RGB value is (196,72,50). Sum of RGB (Red+Green+Blue) = 196+72+50=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C44832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44832 is #3BB7CD. Grayscale: #6A6A6A. Windows color (decimal): -3913678 or 3295428. OLE color: 3295428.
HSL color Cylindrical-coordinate representation of color #C44832: hue angle of 9.04º 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 #C44832 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 50 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.23 |
| HSL | 9.04º | 0.59% | 0.48% | - |
| HSV(B) | 9.04º | 0.74% | 0.77% | - |
| XYZ | 25.66 | 16.6 | 4.87 | - |
| YUV | 106.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 50 | 0 | 0.63 | 0.74 | 0.23 | 9.04 | 0.59 | 0.48 |
| Hex | C4 | 48 | 32 | 0 | 3F | 4A | 17 | 9 | 3B | 30 |
| Octal | 304 | 110 | 62 | 0 | 77 | 112 | 27 | 11 | 73 | 60 |
| Binary | 11000100 | 1001000 | 110010 | 0 | 111111 | 1001010 | 10111 | 1001 | 111011 | 110000 |
Color Harmonies of #C44832
Complementary color
Monochromatic Colors of #C44832
Black with #C44832
Text Example
Text Example
White with #C44832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44832; }
p { color: rgb(196,72,50); }
H1.HeaderClassName
{
color: #C44832;
}
.AnyTagClassName
{
color: #C44832;
}
</style>
background-color css
<style>
a { background-color: #C44832; }
a { background-color: rgb(196,72,50); }
div.DivClassName
{
background-color: #C44832;
}
.BgClassName
{
background-color: #C44832;
}
</style>
border-color css
<style>
span { border-color: #C44832; }
span { border-color: rgb(196,72,50); }
td.TdClassName
{
border-color: #C44832;
}
.TagClassName
{
border-color: #C44832;
}
</style>