Shades of Mahogany #BA3032
Tints of Mahogany #BA3032
RGB
CMYK
RGB Variations
Color information
#BA3032 (or 0xBA3032) is known color: Mahogany. HEX triplet: BA, 30 and 32. RGB value is (186,48,50). Sum of RGB (Red+Green+Blue) = 186+48+50=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3032 is #45CFCD. Grayscale: #595959. Windows color (decimal): -4575182 or 3289274. OLE color: 3289274.
HSL color Cylindrical-coordinate representation of color #BA3032: hue angle of 359.13º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3032 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 50 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.27 |
| HSL | 359.13º | 0.59% | 0.46% | - |
| HSV(B) | 359.13º | 0.74% | 0.73% | - |
| XYZ | 21.88 | 12.78 | 4.33 | - |
| YUV | 89.49 | 105.72 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 50 | 0 | 0.74 | 0.73 | 0.27 | 359.13 | 0.59 | 0.46 |
| Hex | BA | 30 | 32 | 0 | 4A | 49 | 1B | 167 | 3B | 2E |
| Octal | 272 | 60 | 62 | 0 | 112 | 111 | 33 | 547 | 73 | 56 |
| Binary | 10111010 | 110000 | 110010 | 0 | 1001010 | 1001001 | 11011 | 101100111 | 111011 | 101110 |
Color Harmonies of #BA3032
Complementary color
Monochromatic Colors of #BA3032
Black with #BA3032
Text Example
Text Example
White with #BA3032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3032; }
p { color: rgb(186,48,50); }
H1.HeaderClassName
{
color: #BA3032;
}
.AnyTagClassName
{
color: #BA3032;
}
</style>
background-color css
<style>
a { background-color: #BA3032; }
a { background-color: rgb(186,48,50); }
div.DivClassName
{
background-color: #BA3032;
}
.BgClassName
{
background-color: #BA3032;
}
</style>
border-color css
<style>
span { border-color: #BA3032; }
span { border-color: rgb(186,48,50); }
td.TdClassName
{
border-color: #BA3032;
}
.TagClassName
{
border-color: #BA3032;
}
</style>