Shades of Mahogany #BA3A3B
Tints of Mahogany #BA3A3B
RGB
CMYK
RGB Variations
Color information
#BA3A3B (or 0xBA3A3B) is known color: Mahogany. HEX triplet: BA, 3A and 3B. RGB value is (186,58,59). Sum of RGB (Red+Green+Blue) = 186+58+59=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A3B is #45C5C4. Grayscale: #606060. Windows color (decimal): -4572613 or 3881658. OLE color: 3881658.
HSL color Cylindrical-coordinate representation of color #BA3A3B: hue angle of 359.53º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A3B is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 59 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.27 |
| HSL | 359.53º | 0.52% | 0.48% | - |
| HSV(B) | 359.53º | 0.69% | 0.73% | - |
| XYZ | 22.55 | 13.78 | 5.61 | - |
| YUV | 96.39 | 106.91 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 59 | 0 | 0.69 | 0.68 | 0.27 | 359.53 | 0.52 | 0.48 |
| Hex | BA | 3A | 3B | 0 | 45 | 44 | 1B | 168 | 34 | 30 |
| Octal | 272 | 72 | 73 | 0 | 105 | 104 | 33 | 550 | 64 | 60 |
| Binary | 10111010 | 111010 | 111011 | 0 | 1000101 | 1000100 | 11011 | 101101000 | 110100 | 110000 |
Color Harmonies of #BA3A3B
Complementary color
Monochromatic Colors of #BA3A3B
Black with #BA3A3B
Text Example
Text Example
White with #BA3A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A3B; }
p { color: rgb(186,58,59); }
H1.HeaderClassName
{
color: #BA3A3B;
}
.AnyTagClassName
{
color: #BA3A3B;
}
</style>
background-color css
<style>
a { background-color: #BA3A3B; }
a { background-color: rgb(186,58,59); }
div.DivClassName
{
background-color: #BA3A3B;
}
.BgClassName
{
background-color: #BA3A3B;
}
</style>
border-color css
<style>
span { border-color: #BA3A3B; }
span { border-color: rgb(186,58,59); }
td.TdClassName
{
border-color: #BA3A3B;
}
.TagClassName
{
border-color: #BA3A3B;
}
</style>