Shades of Mahogany #BA3035
Tints of Mahogany #BA3035
RGB
CMYK
RGB Variations
Color information
#BA3035 (or 0xBA3035) is known color: Mahogany. HEX triplet: BA, 30 and 35. RGB value is (186,48,53). Sum of RGB (Red+Green+Blue) = 186+48+53=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3035 is #45CFCA. Grayscale: #595959. Windows color (decimal): -4575179 or 3485882. OLE color: 3485882.
HSL color Cylindrical-coordinate representation of color #BA3035: hue angle of 357.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3035 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 53 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.27 |
| HSL | 357.83º | 0.59% | 0.46% | - |
| HSV(B) | 357.83º | 0.74% | 0.73% | - |
| XYZ | 21.95 | 12.81 | 4.68 | - |
| YUV | 89.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 53 | 0 | 0.74 | 0.72 | 0.27 | 357.83 | 0.59 | 0.46 |
| Hex | BA | 30 | 35 | 0 | 4A | 48 | 1B | 166 | 3B | 2E |
| Octal | 272 | 60 | 65 | 0 | 112 | 110 | 33 | 546 | 73 | 56 |
| Binary | 10111010 | 110000 | 110101 | 0 | 1001010 | 1001000 | 11011 | 101100110 | 111011 | 101110 |
Color Harmonies of #BA3035
Complementary color
Monochromatic Colors of #BA3035
Black with #BA3035
Text Example
Text Example
White with #BA3035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3035; }
p { color: rgb(186,48,53); }
H1.HeaderClassName
{
color: #BA3035;
}
.AnyTagClassName
{
color: #BA3035;
}
</style>
background-color css
<style>
a { background-color: #BA3035; }
a { background-color: rgb(186,48,53); }
div.DivClassName
{
background-color: #BA3035;
}
.BgClassName
{
background-color: #BA3035;
}
</style>
border-color css
<style>
span { border-color: #BA3035; }
span { border-color: rgb(186,48,53); }
td.TdClassName
{
border-color: #BA3035;
}
.TagClassName
{
border-color: #BA3035;
}
</style>