Shades of Mahogany #BA292D
Tints of Mahogany #BA292D
RGB
CMYK
RGB Variations
Color information
#BA292D (or 0xBA292D) is known color: Mahogany. HEX triplet: BA, 29 and 2D. RGB value is (186,41,45). Sum of RGB (Red+Green+Blue) = 186+41+45=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA292D is #45D6D2. Grayscale: #545454. Windows color (decimal): -4576979 or 2959802. OLE color: 2959802.
HSL color Cylindrical-coordinate representation of color #BA292D: hue angle of 358.34º 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 #BA292D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 45 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.27 |
| HSL | 358.34º | 0.64% | 0.45% | - |
| HSV(B) | 358.34º | 0.78% | 0.73% | - |
| XYZ | 21.52 | 12.21 | 3.71 | - |
| YUV | 84.81 | 105.54 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 45 | 0 | 0.78 | 0.76 | 0.27 | 358.34 | 0.64 | 0.45 |
| Hex | BA | 29 | 2D | 0 | 4E | 4C | 1B | 166 | 40 | 2D |
| Octal | 272 | 51 | 55 | 0 | 116 | 114 | 33 | 546 | 100 | 55 |
| Binary | 10111010 | 101001 | 101101 | 0 | 1001110 | 1001100 | 11011 | 101100110 | 1000000 | 101101 |
Color Harmonies of #BA292D
Complementary color
Monochromatic Colors of #BA292D
Black with #BA292D
Text Example
Text Example
White with #BA292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA292D; }
p { color: rgb(186,41,45); }
H1.HeaderClassName
{
color: #BA292D;
}
.AnyTagClassName
{
color: #BA292D;
}
</style>
background-color css
<style>
a { background-color: #BA292D; }
a { background-color: rgb(186,41,45); }
div.DivClassName
{
background-color: #BA292D;
}
.BgClassName
{
background-color: #BA292D;
}
</style>
border-color css
<style>
span { border-color: #BA292D; }
span { border-color: rgb(186,41,45); }
td.TdClassName
{
border-color: #BA292D;
}
.TagClassName
{
border-color: #BA292D;
}
</style>