Shades of Mahogany #BA2F34
Tints of Mahogany #BA2F34
RGB
CMYK
RGB Variations
Color information
#BA2F34 (or 0xBA2F34) is known color: Mahogany. HEX triplet: BA, 2F and 34. RGB value is (186,47,52). Sum of RGB (Red+Green+Blue) = 186+47+52=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F34 is #45D0CB. Grayscale: #595959. Windows color (decimal): -4575436 or 3420090. OLE color: 3420090.
HSL color Cylindrical-coordinate representation of color #BA2F34: hue angle of 357.84º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F34 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 52 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.27 |
| HSL | 357.84º | 0.6% | 0.46% | - |
| HSV(B) | 357.84º | 0.75% | 0.73% | - |
| XYZ | 21.89 | 12.72 | 4.55 | - |
| YUV | 89.13 | 107.05 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 52 | 0 | 0.75 | 0.72 | 0.27 | 357.84 | 0.6 | 0.46 |
| Hex | BA | 2F | 34 | 0 | 4B | 48 | 1B | 166 | 3C | 2E |
| Octal | 272 | 57 | 64 | 0 | 113 | 110 | 33 | 546 | 74 | 56 |
| Binary | 10111010 | 101111 | 110100 | 0 | 1001011 | 1001000 | 11011 | 101100110 | 111100 | 101110 |
Color Harmonies of #BA2F34
Complementary color
Monochromatic Colors of #BA2F34
Black with #BA2F34
Text Example
Text Example
White with #BA2F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F34; }
p { color: rgb(186,47,52); }
H1.HeaderClassName
{
color: #BA2F34;
}
.AnyTagClassName
{
color: #BA2F34;
}
</style>
background-color css
<style>
a { background-color: #BA2F34; }
a { background-color: rgb(186,47,52); }
div.DivClassName
{
background-color: #BA2F34;
}
.BgClassName
{
background-color: #BA2F34;
}
</style>
border-color css
<style>
span { border-color: #BA2F34; }
span { border-color: rgb(186,47,52); }
td.TdClassName
{
border-color: #BA2F34;
}
.TagClassName
{
border-color: #BA2F34;
}
</style>