Shades of Mahogany #BA3133
Tints of Mahogany #BA3133
RGB
CMYK
RGB Variations
Color information
#BA3133 (or 0xBA3133) is known color: Mahogany. HEX triplet: BA, 31 and 33. RGB value is (186,49,51). Sum of RGB (Red+Green+Blue) = 186+49+51=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3133 is #45CECC. Grayscale: #5A5A5A. Windows color (decimal): -4574925 or 3355066. OLE color: 3355066.
HSL color Cylindrical-coordinate representation of color #BA3133: hue angle of 359.12º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3133 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 51 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.27 |
| HSL | 359.12º | 0.58% | 0.46% | - |
| HSV(B) | 359.12º | 0.74% | 0.73% | - |
| XYZ | 21.95 | 12.87 | 4.46 | - |
| YUV | 90.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 51 | 0 | 0.74 | 0.73 | 0.27 | 359.12 | 0.58 | 0.46 |
| Hex | BA | 31 | 33 | 0 | 4A | 49 | 1B | 167 | 3A | 2E |
| Octal | 272 | 61 | 63 | 0 | 112 | 111 | 33 | 547 | 72 | 56 |
| Binary | 10111010 | 110001 | 110011 | 0 | 1001010 | 1001001 | 11011 | 101100111 | 111010 | 101110 |
Color Harmonies of #BA3133
Complementary color
Monochromatic Colors of #BA3133
Black with #BA3133
Text Example
Text Example
White with #BA3133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3133; }
p { color: rgb(186,49,51); }
H1.HeaderClassName
{
color: #BA3133;
}
.AnyTagClassName
{
color: #BA3133;
}
</style>
background-color css
<style>
a { background-color: #BA3133; }
a { background-color: rgb(186,49,51); }
div.DivClassName
{
background-color: #BA3133;
}
.BgClassName
{
background-color: #BA3133;
}
</style>
border-color css
<style>
span { border-color: #BA3133; }
span { border-color: rgb(186,49,51); }
td.TdClassName
{
border-color: #BA3133;
}
.TagClassName
{
border-color: #BA3133;
}
</style>