Shades of Grenadier #C54536
Tints of Grenadier #C54536
RGB
CMYK
RGB Variations
Color information
#C54536 (or 0xC54536) is known color: Grenadier. HEX triplet: C5, 45 and 36. RGB value is (197,69,54). Sum of RGB (Red+Green+Blue) = 197+69+54=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C54536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54536 is #3ABAC9. Grayscale: #696969. Windows color (decimal): -3848906 or 3556805. OLE color: 3556805.
HSL color Cylindrical-coordinate representation of color #C54536: hue angle of 6.29º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C54536 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 54 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.23 |
| HSL | 6.29º | 0.57% | 0.49% | - |
| HSV(B) | 6.29º | 0.73% | 0.77% | - |
| XYZ | 25.82 | 16.39 | 5.29 | - |
| YUV | 105.56 | 98.91 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 54 | 0 | 0.65 | 0.73 | 0.23 | 6.29 | 0.57 | 0.49 |
| Hex | C5 | 45 | 36 | 0 | 41 | 49 | 17 | 6 | 39 | 31 |
| Octal | 305 | 105 | 66 | 0 | 101 | 111 | 27 | 6 | 71 | 61 |
| Binary | 11000101 | 1000101 | 110110 | 0 | 1000001 | 1001001 | 10111 | 110 | 111001 | 110001 |
Color Harmonies of #C54536
Complementary color
Monochromatic Colors of #C54536
Black with #C54536
Text Example
Text Example
White with #C54536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54536; }
p { color: rgb(197,69,54); }
H1.HeaderClassName
{
color: #C54536;
}
.AnyTagClassName
{
color: #C54536;
}
</style>
background-color css
<style>
a { background-color: #C54536; }
a { background-color: rgb(197,69,54); }
div.DivClassName
{
background-color: #C54536;
}
.BgClassName
{
background-color: #C54536;
}
</style>
border-color css
<style>
span { border-color: #C54536; }
span { border-color: rgb(197,69,54); }
td.TdClassName
{
border-color: #C54536;
}
.TagClassName
{
border-color: #C54536;
}
</style>