Shades of Grenadier #BA452E
Tints of Grenadier #BA452E
RGB
CMYK
RGB Variations
Color information
#BA452E (or 0xBA452E) is known color: Grenadier. HEX triplet: BA, 45 and 2E. RGB value is (186,69,46). Sum of RGB (Red+Green+Blue) = 186+69+46=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA452E is #45BAD1. Grayscale: #656565. Windows color (decimal): -4569810 or 3032506. OLE color: 3032506.
HSL color Cylindrical-coordinate representation of color #BA452E: hue angle of 9.86º 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 #BA452E is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 46 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.27 |
| HSL | 9.86º | 0.6% | 0.45% | - |
| HSV(B) | 9.86º | 0.75% | 0.73% | - |
| XYZ | 22.87 | 14.89 | 4.25 | - |
| YUV | 101.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 46 | 0 | 0.63 | 0.75 | 0.27 | 9.86 | 0.6 | 0.45 |
| Hex | BA | 45 | 2E | 0 | 3F | 4B | 1B | A | 3C | 2D |
| Octal | 272 | 105 | 56 | 0 | 77 | 113 | 33 | 12 | 74 | 55 |
| Binary | 10111010 | 1000101 | 101110 | 0 | 111111 | 1001011 | 11011 | 1010 | 111100 | 101101 |
Color Harmonies of #BA452E
Complementary color
Monochromatic Colors of #BA452E
Black with #BA452E
Text Example
Text Example
White with #BA452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA452E; }
p { color: rgb(186,69,46); }
H1.HeaderClassName
{
color: #BA452E;
}
.AnyTagClassName
{
color: #BA452E;
}
</style>
background-color css
<style>
a { background-color: #BA452E; }
a { background-color: rgb(186,69,46); }
div.DivClassName
{
background-color: #BA452E;
}
.BgClassName
{
background-color: #BA452E;
}
</style>
border-color css
<style>
span { border-color: #BA452E; }
span { border-color: rgb(186,69,46); }
td.TdClassName
{
border-color: #BA452E;
}
.TagClassName
{
border-color: #BA452E;
}
</style>