Shades of Mahogany #BA3E3F
Tints of Mahogany #BA3E3F
RGB
CMYK
RGB Variations
Color information
#BA3E3F (or 0xBA3E3F) is known color: Mahogany. HEX triplet: BA, 3E and 3F. RGB value is (186,62,63). Sum of RGB (Red+Green+Blue) = 186+62+63=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E3F is #45C1C0. Grayscale: #636363. Windows color (decimal): -4571585 or 4144826. OLE color: 4144826.
HSL color Cylindrical-coordinate representation of color #BA3E3F: hue angle of 359.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3E3F is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 63 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.27 |
| HSL | 359.52º | 0.5% | 0.49% | - |
| HSV(B) | 359.52º | 0.67% | 0.73% | - |
| XYZ | 22.87 | 14.24 | 6.25 | - |
| YUV | 99.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 63 | 0 | 0.67 | 0.66 | 0.27 | 359.52 | 0.5 | 0.49 |
| Hex | BA | 3E | 3F | 0 | 43 | 42 | 1B | 168 | 32 | 31 |
| Octal | 272 | 76 | 77 | 0 | 103 | 102 | 33 | 550 | 62 | 61 |
| Binary | 10111010 | 111110 | 111111 | 0 | 1000011 | 1000010 | 11011 | 101101000 | 110010 | 110001 |
Color Harmonies of #BA3E3F
Complementary color
Monochromatic Colors of #BA3E3F
Black with #BA3E3F
Text Example
Text Example
White with #BA3E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E3F; }
p { color: rgb(186,62,63); }
H1.HeaderClassName
{
color: #BA3E3F;
}
.AnyTagClassName
{
color: #BA3E3F;
}
</style>
background-color css
<style>
a { background-color: #BA3E3F; }
a { background-color: rgb(186,62,63); }
div.DivClassName
{
background-color: #BA3E3F;
}
.BgClassName
{
background-color: #BA3E3F;
}
</style>
border-color css
<style>
span { border-color: #BA3E3F; }
span { border-color: rgb(186,62,63); }
td.TdClassName
{
border-color: #BA3E3F;
}
.TagClassName
{
border-color: #BA3E3F;
}
</style>