Shades of Mahogany #BA2E36
Tints of Mahogany #BA2E36
RGB
CMYK
RGB Variations
Color information
#BA2E36 (or 0xBA2E36) is known color: Mahogany. HEX triplet: BA, 2E and 36. RGB value is (186,46,54). Sum of RGB (Red+Green+Blue) = 186+46+54=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E36 is #45D1C9. Grayscale: #585858. Windows color (decimal): -4575690 or 3550906. OLE color: 3550906.
HSL color Cylindrical-coordinate representation of color #BA2E36: hue angle of 356.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 #BA2E36 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 54 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.27 |
| HSL | 356.57º | 0.6% | 0.45% | - |
| HSV(B) | 356.57º | 0.75% | 0.73% | - |
| XYZ | 21.89 | 12.66 | 4.78 | - |
| YUV | 88.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 54 | 0 | 0.75 | 0.71 | 0.27 | 356.57 | 0.6 | 0.45 |
| Hex | BA | 2E | 36 | 0 | 4B | 47 | 1B | 165 | 3C | 2D |
| Octal | 272 | 56 | 66 | 0 | 113 | 107 | 33 | 545 | 74 | 55 |
| Binary | 10111010 | 101110 | 110110 | 0 | 1001011 | 1000111 | 11011 | 101100101 | 111100 | 101101 |
Color Harmonies of #BA2E36
Complementary color
Monochromatic Colors of #BA2E36
Black with #BA2E36
Text Example
Text Example
White with #BA2E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E36; }
p { color: rgb(186,46,54); }
H1.HeaderClassName
{
color: #BA2E36;
}
.AnyTagClassName
{
color: #BA2E36;
}
</style>
background-color css
<style>
a { background-color: #BA2E36; }
a { background-color: rgb(186,46,54); }
div.DivClassName
{
background-color: #BA2E36;
}
.BgClassName
{
background-color: #BA2E36;
}
</style>
border-color css
<style>
span { border-color: #BA2E36; }
span { border-color: rgb(186,46,54); }
td.TdClassName
{
border-color: #BA2E36;
}
.TagClassName
{
border-color: #BA2E36;
}
</style>