Shades of Grenadier #BA492D
Tints of Grenadier #BA492D
RGB
CMYK
RGB Variations
Color information
#BA492D (or 0xBA492D) is known color: Grenadier. HEX triplet: BA, 49 and 2D. RGB value is (186,73,45). Sum of RGB (Red+Green+Blue) = 186+73+45=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA492D is #45B6D2. Grayscale: #676767. Windows color (decimal): -4568787 or 2967994. OLE color: 2967994.
HSL color Cylindrical-coordinate representation of color #BA492D: hue angle of 11.91º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA492D is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 45 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.27 |
| HSL | 11.91º | 0.61% | 0.45% | - |
| HSV(B) | 11.91º | 0.76% | 0.73% | - |
| XYZ | 23.11 | 15.39 | 4.24 | - |
| YUV | 103.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 45 | 0 | 0.61 | 0.76 | 0.27 | 11.91 | 0.61 | 0.45 |
| Hex | BA | 49 | 2D | 0 | 3D | 4C | 1B | C | 3D | 2D |
| Octal | 272 | 111 | 55 | 0 | 75 | 114 | 33 | 14 | 75 | 55 |
| Binary | 10111010 | 1001001 | 101101 | 0 | 111101 | 1001100 | 11011 | 1100 | 111101 | 101101 |
Color Harmonies of #BA492D
Complementary color
Monochromatic Colors of #BA492D
Black with #BA492D
Text Example
Text Example
White with #BA492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA492D; }
p { color: rgb(186,73,45); }
H1.HeaderClassName
{
color: #BA492D;
}
.AnyTagClassName
{
color: #BA492D;
}
</style>
background-color css
<style>
a { background-color: #BA492D; }
a { background-color: rgb(186,73,45); }
div.DivClassName
{
background-color: #BA492D;
}
.BgClassName
{
background-color: #BA492D;
}
</style>
border-color css
<style>
span { border-color: #BA492D; }
span { border-color: rgb(186,73,45); }
td.TdClassName
{
border-color: #BA492D;
}
.TagClassName
{
border-color: #BA492D;
}
</style>