Shades of Mahogany #B32E2F
Tints of Mahogany #B32E2F
RGB
CMYK
RGB Variations
Color information
#B32E2F (or 0xB32E2F) is known color: Mahogany. HEX triplet: B3, 2E and 2F. RGB value is (179,46,47). Sum of RGB (Red+Green+Blue) = 179+46+47=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32E2F is #4CD1D0. Grayscale: #565656. Windows color (decimal): -5034449 or 3092147. OLE color: 3092147.
HSL color Cylindrical-coordinate representation of color #B32E2F: hue angle of 359.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32E2F is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 46 | 47 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.30 |
| HSL | 359.55º | 0.59% | 0.44% | - |
| HSV(B) | 359.55º | 0.74% | 0.7% | - |
| XYZ | 20.08 | 11.74 | 3.9 | - |
| YUV | 85.88 | 106.06 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 46 | 47 | 0 | 0.74 | 0.74 | 0.30 | 359.55 | 0.59 | 0.44 |
| Hex | B3 | 2E | 2F | 0 | 4A | 4A | 1E | 168 | 3B | 2C |
| Octal | 263 | 56 | 57 | 0 | 112 | 112 | 36 | 550 | 73 | 54 |
| Binary | 10110011 | 101110 | 101111 | 0 | 1001010 | 1001010 | 11110 | 101101000 | 111011 | 101100 |
Color Harmonies of #B32E2F
Complementary color
Monochromatic Colors of #B32E2F
Black with #B32E2F
Text Example
Text Example
White with #B32E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32E2F; }
p { color: rgb(179,46,47); }
H1.HeaderClassName
{
color: #B32E2F;
}
.AnyTagClassName
{
color: #B32E2F;
}
</style>
background-color css
<style>
a { background-color: #B32E2F; }
a { background-color: rgb(179,46,47); }
div.DivClassName
{
background-color: #B32E2F;
}
.BgClassName
{
background-color: #B32E2F;
}
</style>
border-color css
<style>
span { border-color: #B32E2F; }
span { border-color: rgb(179,46,47); }
td.TdClassName
{
border-color: #B32E2F;
}
.TagClassName
{
border-color: #B32E2F;
}
</style>