Shades of Grenadier #BA482E
Tints of Grenadier #BA482E
RGB
CMYK
RGB Variations
Color information
#BA482E (or 0xBA482E) is known color: Grenadier. HEX triplet: BA, 48 and 2E. RGB value is (186,72,46). Sum of RGB (Red+Green+Blue) = 186+72+46=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA482E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA482E is #45B7D1. Grayscale: #676767. Windows color (decimal): -4569042 or 3033274. OLE color: 3033274.
HSL color Cylindrical-coordinate representation of color #BA482E: hue angle of 11.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA482E is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 46 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.27 |
| HSL | 11.14º | 0.6% | 0.45% | - |
| HSV(B) | 11.14º | 0.75% | 0.73% | - |
| XYZ | 23.06 | 15.27 | 4.32 | - |
| YUV | 103.12 | 95.77 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 46 | 0 | 0.61 | 0.75 | 0.27 | 11.14 | 0.6 | 0.45 |
| Hex | BA | 48 | 2E | 0 | 3D | 4B | 1B | B | 3C | 2D |
| Octal | 272 | 110 | 56 | 0 | 75 | 113 | 33 | 13 | 74 | 55 |
| Binary | 10111010 | 1001000 | 101110 | 0 | 111101 | 1001011 | 11011 | 1011 | 111100 | 101101 |
Color Harmonies of #BA482E
Complementary color
Monochromatic Colors of #BA482E
Black with #BA482E
Text Example
Text Example
White with #BA482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA482E; }
p { color: rgb(186,72,46); }
H1.HeaderClassName
{
color: #BA482E;
}
.AnyTagClassName
{
color: #BA482E;
}
</style>
background-color css
<style>
a { background-color: #BA482E; }
a { background-color: rgb(186,72,46); }
div.DivClassName
{
background-color: #BA482E;
}
.BgClassName
{
background-color: #BA482E;
}
</style>
border-color css
<style>
span { border-color: #BA482E; }
span { border-color: rgb(186,72,46); }
td.TdClassName
{
border-color: #BA482E;
}
.TagClassName
{
border-color: #BA482E;
}
</style>