Shades of Grenadier #C54A34
Tints of Grenadier #C54A34
RGB
CMYK
RGB Variations
Color information
#C54A34 (or 0xC54A34) is known color: Grenadier. HEX triplet: C5, 4A and 34. RGB value is (197,74,52). Sum of RGB (Red+Green+Blue) = 197+74+52=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54A34 is #3AB5CB. Grayscale: #6C6C6C. Windows color (decimal): -3847628 or 3427013. OLE color: 3427013.
HSL color Cylindrical-coordinate representation of color #C54A34: hue angle of 9.1º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C54A34 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 52 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.23 |
| HSL | 9.1º | 0.58% | 0.49% | - |
| HSV(B) | 9.1º | 0.74% | 0.77% | - |
| XYZ | 26.09 | 17.02 | 5.16 | - |
| YUV | 108.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 52 | 0 | 0.62 | 0.74 | 0.23 | 9.1 | 0.58 | 0.49 |
| Hex | C5 | 4A | 34 | 0 | 3E | 4A | 17 | 9 | 3A | 31 |
| Octal | 305 | 112 | 64 | 0 | 76 | 112 | 27 | 11 | 72 | 61 |
| Binary | 11000101 | 1001010 | 110100 | 0 | 111110 | 1001010 | 10111 | 1001 | 111010 | 110001 |
Color Harmonies of #C54A34
Complementary color
Monochromatic Colors of #C54A34
Black with #C54A34
Text Example
Text Example
White with #C54A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A34; }
p { color: rgb(197,74,52); }
H1.HeaderClassName
{
color: #C54A34;
}
.AnyTagClassName
{
color: #C54A34;
}
</style>
background-color css
<style>
a { background-color: #C54A34; }
a { background-color: rgb(197,74,52); }
div.DivClassName
{
background-color: #C54A34;
}
.BgClassName
{
background-color: #C54A34;
}
</style>
border-color css
<style>
span { border-color: #C54A34; }
span { border-color: rgb(197,74,52); }
td.TdClassName
{
border-color: #C54A34;
}
.TagClassName
{
border-color: #C54A34;
}
</style>