Shades of Mahogany #BA2E2F
Tints of Mahogany #BA2E2F
RGB
CMYK
RGB Variations
Color information
#BA2E2F (or 0xBA2E2F) is known color: Mahogany. HEX triplet: BA, 2E and 2F. RGB value is (186,46,47). Sum of RGB (Red+Green+Blue) = 186+46+47=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E2F is #45D1D0. Grayscale: #585858. Windows color (decimal): -4575697 or 3092154. OLE color: 3092154.
HSL color Cylindrical-coordinate representation of color #BA2E2F: hue angle of 359.57º 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 #BA2E2F is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 47 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.27 |
| HSL | 359.57º | 0.6% | 0.45% | - |
| HSV(B) | 359.57º | 0.75% | 0.73% | - |
| XYZ | 21.74 | 12.6 | 3.98 | - |
| YUV | 87.97 | 104.88 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 47 | 0 | 0.75 | 0.75 | 0.27 | 359.57 | 0.6 | 0.45 |
| Hex | BA | 2E | 2F | 0 | 4B | 4B | 1B | 168 | 3C | 2D |
| Octal | 272 | 56 | 57 | 0 | 113 | 113 | 33 | 550 | 74 | 55 |
| Binary | 10111010 | 101110 | 101111 | 0 | 1001011 | 1001011 | 11011 | 101101000 | 111100 | 101101 |
Color Harmonies of #BA2E2F
Complementary color
Monochromatic Colors of #BA2E2F
Black with #BA2E2F
Text Example
Text Example
White with #BA2E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E2F; }
p { color: rgb(186,46,47); }
H1.HeaderClassName
{
color: #BA2E2F;
}
.AnyTagClassName
{
color: #BA2E2F;
}
</style>
background-color css
<style>
a { background-color: #BA2E2F; }
a { background-color: rgb(186,46,47); }
div.DivClassName
{
background-color: #BA2E2F;
}
.BgClassName
{
background-color: #BA2E2F;
}
</style>
border-color css
<style>
span { border-color: #BA2E2F; }
span { border-color: rgb(186,46,47); }
td.TdClassName
{
border-color: #BA2E2F;
}
.TagClassName
{
border-color: #BA2E2F;
}
</style>