Shades of Mahogany #BA3A3E
Tints of Mahogany #BA3A3E
RGB
CMYK
RGB Variations
Color information
#BA3A3E (or 0xBA3A3E) is known color: Mahogany. HEX triplet: BA, 3A and 3E. RGB value is (186,58,62). Sum of RGB (Red+Green+Blue) = 186+58+62=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A3E is #45C5C1. Grayscale: #606060. Windows color (decimal): -4572610 or 4078266. OLE color: 4078266.
HSL color Cylindrical-coordinate representation of color #BA3A3E: hue angle of 358.12º 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 #BA3A3E is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 62 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.27 |
| HSL | 358.13º | 0.52% | 0.48% | - |
| HSV(B) | 358.13º | 0.69% | 0.73% | - |
| XYZ | 22.63 | 13.81 | 6.03 | - |
| YUV | 96.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 62 | 0 | 0.69 | 0.67 | 0.27 | 358.13 | 0.52 | 0.48 |
| Hex | BA | 3A | 3E | 0 | 45 | 43 | 1B | 166 | 34 | 30 |
| Octal | 272 | 72 | 76 | 0 | 105 | 103 | 33 | 546 | 64 | 60 |
| Binary | 10111010 | 111010 | 111110 | 0 | 1000101 | 1000011 | 11011 | 101100110 | 110100 | 110000 |
Color Harmonies of #BA3A3E
Complementary color
Monochromatic Colors of #BA3A3E
Black with #BA3A3E
Text Example
Text Example
White with #BA3A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A3E; }
p { color: rgb(186,58,62); }
H1.HeaderClassName
{
color: #BA3A3E;
}
.AnyTagClassName
{
color: #BA3A3E;
}
</style>
background-color css
<style>
a { background-color: #BA3A3E; }
a { background-color: rgb(186,58,62); }
div.DivClassName
{
background-color: #BA3A3E;
}
.BgClassName
{
background-color: #BA3A3E;
}
</style>
border-color css
<style>
span { border-color: #BA3A3E; }
span { border-color: rgb(186,58,62); }
td.TdClassName
{
border-color: #BA3A3E;
}
.TagClassName
{
border-color: #BA3A3E;
}
</style>