Shades of Mahogany #BA2E30
Tints of Mahogany #BA2E30
RGB
CMYK
RGB Variations
Color information
#BA2E30 (or 0xBA2E30) is known color: Mahogany. HEX triplet: BA, 2E and 30. RGB value is (186,46,48). Sum of RGB (Red+Green+Blue) = 186+46+48=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E30 is #45D1CF. Grayscale: #585858. Windows color (decimal): -4575696 or 3157690. OLE color: 3157690.
HSL color Cylindrical-coordinate representation of color #BA2E30: hue angle of 359.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E30 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 48 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.27 |
| HSL | 359.14º | 0.6% | 0.45% | - |
| HSV(B) | 359.14º | 0.75% | 0.73% | - |
| XYZ | 21.76 | 12.61 | 4.08 | - |
| YUV | 88.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 48 | 0 | 0.75 | 0.74 | 0.27 | 359.14 | 0.6 | 0.45 |
| Hex | BA | 2E | 30 | 0 | 4B | 4A | 1B | 167 | 3C | 2D |
| Octal | 272 | 56 | 60 | 0 | 113 | 112 | 33 | 547 | 74 | 55 |
| Binary | 10111010 | 101110 | 110000 | 0 | 1001011 | 1001010 | 11011 | 101100111 | 111100 | 101101 |
Color Harmonies of #BA2E30
Complementary color
Monochromatic Colors of #BA2E30
Black with #BA2E30
Text Example
Text Example
White with #BA2E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E30; }
p { color: rgb(186,46,48); }
H1.HeaderClassName
{
color: #BA2E30;
}
.AnyTagClassName
{
color: #BA2E30;
}
</style>
background-color css
<style>
a { background-color: #BA2E30; }
a { background-color: rgb(186,46,48); }
div.DivClassName
{
background-color: #BA2E30;
}
.BgClassName
{
background-color: #BA2E30;
}
</style>
border-color css
<style>
span { border-color: #BA2E30; }
span { border-color: rgb(186,46,48); }
td.TdClassName
{
border-color: #BA2E30;
}
.TagClassName
{
border-color: #BA2E30;
}
</style>