Shades of Grenadier #C54532
Tints of Grenadier #C54532
RGB
CMYK
RGB Variations
Color information
#C54532 (or 0xC54532) is known color: Grenadier. HEX triplet: C5, 45 and 32. RGB value is (197,69,50). Sum of RGB (Red+Green+Blue) = 197+69+50=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C54532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54532 is #3ABACD. Grayscale: #696969. Windows color (decimal): -3848910 or 3294661. OLE color: 3294661.
HSL color Cylindrical-coordinate representation of color #C54532: hue angle of 7.76º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C54532 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 50 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.23 |
| HSL | 7.76º | 0.6% | 0.48% | - |
| HSV(B) | 7.76º | 0.75% | 0.77% | - |
| XYZ | 25.73 | 16.36 | 4.82 | - |
| YUV | 105.11 | 96.91 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 50 | 0 | 0.65 | 0.75 | 0.23 | 7.76 | 0.6 | 0.48 |
| Hex | C5 | 45 | 32 | 0 | 41 | 4B | 17 | 8 | 3C | 30 |
| Octal | 305 | 105 | 62 | 0 | 101 | 113 | 27 | 10 | 74 | 60 |
| Binary | 11000101 | 1000101 | 110010 | 0 | 1000001 | 1001011 | 10111 | 1000 | 111100 | 110000 |
Color Harmonies of #C54532
Complementary color
Monochromatic Colors of #C54532
Black with #C54532
Text Example
Text Example
White with #C54532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54532; }
p { color: rgb(197,69,50); }
H1.HeaderClassName
{
color: #C54532;
}
.AnyTagClassName
{
color: #C54532;
}
</style>
background-color css
<style>
a { background-color: #C54532; }
a { background-color: rgb(197,69,50); }
div.DivClassName
{
background-color: #C54532;
}
.BgClassName
{
background-color: #C54532;
}
</style>
border-color css
<style>
span { border-color: #C54532; }
span { border-color: rgb(197,69,50); }
td.TdClassName
{
border-color: #C54532;
}
.TagClassName
{
border-color: #C54532;
}
</style>