Shades of Mahogany #BA3132
Tints of Mahogany #BA3132
RGB
CMYK
RGB Variations
Color information
#BA3132 (or 0xBA3132) is known color: Mahogany. HEX triplet: BA, 31 and 32. RGB value is (186,49,50). Sum of RGB (Red+Green+Blue) = 186+49+50=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3132 is #45CECD. Grayscale: #5A5A5A. Windows color (decimal): -4574926 or 3289530. OLE color: 3289530.
HSL color Cylindrical-coordinate representation of color #BA3132: hue angle of 359.56º 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 #BA3132 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 50 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.27 |
| HSL | 359.56º | 0.58% | 0.46% | - |
| HSV(B) | 359.56º | 0.74% | 0.73% | - |
| XYZ | 21.92 | 12.87 | 4.35 | - |
| YUV | 90.08 | 105.39 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 50 | 0 | 0.74 | 0.73 | 0.27 | 359.56 | 0.58 | 0.46 |
| Hex | BA | 31 | 32 | 0 | 4A | 49 | 1B | 168 | 3A | 2E |
| Octal | 272 | 61 | 62 | 0 | 112 | 111 | 33 | 550 | 72 | 56 |
| Binary | 10111010 | 110001 | 110010 | 0 | 1001010 | 1001001 | 11011 | 101101000 | 111010 | 101110 |
Color Harmonies of #BA3132
Complementary color
Monochromatic Colors of #BA3132
Black with #BA3132
Text Example
Text Example
White with #BA3132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3132; }
p { color: rgb(186,49,50); }
H1.HeaderClassName
{
color: #BA3132;
}
.AnyTagClassName
{
color: #BA3132;
}
</style>
background-color css
<style>
a { background-color: #BA3132; }
a { background-color: rgb(186,49,50); }
div.DivClassName
{
background-color: #BA3132;
}
.BgClassName
{
background-color: #BA3132;
}
</style>
border-color css
<style>
span { border-color: #BA3132; }
span { border-color: rgb(186,49,50); }
td.TdClassName
{
border-color: #BA3132;
}
.TagClassName
{
border-color: #BA3132;
}
</style>