Shades of Mahogany #B42B2E
Tints of Mahogany #B42B2E
RGB
CMYK
RGB Variations
Color information
#B42B2E (or 0xB42B2E) is known color: Mahogany. HEX triplet: B4, 2B and 2E. RGB value is (180,43,46). Sum of RGB (Red+Green+Blue) = 180+43+46=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42B2E is #4BD4D1. Grayscale: #545454. Windows color (decimal): -4969682 or 3025844. OLE color: 3025844.
HSL color Cylindrical-coordinate representation of color #B42B2E: hue angle of 358.69º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42B2E is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 46 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.29 |
| HSL | 358.69º | 0.61% | 0.44% | - |
| HSV(B) | 358.69º | 0.76% | 0.71% | - |
| XYZ | 20.18 | 11.63 | 3.77 | - |
| YUV | 84.31 | 106.39 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 46 | 0 | 0.76 | 0.74 | 0.29 | 358.69 | 0.61 | 0.44 |
| Hex | B4 | 2B | 2E | 0 | 4C | 4A | 1D | 167 | 3D | 2C |
| Octal | 264 | 53 | 56 | 0 | 114 | 112 | 35 | 547 | 75 | 54 |
| Binary | 10110100 | 101011 | 101110 | 0 | 1001100 | 1001010 | 11101 | 101100111 | 111101 | 101100 |
Color Harmonies of #B42B2E
Complementary color
Monochromatic Colors of #B42B2E
Black with #B42B2E
Text Example
Text Example
White with #B42B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42B2E; }
p { color: rgb(180,43,46); }
H1.HeaderClassName
{
color: #B42B2E;
}
.AnyTagClassName
{
color: #B42B2E;
}
</style>
background-color css
<style>
a { background-color: #B42B2E; }
a { background-color: rgb(180,43,46); }
div.DivClassName
{
background-color: #B42B2E;
}
.BgClassName
{
background-color: #B42B2E;
}
</style>
border-color css
<style>
span { border-color: #B42B2E; }
span { border-color: rgb(180,43,46); }
td.TdClassName
{
border-color: #B42B2E;
}
.TagClassName
{
border-color: #B42B2E;
}
</style>