Shades of Grenadier #C54A3A
Tints of Grenadier #C54A3A
RGB
CMYK
RGB Variations
Color information
#C54A3A (or 0xC54A3A) is known color: Grenadier. HEX triplet: C5, 4A and 3A. RGB value is (197,74,58). Sum of RGB (Red+Green+Blue) = 197+74+58=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54A3A is #3AB5C5. Grayscale: #6D6D6D. Windows color (decimal): -3847622 or 3820229. OLE color: 3820229.
HSL color Cylindrical-coordinate representation of color #C54A3A: hue angle of 6.91º 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 #C54A3A is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 58 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.23 |
| HSL | 6.91º | 0.55% | 0.5% | - |
| HSV(B) | 6.91º | 0.71% | 0.77% | - |
| XYZ | 26.24 | 17.07 | 5.92 | - |
| YUV | 108.95 | 99.25 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 58 | 0 | 0.62 | 0.71 | 0.23 | 6.91 | 0.55 | 0.5 |
| Hex | C5 | 4A | 3A | 0 | 3E | 47 | 17 | 7 | 37 | 32 |
| Octal | 305 | 112 | 72 | 0 | 76 | 107 | 27 | 7 | 67 | 62 |
| Binary | 11000101 | 1001010 | 111010 | 0 | 111110 | 1000111 | 10111 | 111 | 110111 | 110010 |
Color Harmonies of #C54A3A
Complementary color
Monochromatic Colors of #C54A3A
Black with #C54A3A
Text Example
Text Example
White with #C54A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A3A; }
p { color: rgb(197,74,58); }
H1.HeaderClassName
{
color: #C54A3A;
}
.AnyTagClassName
{
color: #C54A3A;
}
</style>
background-color css
<style>
a { background-color: #C54A3A; }
a { background-color: rgb(197,74,58); }
div.DivClassName
{
background-color: #C54A3A;
}
.BgClassName
{
background-color: #C54A3A;
}
</style>
border-color css
<style>
span { border-color: #C54A3A; }
span { border-color: rgb(197,74,58); }
td.TdClassName
{
border-color: #C54A3A;
}
.TagClassName
{
border-color: #C54A3A;
}
</style>