Shades of Mahogany #B32D2E
Tints of Mahogany #B32D2E
RGB
CMYK
RGB Variations
Color information
#B32D2E (or 0xB32D2E) is known color: Mahogany. HEX triplet: B3, 2D and 2E. RGB value is (179,45,46). Sum of RGB (Red+Green+Blue) = 179+45+46=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D2E is #4CD2D1. Grayscale: #555555. Windows color (decimal): -5034706 or 3026355. OLE color: 3026355.
HSL color Cylindrical-coordinate representation of color #B32D2E: hue angle of 359.55º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32D2E is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 46 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.30 |
| HSL | 359.55º | 0.6% | 0.44% | - |
| HSV(B) | 359.55º | 0.75% | 0.7% | - |
| XYZ | 20.02 | 11.66 | 3.78 | - |
| YUV | 85.18 | 105.89 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 46 | 0 | 0.75 | 0.74 | 0.30 | 359.55 | 0.6 | 0.44 |
| Hex | B3 | 2D | 2E | 0 | 4B | 4A | 1E | 168 | 3C | 2C |
| Octal | 263 | 55 | 56 | 0 | 113 | 112 | 36 | 550 | 74 | 54 |
| Binary | 10110011 | 101101 | 101110 | 0 | 1001011 | 1001010 | 11110 | 101101000 | 111100 | 101100 |
Color Harmonies of #B32D2E
Complementary color
Monochromatic Colors of #B32D2E
Black with #B32D2E
Text Example
Text Example
White with #B32D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D2E; }
p { color: rgb(179,45,46); }
H1.HeaderClassName
{
color: #B32D2E;
}
.AnyTagClassName
{
color: #B32D2E;
}
</style>
background-color css
<style>
a { background-color: #B32D2E; }
a { background-color: rgb(179,45,46); }
div.DivClassName
{
background-color: #B32D2E;
}
.BgClassName
{
background-color: #B32D2E;
}
</style>
border-color css
<style>
span { border-color: #B32D2E; }
span { border-color: rgb(179,45,46); }
td.TdClassName
{
border-color: #B32D2E;
}
.TagClassName
{
border-color: #B32D2E;
}
</style>