Shades of Mahogany #BA393E
Tints of Mahogany #BA393E
RGB
CMYK
RGB Variations
Color information
#BA393E (or 0xBA393E) is known color: Mahogany. HEX triplet: BA, 39 and 3E. RGB value is (186,57,62). Sum of RGB (Red+Green+Blue) = 186+57+62=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA393E is #45C6C1. Grayscale: #606060. Windows color (decimal): -4572866 or 4078010. OLE color: 4078010.
HSL color Cylindrical-coordinate representation of color #BA393E: hue angle of 357.67º degrees, saturation: 0.53, 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 #BA393E is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 62 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.27 |
| HSL | 357.67º | 0.53% | 0.48% | - |
| HSV(B) | 357.67º | 0.69% | 0.73% | - |
| XYZ | 22.58 | 13.71 | 6.01 | - |
| YUV | 96.14 | 108.74 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 62 | 0 | 0.69 | 0.67 | 0.27 | 357.67 | 0.53 | 0.48 |
| Hex | BA | 39 | 3E | 0 | 45 | 43 | 1B | 166 | 35 | 30 |
| Octal | 272 | 71 | 76 | 0 | 105 | 103 | 33 | 546 | 65 | 60 |
| Binary | 10111010 | 111001 | 111110 | 0 | 1000101 | 1000011 | 11011 | 101100110 | 110101 | 110000 |
Color Harmonies of #BA393E
Complementary color
Monochromatic Colors of #BA393E
Black with #BA393E
Text Example
Text Example
White with #BA393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA393E; }
p { color: rgb(186,57,62); }
H1.HeaderClassName
{
color: #BA393E;
}
.AnyTagClassName
{
color: #BA393E;
}
</style>
background-color css
<style>
a { background-color: #BA393E; }
a { background-color: rgb(186,57,62); }
div.DivClassName
{
background-color: #BA393E;
}
.BgClassName
{
background-color: #BA393E;
}
</style>
border-color css
<style>
span { border-color: #BA393E; }
span { border-color: rgb(186,57,62); }
td.TdClassName
{
border-color: #BA393E;
}
.TagClassName
{
border-color: #BA393E;
}
</style>