Shades of Mahogany #B32B2F
Tints of Mahogany #B32B2F
RGB
CMYK
RGB Variations
Color information
#B32B2F (or 0xB32B2F) is known color: Mahogany. HEX triplet: B3, 2B and 2F. RGB value is (179,43,47). Sum of RGB (Red+Green+Blue) = 179+43+47=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32B2F is #4CD4D0. Grayscale: #545454. Windows color (decimal): -5035217 or 3091379. OLE color: 3091379.
HSL color Cylindrical-coordinate representation of color #B32B2F: hue angle of 358.24º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32B2F is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 47 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.30 |
| HSL | 358.24º | 0.61% | 0.44% | - |
| HSV(B) | 358.24º | 0.76% | 0.7% | - |
| XYZ | 19.97 | 11.52 | 3.86 | - |
| YUV | 84.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 47 | 0 | 0.76 | 0.74 | 0.30 | 358.24 | 0.61 | 0.44 |
| Hex | B3 | 2B | 2F | 0 | 4C | 4A | 1E | 166 | 3D | 2C |
| Octal | 263 | 53 | 57 | 0 | 114 | 112 | 36 | 546 | 75 | 54 |
| Binary | 10110011 | 101011 | 101111 | 0 | 1001100 | 1001010 | 11110 | 101100110 | 111101 | 101100 |
Color Harmonies of #B32B2F
Complementary color
Monochromatic Colors of #B32B2F
Black with #B32B2F
Text Example
Text Example
White with #B32B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B2F; }
p { color: rgb(179,43,47); }
H1.HeaderClassName
{
color: #B32B2F;
}
.AnyTagClassName
{
color: #B32B2F;
}
</style>
background-color css
<style>
a { background-color: #B32B2F; }
a { background-color: rgb(179,43,47); }
div.DivClassName
{
background-color: #B32B2F;
}
.BgClassName
{
background-color: #B32B2F;
}
</style>
border-color css
<style>
span { border-color: #B32B2F; }
span { border-color: rgb(179,43,47); }
td.TdClassName
{
border-color: #B32B2F;
}
.TagClassName
{
border-color: #B32B2F;
}
</style>