Shades of Grenadier #C44539
Tints of Grenadier #C44539
RGB
CMYK
RGB Variations
Color information
#C44539 (or 0xC44539) is known color: Grenadier. HEX triplet: C4, 45 and 39. RGB value is (196,69,57). Sum of RGB (Red+Green+Blue) = 196+69+57=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C44539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44539 is #3BBAC6. Grayscale: #696969. Windows color (decimal): -3914439 or 3753412. OLE color: 3753412.
HSL color Cylindrical-coordinate representation of color #C44539: hue angle of 5.18º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C44539 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 57 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.23 |
| HSL | 5.18º | 0.55% | 0.5% | - |
| HSV(B) | 5.18º | 0.71% | 0.77% | - |
| XYZ | 25.63 | 16.29 | 5.66 | - |
| YUV | 105.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 57 | 0 | 0.65 | 0.71 | 0.23 | 5.18 | 0.55 | 0.5 |
| Hex | C4 | 45 | 39 | 0 | 41 | 47 | 17 | 5 | 37 | 32 |
| Octal | 304 | 105 | 71 | 0 | 101 | 107 | 27 | 5 | 67 | 62 |
| Binary | 11000100 | 1000101 | 111001 | 0 | 1000001 | 1000111 | 10111 | 101 | 110111 | 110010 |
Color Harmonies of #C44539
Complementary color
Monochromatic Colors of #C44539
Black with #C44539
Text Example
Text Example
White with #C44539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44539; }
p { color: rgb(196,69,57); }
H1.HeaderClassName
{
color: #C44539;
}
.AnyTagClassName
{
color: #C44539;
}
</style>
background-color css
<style>
a { background-color: #C44539; }
a { background-color: rgb(196,69,57); }
div.DivClassName
{
background-color: #C44539;
}
.BgClassName
{
background-color: #C44539;
}
</style>
border-color css
<style>
span { border-color: #C44539; }
span { border-color: rgb(196,69,57); }
td.TdClassName
{
border-color: #C44539;
}
.TagClassName
{
border-color: #C44539;
}
</style>