Shades of Mahogany #BA2930
Tints of Mahogany #BA2930
RGB
CMYK
RGB Variations
Color information
#BA2930 (or 0xBA2930) is known color: Mahogany. HEX triplet: BA, 29 and 30. RGB value is (186,41,48). Sum of RGB (Red+Green+Blue) = 186+41+48=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2930 is #45D6CF. Grayscale: #555555. Windows color (decimal): -4576976 or 3156410. OLE color: 3156410.
HSL color Cylindrical-coordinate representation of color #BA2930: hue angle of 357.1º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2930 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 48 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.27 |
| HSL | 357.1º | 0.64% | 0.45% | - |
| HSV(B) | 357.1º | 0.78% | 0.73% | - |
| XYZ | 21.58 | 12.24 | 4.02 | - |
| YUV | 85.15 | 107.04 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 48 | 0 | 0.78 | 0.74 | 0.27 | 357.1 | 0.64 | 0.45 |
| Hex | BA | 29 | 30 | 0 | 4E | 4A | 1B | 165 | 40 | 2D |
| Octal | 272 | 51 | 60 | 0 | 116 | 112 | 33 | 545 | 100 | 55 |
| Binary | 10111010 | 101001 | 110000 | 0 | 1001110 | 1001010 | 11011 | 101100101 | 1000000 | 101101 |
Color Harmonies of #BA2930
Complementary color
Monochromatic Colors of #BA2930
Black with #BA2930
Text Example
Text Example
White with #BA2930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2930; }
p { color: rgb(186,41,48); }
H1.HeaderClassName
{
color: #BA2930;
}
.AnyTagClassName
{
color: #BA2930;
}
</style>
background-color css
<style>
a { background-color: #BA2930; }
a { background-color: rgb(186,41,48); }
div.DivClassName
{
background-color: #BA2930;
}
.BgClassName
{
background-color: #BA2930;
}
</style>
border-color css
<style>
span { border-color: #BA2930; }
span { border-color: rgb(186,41,48); }
td.TdClassName
{
border-color: #BA2930;
}
.TagClassName
{
border-color: #BA2930;
}
</style>