Shades of Grenadier #BA452B
Tints of Grenadier #BA452B
RGB
CMYK
RGB Variations
Color information
#BA452B (or 0xBA452B) is known color: Grenadier. HEX triplet: BA, 45 and 2B. RGB value is (186,69,43). Sum of RGB (Red+Green+Blue) = 186+69+43=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA452B is #45BAD4. Grayscale: #656565. Windows color (decimal): -4569813 or 2835898. OLE color: 2835898.
HSL color Cylindrical-coordinate representation of color #BA452B: hue angle of 10.91º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA452B is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 43 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.27 |
| HSL | 10.91º | 0.62% | 0.45% | - |
| HSV(B) | 10.91º | 0.77% | 0.73% | - |
| XYZ | 22.81 | 14.87 | 3.95 | - |
| YUV | 101.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 43 | 0 | 0.63 | 0.77 | 0.27 | 10.91 | 0.62 | 0.45 |
| Hex | BA | 45 | 2B | 0 | 3F | 4D | 1B | B | 3E | 2D |
| Octal | 272 | 105 | 53 | 0 | 77 | 115 | 33 | 13 | 76 | 55 |
| Binary | 10111010 | 1000101 | 101011 | 0 | 111111 | 1001101 | 11011 | 1011 | 111110 | 101101 |
Color Harmonies of #BA452B
Complementary color
Monochromatic Colors of #BA452B
Black with #BA452B
Text Example
Text Example
White with #BA452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA452B; }
p { color: rgb(186,69,43); }
H1.HeaderClassName
{
color: #BA452B;
}
.AnyTagClassName
{
color: #BA452B;
}
</style>
background-color css
<style>
a { background-color: #BA452B; }
a { background-color: rgb(186,69,43); }
div.DivClassName
{
background-color: #BA452B;
}
.BgClassName
{
background-color: #BA452B;
}
</style>
border-color css
<style>
span { border-color: #BA452B; }
span { border-color: rgb(186,69,43); }
td.TdClassName
{
border-color: #BA452B;
}
.TagClassName
{
border-color: #BA452B;
}
</style>