Shades of Mahogany #BA2B33
Tints of Mahogany #BA2B33
RGB
CMYK
RGB Variations
Color information
#BA2B33 (or 0xBA2B33) is known color: Mahogany. HEX triplet: BA, 2B and 33. RGB value is (186,43,51). Sum of RGB (Red+Green+Blue) = 186+43+51=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B33 is #45D4CC. Grayscale: #565656. Windows color (decimal): -4576461 or 3353530. OLE color: 3353530.
HSL color Cylindrical-coordinate representation of color #BA2B33: hue angle of 356.64º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B33 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 51 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.27 |
| HSL | 356.64º | 0.62% | 0.45% | - |
| HSV(B) | 356.64º | 0.77% | 0.73% | - |
| XYZ | 21.71 | 12.41 | 4.38 | - |
| YUV | 86.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 51 | 0 | 0.77 | 0.73 | 0.27 | 356.64 | 0.62 | 0.45 |
| Hex | BA | 2B | 33 | 0 | 4D | 49 | 1B | 165 | 3E | 2D |
| Octal | 272 | 53 | 63 | 0 | 115 | 111 | 33 | 545 | 76 | 55 |
| Binary | 10111010 | 101011 | 110011 | 0 | 1001101 | 1001001 | 11011 | 101100101 | 111110 | 101101 |
Color Harmonies of #BA2B33
Complementary color
Monochromatic Colors of #BA2B33
Black with #BA2B33
Text Example
Text Example
White with #BA2B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B33; }
p { color: rgb(186,43,51); }
H1.HeaderClassName
{
color: #BA2B33;
}
.AnyTagClassName
{
color: #BA2B33;
}
</style>
background-color css
<style>
a { background-color: #BA2B33; }
a { background-color: rgb(186,43,51); }
div.DivClassName
{
background-color: #BA2B33;
}
.BgClassName
{
background-color: #BA2B33;
}
</style>
border-color css
<style>
span { border-color: #BA2B33; }
span { border-color: rgb(186,43,51); }
td.TdClassName
{
border-color: #BA2B33;
}
.TagClassName
{
border-color: #BA2B33;
}
</style>