Shades of Mahogany #BA2B2E
Tints of Mahogany #BA2B2E
RGB
CMYK
RGB Variations
Color information
#BA2B2E (or 0xBA2B2E) is known color: Mahogany. HEX triplet: BA, 2B and 2E. RGB value is (186,43,46). Sum of RGB (Red+Green+Blue) = 186+43+46=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B2E is #45D4D1. Grayscale: #565656. Windows color (decimal): -4576466 or 3025850. OLE color: 3025850.
HSL color Cylindrical-coordinate representation of color #BA2B2E: hue angle of 358.74º 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 #BA2B2E is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 46 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.27 |
| HSL | 358.74º | 0.62% | 0.45% | - |
| HSV(B) | 358.74º | 0.77% | 0.73% | - |
| XYZ | 21.61 | 12.36 | 3.83 | - |
| YUV | 86.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 46 | 0 | 0.77 | 0.75 | 0.27 | 358.74 | 0.62 | 0.45 |
| Hex | BA | 2B | 2E | 0 | 4D | 4B | 1B | 167 | 3E | 2D |
| Octal | 272 | 53 | 56 | 0 | 115 | 113 | 33 | 547 | 76 | 55 |
| Binary | 10111010 | 101011 | 101110 | 0 | 1001101 | 1001011 | 11011 | 101100111 | 111110 | 101101 |
Color Harmonies of #BA2B2E
Complementary color
Monochromatic Colors of #BA2B2E
Black with #BA2B2E
Text Example
Text Example
White with #BA2B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B2E; }
p { color: rgb(186,43,46); }
H1.HeaderClassName
{
color: #BA2B2E;
}
.AnyTagClassName
{
color: #BA2B2E;
}
</style>
background-color css
<style>
a { background-color: #BA2B2E; }
a { background-color: rgb(186,43,46); }
div.DivClassName
{
background-color: #BA2B2E;
}
.BgClassName
{
background-color: #BA2B2E;
}
</style>
border-color css
<style>
span { border-color: #BA2B2E; }
span { border-color: rgb(186,43,46); }
td.TdClassName
{
border-color: #BA2B2E;
}
.TagClassName
{
border-color: #BA2B2E;
}
</style>