Shades of Grenadier #C44635
Tints of Grenadier #C44635
RGB
CMYK
RGB Variations
Color information
#C44635 (or 0xC44635) is known color: Grenadier. HEX triplet: C4, 46 and 35. RGB value is (196,70,53). Sum of RGB (Red+Green+Blue) = 196+70+53=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C44635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44635 is #3BB9CA. Grayscale: #696969. Windows color (decimal): -3914187 or 3491524. OLE color: 3491524.
HSL color Cylindrical-coordinate representation of color #C44635: hue angle of 7.13º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C44635 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 53 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.23 |
| HSL | 7.13º | 0.57% | 0.49% | - |
| HSV(B) | 7.13º | 0.73% | 0.77% | - |
| XYZ | 25.6 | 16.37 | 5.18 | - |
| YUV | 105.74 | 98.24 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 53 | 0 | 0.64 | 0.73 | 0.23 | 7.13 | 0.57 | 0.49 |
| Hex | C4 | 46 | 35 | 0 | 40 | 49 | 17 | 7 | 39 | 31 |
| Octal | 304 | 106 | 65 | 0 | 100 | 111 | 27 | 7 | 71 | 61 |
| Binary | 11000100 | 1000110 | 110101 | 0 | 1000000 | 1001001 | 10111 | 111 | 111001 | 110001 |
Color Harmonies of #C44635
Complementary color
Monochromatic Colors of #C44635
Black with #C44635
Text Example
Text Example
White with #C44635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44635; }
p { color: rgb(196,70,53); }
H1.HeaderClassName
{
color: #C44635;
}
.AnyTagClassName
{
color: #C44635;
}
</style>
background-color css
<style>
a { background-color: #C44635; }
a { background-color: rgb(196,70,53); }
div.DivClassName
{
background-color: #C44635;
}
.BgClassName
{
background-color: #C44635;
}
</style>
border-color css
<style>
span { border-color: #C44635; }
span { border-color: rgb(196,70,53); }
td.TdClassName
{
border-color: #C44635;
}
.TagClassName
{
border-color: #C44635;
}
</style>