Shades of Grenadier #BA4839
Tints of Grenadier #BA4839
RGB
CMYK
RGB Variations
Color information
#BA4839 (or 0xBA4839) is known color: Grenadier. HEX triplet: BA, 48 and 39. RGB value is (186,72,57). Sum of RGB (Red+Green+Blue) = 186+72+57=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4839 is #45B7C6. Grayscale: #686868. Windows color (decimal): -4569031 or 3754170. OLE color: 3754170.
HSL color Cylindrical-coordinate representation of color #BA4839: hue angle of 6.98º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4839 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 57 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.27 |
| HSL | 6.98º | 0.53% | 0.48% | - |
| HSV(B) | 6.98º | 0.69% | 0.73% | - |
| XYZ | 23.31 | 15.37 | 5.61 | - |
| YUV | 104.38 | 101.27 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 57 | 0 | 0.61 | 0.69 | 0.27 | 6.98 | 0.53 | 0.48 |
| Hex | BA | 48 | 39 | 0 | 3D | 45 | 1B | 7 | 35 | 30 |
| Octal | 272 | 110 | 71 | 0 | 75 | 105 | 33 | 7 | 65 | 60 |
| Binary | 10111010 | 1001000 | 111001 | 0 | 111101 | 1000101 | 11011 | 111 | 110101 | 110000 |
Color Harmonies of #BA4839
Complementary color
Monochromatic Colors of #BA4839
Black with #BA4839
Text Example
Text Example
White with #BA4839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4839; }
p { color: rgb(186,72,57); }
H1.HeaderClassName
{
color: #BA4839;
}
.AnyTagClassName
{
color: #BA4839;
}
</style>
background-color css
<style>
a { background-color: #BA4839; }
a { background-color: rgb(186,72,57); }
div.DivClassName
{
background-color: #BA4839;
}
.BgClassName
{
background-color: #BA4839;
}
</style>
border-color css
<style>
span { border-color: #BA4839; }
span { border-color: rgb(186,72,57); }
td.TdClassName
{
border-color: #BA4839;
}
.TagClassName
{
border-color: #BA4839;
}
</style>