Shades of Mahogany #BA3034
Tints of Mahogany #BA3034
RGB
CMYK
RGB Variations
Color information
#BA3034 (or 0xBA3034) is known color: Mahogany. HEX triplet: BA, 30 and 34. RGB value is (186,48,52). Sum of RGB (Red+Green+Blue) = 186+48+52=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3034 is #45CFCB. Grayscale: #595959. Windows color (decimal): -4575180 or 3420346. OLE color: 3420346.
HSL color Cylindrical-coordinate representation of color #BA3034: hue angle of 358.26º 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 #BA3034 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 52 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.27 |
| HSL | 358.26º | 0.59% | 0.46% | - |
| HSV(B) | 358.26º | 0.74% | 0.73% | - |
| XYZ | 21.93 | 12.8 | 4.56 | - |
| YUV | 89.72 | 106.72 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 52 | 0 | 0.74 | 0.72 | 0.27 | 358.26 | 0.59 | 0.46 |
| Hex | BA | 30 | 34 | 0 | 4A | 48 | 1B | 166 | 3B | 2E |
| Octal | 272 | 60 | 64 | 0 | 112 | 110 | 33 | 546 | 73 | 56 |
| Binary | 10111010 | 110000 | 110100 | 0 | 1001010 | 1001000 | 11011 | 101100110 | 111011 | 101110 |
Color Harmonies of #BA3034
Complementary color
Monochromatic Colors of #BA3034
Black with #BA3034
Text Example
Text Example
White with #BA3034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3034; }
p { color: rgb(186,48,52); }
H1.HeaderClassName
{
color: #BA3034;
}
.AnyTagClassName
{
color: #BA3034;
}
</style>
background-color css
<style>
a { background-color: #BA3034; }
a { background-color: rgb(186,48,52); }
div.DivClassName
{
background-color: #BA3034;
}
.BgClassName
{
background-color: #BA3034;
}
</style>
border-color css
<style>
span { border-color: #BA3034; }
span { border-color: rgb(186,48,52); }
td.TdClassName
{
border-color: #BA3034;
}
.TagClassName
{
border-color: #BA3034;
}
</style>