Shades of Mahogany #BA3538
Tints of Mahogany #BA3538
RGB
CMYK
RGB Variations
Color information
#BA3538 (or 0xBA3538) is known color: Mahogany. HEX triplet: BA, 35 and 38. RGB value is (186,53,56). Sum of RGB (Red+Green+Blue) = 186+53+56=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3538 is #45CAC7. Grayscale: #5D5D5D. Windows color (decimal): -4573896 or 3683770. OLE color: 3683770.
HSL color Cylindrical-coordinate representation of color #BA3538: hue angle of 358.65º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3538 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 56 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.27 |
| HSL | 358.65º | 0.56% | 0.47% | - |
| HSV(B) | 358.65º | 0.72% | 0.73% | - |
| XYZ | 22.24 | 13.27 | 5.13 | - |
| YUV | 93.11 | 107.06 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 56 | 0 | 0.72 | 0.70 | 0.27 | 358.65 | 0.56 | 0.47 |
| Hex | BA | 35 | 38 | 0 | 48 | 46 | 1B | 167 | 38 | 2F |
| Octal | 272 | 65 | 70 | 0 | 110 | 106 | 33 | 547 | 70 | 57 |
| Binary | 10111010 | 110101 | 111000 | 0 | 1001000 | 1000110 | 11011 | 101100111 | 111000 | 101111 |
Color Harmonies of #BA3538
Complementary color
Monochromatic Colors of #BA3538
Black with #BA3538
Text Example
Text Example
White with #BA3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3538; }
p { color: rgb(186,53,56); }
H1.HeaderClassName
{
color: #BA3538;
}
.AnyTagClassName
{
color: #BA3538;
}
</style>
background-color css
<style>
a { background-color: #BA3538; }
a { background-color: rgb(186,53,56); }
div.DivClassName
{
background-color: #BA3538;
}
.BgClassName
{
background-color: #BA3538;
}
</style>
border-color css
<style>
span { border-color: #BA3538; }
span { border-color: rgb(186,53,56); }
td.TdClassName
{
border-color: #BA3538;
}
.TagClassName
{
border-color: #BA3538;
}
</style>