Shades of Grenadier #C45039
Tints of Grenadier #C45039
RGB
CMYK
RGB Variations
Color information
#C45039 (or 0xC45039) is known color: Grenadier. HEX triplet: C4, 50 and 39. RGB value is (196,80,57). Sum of RGB (Red+Green+Blue) = 196+80+57=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C45039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45039 is #3BAFC6. Grayscale: #707070. Windows color (decimal): -3911623 or 3756228. OLE color: 3756228.
HSL color Cylindrical-coordinate representation of color #C45039: hue angle of 9.93º 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 #C45039 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 57 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.23 |
| HSL | 9.93º | 0.55% | 0.5% | - |
| HSV(B) | 9.93º | 0.71% | 0.77% | - |
| XYZ | 26.37 | 17.77 | 5.91 | - |
| YUV | 112.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 57 | 0 | 0.59 | 0.71 | 0.23 | 9.93 | 0.55 | 0.5 |
| Hex | C4 | 50 | 39 | 0 | 3B | 47 | 17 | A | 37 | 32 |
| Octal | 304 | 120 | 71 | 0 | 73 | 107 | 27 | 12 | 67 | 62 |
| Binary | 11000100 | 1010000 | 111001 | 0 | 111011 | 1000111 | 10111 | 1010 | 110111 | 110010 |
Color Harmonies of #C45039
Complementary color
Monochromatic Colors of #C45039
Black with #C45039
Text Example
Text Example
White with #C45039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45039; }
p { color: rgb(196,80,57); }
H1.HeaderClassName
{
color: #C45039;
}
.AnyTagClassName
{
color: #C45039;
}
</style>
background-color css
<style>
a { background-color: #C45039; }
a { background-color: rgb(196,80,57); }
div.DivClassName
{
background-color: #C45039;
}
.BgClassName
{
background-color: #C45039;
}
</style>
border-color css
<style>
span { border-color: #C45039; }
span { border-color: rgb(196,80,57); }
td.TdClassName
{
border-color: #C45039;
}
.TagClassName
{
border-color: #C45039;
}
</style>