Shades of Grenadier #C44D36
Tints of Grenadier #C44D36
RGB
CMYK
RGB Variations
Color information
#C44D36 (or 0xC44D36) is known color: Grenadier. HEX triplet: C4, 4D and 36. RGB value is (196,77,54). Sum of RGB (Red+Green+Blue) = 196+77+54=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44D36 is #3BB2C9. Grayscale: #6E6E6E. Windows color (decimal): -3912394 or 3558852. OLE color: 3558852.
HSL color Cylindrical-coordinate representation of color #C44D36: hue angle of 9.72º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C44D36 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 54 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.23 |
| HSL | 9.72º | 0.57% | 0.49% | - |
| HSV(B) | 9.72º | 0.72% | 0.77% | - |
| XYZ | 26.08 | 17.31 | 5.46 | - |
| YUV | 109.96 | 96.42 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 54 | 0 | 0.61 | 0.72 | 0.23 | 9.72 | 0.57 | 0.49 |
| Hex | C4 | 4D | 36 | 0 | 3D | 48 | 17 | A | 39 | 31 |
| Octal | 304 | 115 | 66 | 0 | 75 | 110 | 27 | 12 | 71 | 61 |
| Binary | 11000100 | 1001101 | 110110 | 0 | 111101 | 1001000 | 10111 | 1010 | 111001 | 110001 |
Color Harmonies of #C44D36
Complementary color
Monochromatic Colors of #C44D36
Black with #C44D36
Text Example
Text Example
White with #C44D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D36; }
p { color: rgb(196,77,54); }
H1.HeaderClassName
{
color: #C44D36;
}
.AnyTagClassName
{
color: #C44D36;
}
</style>
background-color css
<style>
a { background-color: #C44D36; }
a { background-color: rgb(196,77,54); }
div.DivClassName
{
background-color: #C44D36;
}
.BgClassName
{
background-color: #C44D36;
}
</style>
border-color css
<style>
span { border-color: #C44D36; }
span { border-color: rgb(196,77,54); }
td.TdClassName
{
border-color: #C44D36;
}
.TagClassName
{
border-color: #C44D36;
}
</style>