Shades of Grenadier #C44537
Tints of Grenadier #C44537
RGB
CMYK
RGB Variations
Color information
#C44537 (or 0xC44537) is known color: Grenadier. HEX triplet: C4, 45 and 37. RGB value is (196,69,55). Sum of RGB (Red+Green+Blue) = 196+69+55=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C44537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44537 is #3BBAC8. Grayscale: #696969. Windows color (decimal): -3914441 or 3622340. OLE color: 3622340.
HSL color Cylindrical-coordinate representation of color #C44537: hue angle of 5.96º degrees, saturation: 0.56, 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 #C44537 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 55 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.23 |
| HSL | 5.96º | 0.56% | 0.49% | - |
| HSV(B) | 5.96º | 0.72% | 0.77% | - |
| XYZ | 25.58 | 16.27 | 5.41 | - |
| YUV | 105.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 55 | 0 | 0.65 | 0.72 | 0.23 | 5.96 | 0.56 | 0.49 |
| Hex | C4 | 45 | 37 | 0 | 41 | 48 | 17 | 6 | 38 | 31 |
| Octal | 304 | 105 | 67 | 0 | 101 | 110 | 27 | 6 | 70 | 61 |
| Binary | 11000100 | 1000101 | 110111 | 0 | 1000001 | 1001000 | 10111 | 110 | 111000 | 110001 |
Color Harmonies of #C44537
Complementary color
Monochromatic Colors of #C44537
Black with #C44537
Text Example
Text Example
White with #C44537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44537; }
p { color: rgb(196,69,55); }
H1.HeaderClassName
{
color: #C44537;
}
.AnyTagClassName
{
color: #C44537;
}
</style>
background-color css
<style>
a { background-color: #C44537; }
a { background-color: rgb(196,69,55); }
div.DivClassName
{
background-color: #C44537;
}
.BgClassName
{
background-color: #C44537;
}
</style>
border-color css
<style>
span { border-color: #C44537; }
span { border-color: rgb(196,69,55); }
td.TdClassName
{
border-color: #C44537;
}
.TagClassName
{
border-color: #C44537;
}
</style>