Shades of Mahogany #BA3B3C
Tints of Mahogany #BA3B3C
RGB
CMYK
RGB Variations
Color information
#BA3B3C (or 0xBA3B3C) is known color: Mahogany. HEX triplet: BA, 3B and 3C. RGB value is (186,59,60). Sum of RGB (Red+Green+Blue) = 186+59+60=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B3C is #45C4C3. Grayscale: #616161. Windows color (decimal): -4572356 or 3947450. OLE color: 3947450.
HSL color Cylindrical-coordinate representation of color #BA3B3C: 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.68%. Process color model (Four color, CMYK) of #BA3B3C is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 60 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.27 |
| HSL | 359.53º | 0.52% | 0.48% | - |
| HSV(B) | 359.53º | 0.68% | 0.73% | - |
| XYZ | 22.63 | 13.89 | 5.76 | - |
| YUV | 97.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 60 | 0 | 0.68 | 0.68 | 0.27 | 359.53 | 0.52 | 0.48 |
| Hex | BA | 3B | 3C | 0 | 44 | 44 | 1B | 168 | 34 | 30 |
| Octal | 272 | 73 | 74 | 0 | 104 | 104 | 33 | 550 | 64 | 60 |
| Binary | 10111010 | 111011 | 111100 | 0 | 1000100 | 1000100 | 11011 | 101101000 | 110100 | 110000 |
Color Harmonies of #BA3B3C
Complementary color
Monochromatic Colors of #BA3B3C
Black with #BA3B3C
Text Example
Text Example
White with #BA3B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B3C; }
p { color: rgb(186,59,60); }
H1.HeaderClassName
{
color: #BA3B3C;
}
.AnyTagClassName
{
color: #BA3B3C;
}
</style>
background-color css
<style>
a { background-color: #BA3B3C; }
a { background-color: rgb(186,59,60); }
div.DivClassName
{
background-color: #BA3B3C;
}
.BgClassName
{
background-color: #BA3B3C;
}
</style>
border-color css
<style>
span { border-color: #BA3B3C; }
span { border-color: rgb(186,59,60); }
td.TdClassName
{
border-color: #BA3B3C;
}
.TagClassName
{
border-color: #BA3B3C;
}
</style>