Shades of Mahogany #BA292F
Tints of Mahogany #BA292F
RGB
CMYK
RGB Variations
Color information
#BA292F (or 0xBA292F) is known color: Mahogany. HEX triplet: BA, 29 and 2F. RGB value is (186,41,47). Sum of RGB (Red+Green+Blue) = 186+41+47=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA292F is #45D6D0. Grayscale: #555555. Windows color (decimal): -4576977 or 3090874. OLE color: 3090874.
HSL color Cylindrical-coordinate representation of color #BA292F: hue angle of 357.52º 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 #BA292F is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 47 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.27 |
| HSL | 357.52º | 0.64% | 0.45% | - |
| HSV(B) | 357.52º | 0.78% | 0.73% | - |
| XYZ | 21.56 | 12.23 | 3.91 | - |
| YUV | 85.04 | 106.54 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 47 | 0 | 0.78 | 0.75 | 0.27 | 357.52 | 0.64 | 0.45 |
| Hex | BA | 29 | 2F | 0 | 4E | 4B | 1B | 166 | 40 | 2D |
| Octal | 272 | 51 | 57 | 0 | 116 | 113 | 33 | 546 | 100 | 55 |
| Binary | 10111010 | 101001 | 101111 | 0 | 1001110 | 1001011 | 11011 | 101100110 | 1000000 | 101101 |
Color Harmonies of #BA292F
Complementary color
Monochromatic Colors of #BA292F
Black with #BA292F
Text Example
Text Example
White with #BA292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA292F; }
p { color: rgb(186,41,47); }
H1.HeaderClassName
{
color: #BA292F;
}
.AnyTagClassName
{
color: #BA292F;
}
</style>
background-color css
<style>
a { background-color: #BA292F; }
a { background-color: rgb(186,41,47); }
div.DivClassName
{
background-color: #BA292F;
}
.BgClassName
{
background-color: #BA292F;
}
</style>
border-color css
<style>
span { border-color: #BA292F; }
span { border-color: rgb(186,41,47); }
td.TdClassName
{
border-color: #BA292F;
}
.TagClassName
{
border-color: #BA292F;
}
</style>