Shades of Mahogany #BA3C3E
Tints of Mahogany #BA3C3E
RGB
CMYK
RGB Variations
Color information
#BA3C3E (or 0xBA3C3E) is known color: Mahogany. HEX triplet: BA, 3C and 3E. RGB value is (186,60,62). Sum of RGB (Red+Green+Blue) = 186+60+62=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C3E is #45C3C1. Grayscale: #626262. Windows color (decimal): -4572098 or 4078778. OLE color: 4078778.
HSL color Cylindrical-coordinate representation of color #BA3C3E: hue angle of 359.05º 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 #BA3C3E is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 62 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.27 |
| HSL | 359.05º | 0.51% | 0.48% | - |
| HSV(B) | 359.05º | 0.68% | 0.73% | - |
| XYZ | 22.74 | 14.02 | 6.07 | - |
| YUV | 97.9 | 107.74 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 62 | 0 | 0.68 | 0.67 | 0.27 | 359.05 | 0.51 | 0.48 |
| Hex | BA | 3C | 3E | 0 | 44 | 43 | 1B | 167 | 33 | 30 |
| Octal | 272 | 74 | 76 | 0 | 104 | 103 | 33 | 547 | 63 | 60 |
| Binary | 10111010 | 111100 | 111110 | 0 | 1000100 | 1000011 | 11011 | 101100111 | 110011 | 110000 |
Color Harmonies of #BA3C3E
Complementary color
Monochromatic Colors of #BA3C3E
Black with #BA3C3E
Text Example
Text Example
White with #BA3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C3E; }
p { color: rgb(186,60,62); }
H1.HeaderClassName
{
color: #BA3C3E;
}
.AnyTagClassName
{
color: #BA3C3E;
}
</style>
background-color css
<style>
a { background-color: #BA3C3E; }
a { background-color: rgb(186,60,62); }
div.DivClassName
{
background-color: #BA3C3E;
}
.BgClassName
{
background-color: #BA3C3E;
}
</style>
border-color css
<style>
span { border-color: #BA3C3E; }
span { border-color: rgb(186,60,62); }
td.TdClassName
{
border-color: #BA3C3E;
}
.TagClassName
{
border-color: #BA3C3E;
}
</style>