Shades of Grenadier #C54B38
Tints of Grenadier #C54B38
RGB
CMYK
RGB Variations
Color information
#C54B38 (or 0xC54B38) is known color: Grenadier. HEX triplet: C5, 4B and 38. RGB value is (197,75,56). Sum of RGB (Red+Green+Blue) = 197+75+56=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54B38 is #3AB4C7. Grayscale: #6D6D6D. Windows color (decimal): -3847368 or 3689413. OLE color: 3689413.
HSL color Cylindrical-coordinate representation of color #C54B38: hue angle of 8.09º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C54B38 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 56 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.23 |
| HSL | 8.09º | 0.56% | 0.5% | - |
| HSV(B) | 8.09º | 0.72% | 0.77% | - |
| XYZ | 26.26 | 17.19 | 5.68 | - |
| YUV | 109.31 | 97.92 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 56 | 0 | 0.62 | 0.72 | 0.23 | 8.09 | 0.56 | 0.5 |
| Hex | C5 | 4B | 38 | 0 | 3E | 48 | 17 | 8 | 38 | 32 |
| Octal | 305 | 113 | 70 | 0 | 76 | 110 | 27 | 10 | 70 | 62 |
| Binary | 11000101 | 1001011 | 111000 | 0 | 111110 | 1001000 | 10111 | 1000 | 111000 | 110010 |
Color Harmonies of #C54B38
Complementary color
Monochromatic Colors of #C54B38
Black with #C54B38
Text Example
Text Example
White with #C54B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B38; }
p { color: rgb(197,75,56); }
H1.HeaderClassName
{
color: #C54B38;
}
.AnyTagClassName
{
color: #C54B38;
}
</style>
background-color css
<style>
a { background-color: #C54B38; }
a { background-color: rgb(197,75,56); }
div.DivClassName
{
background-color: #C54B38;
}
.BgClassName
{
background-color: #C54B38;
}
</style>
border-color css
<style>
span { border-color: #C54B38; }
span { border-color: rgb(197,75,56); }
td.TdClassName
{
border-color: #C54B38;
}
.TagClassName
{
border-color: #C54B38;
}
</style>