Shades of Grenadier #C44937
Tints of Grenadier #C44937
RGB
CMYK
RGB Variations
Color information
#C44937 (or 0xC44937) is known color: Grenadier. HEX triplet: C4, 49 and 37. RGB value is (196,73,55). Sum of RGB (Red+Green+Blue) = 196+73+55=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C44937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44937 is #3BB6C8. Grayscale: #6B6B6B. Windows color (decimal): -3913417 or 3623364. OLE color: 3623364.
HSL color Cylindrical-coordinate representation of color #C44937: hue angle of 7.66º 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 #C44937 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 55 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.23 |
| HSL | 7.66º | 0.56% | 0.49% | - |
| HSV(B) | 7.66º | 0.72% | 0.77% | - |
| XYZ | 25.84 | 16.78 | 5.49 | - |
| YUV | 107.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 55 | 0 | 0.63 | 0.72 | 0.23 | 7.66 | 0.56 | 0.49 |
| Hex | C4 | 49 | 37 | 0 | 3F | 48 | 17 | 8 | 38 | 31 |
| Octal | 304 | 111 | 67 | 0 | 77 | 110 | 27 | 10 | 70 | 61 |
| Binary | 11000100 | 1001001 | 110111 | 0 | 111111 | 1001000 | 10111 | 1000 | 111000 | 110001 |
Color Harmonies of #C44937
Complementary color
Monochromatic Colors of #C44937
Black with #C44937
Text Example
Text Example
White with #C44937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44937; }
p { color: rgb(196,73,55); }
H1.HeaderClassName
{
color: #C44937;
}
.AnyTagClassName
{
color: #C44937;
}
</style>
background-color css
<style>
a { background-color: #C44937; }
a { background-color: rgb(196,73,55); }
div.DivClassName
{
background-color: #C44937;
}
.BgClassName
{
background-color: #C44937;
}
</style>
border-color css
<style>
span { border-color: #C44937; }
span { border-color: rgb(196,73,55); }
td.TdClassName
{
border-color: #C44937;
}
.TagClassName
{
border-color: #C44937;
}
</style>