Shades of Mahogany #BA3C40
Tints of Mahogany #BA3C40
RGB
CMYK
RGB Variations
Color information
#BA3C40 (or 0xBA3C40) is known color: Mahogany. HEX triplet: BA, 3C and 40. RGB value is (186,60,64). Sum of RGB (Red+Green+Blue) = 186+60+64=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C40 is #45C3BF. Grayscale: #626262. Windows color (decimal): -4572096 or 4209850. OLE color: 4209850.
HSL color Cylindrical-coordinate representation of color #BA3C40: hue angle of 358.1º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C40 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 64 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.27 |
| HSL | 358.1º | 0.51% | 0.48% | - |
| HSV(B) | 358.1º | 0.68% | 0.73% | - |
| XYZ | 22.79 | 14.04 | 6.36 | - |
| YUV | 98.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 64 | 0 | 0.68 | 0.66 | 0.27 | 358.1 | 0.51 | 0.48 |
| Hex | BA | 3C | 40 | 0 | 44 | 42 | 1B | 166 | 33 | 30 |
| Octal | 272 | 74 | 100 | 0 | 104 | 102 | 33 | 546 | 63 | 60 |
| Binary | 10111010 | 111100 | 1000000 | 0 | 1000100 | 1000010 | 11011 | 101100110 | 110011 | 110000 |
Color Harmonies of #BA3C40
Complementary color
Monochromatic Colors of #BA3C40
Black with #BA3C40
Text Example
Text Example
White with #BA3C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C40; }
p { color: rgb(186,60,64); }
H1.HeaderClassName
{
color: #BA3C40;
}
.AnyTagClassName
{
color: #BA3C40;
}
</style>
background-color css
<style>
a { background-color: #BA3C40; }
a { background-color: rgb(186,60,64); }
div.DivClassName
{
background-color: #BA3C40;
}
.BgClassName
{
background-color: #BA3C40;
}
</style>
border-color css
<style>
span { border-color: #BA3C40; }
span { border-color: rgb(186,60,64); }
td.TdClassName
{
border-color: #BA3C40;
}
.TagClassName
{
border-color: #BA3C40;
}
</style>