Shades of Mahogany #B12A2E
Tints of Mahogany #B12A2E
RGB
CMYK
RGB Variations
Color information
#B12A2E (or 0xB12A2E) is known color: Mahogany. HEX triplet: B1, 2A and 2E. RGB value is (177,42,46). Sum of RGB (Red+Green+Blue) = 177+42+46=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12A2E is #4ED5D1. Grayscale: #525252. Windows color (decimal): -5166546 or 3025585. OLE color: 3025585.
HSL color Cylindrical-coordinate representation of color #B12A2E: hue angle of 358.22º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12A2E is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 42 | 46 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.31 |
| HSL | 358.22º | 0.62% | 0.43% | - |
| HSV(B) | 358.22º | 0.76% | 0.69% | - |
| XYZ | 19.45 | 11.2 | 3.72 | - |
| YUV | 82.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 42 | 46 | 0 | 0.76 | 0.74 | 0.31 | 358.22 | 0.62 | 0.43 |
| Hex | B1 | 2A | 2E | 0 | 4C | 4A | 1F | 166 | 3E | 2B |
| Octal | 261 | 52 | 56 | 0 | 114 | 112 | 37 | 546 | 76 | 53 |
| Binary | 10110001 | 101010 | 101110 | 0 | 1001100 | 1001010 | 11111 | 101100110 | 111110 | 101011 |
Color Harmonies of #B12A2E
Complementary color
Monochromatic Colors of #B12A2E
Black with #B12A2E
Text Example
Text Example
White with #B12A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12A2E; }
p { color: rgb(177,42,46); }
H1.HeaderClassName
{
color: #B12A2E;
}
.AnyTagClassName
{
color: #B12A2E;
}
</style>
background-color css
<style>
a { background-color: #B12A2E; }
a { background-color: rgb(177,42,46); }
div.DivClassName
{
background-color: #B12A2E;
}
.BgClassName
{
background-color: #B12A2E;
}
</style>
border-color css
<style>
span { border-color: #B12A2E; }
span { border-color: rgb(177,42,46); }
td.TdClassName
{
border-color: #B12A2E;
}
.TagClassName
{
border-color: #B12A2E;
}
</style>