Shades of Mahogany #B12E31
Tints of Mahogany #B12E31
RGB
CMYK
RGB Variations
Color information
#B12E31 (or 0xB12E31) is known color: Mahogany. HEX triplet: B1, 2E and 31. RGB value is (177,46,49). Sum of RGB (Red+Green+Blue) = 177+46+49=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E31 is #4ED1CE. Grayscale: #555555. Windows color (decimal): -5165519 or 3223217. OLE color: 3223217.
HSL color Cylindrical-coordinate representation of color #B12E31: hue angle of 358.63º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12E31 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 49 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.31 |
| HSL | 358.63º | 0.59% | 0.44% | - |
| HSV(B) | 358.63º | 0.74% | 0.69% | - |
| XYZ | 19.66 | 11.52 | 4.09 | - |
| YUV | 85.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 49 | 0 | 0.74 | 0.72 | 0.31 | 358.63 | 0.59 | 0.44 |
| Hex | B1 | 2E | 31 | 0 | 4A | 48 | 1F | 167 | 3B | 2C |
| Octal | 261 | 56 | 61 | 0 | 112 | 110 | 37 | 547 | 73 | 54 |
| Binary | 10110001 | 101110 | 110001 | 0 | 1001010 | 1001000 | 11111 | 101100111 | 111011 | 101100 |
Color Harmonies of #B12E31
Complementary color
Monochromatic Colors of #B12E31
Black with #B12E31
Text Example
Text Example
White with #B12E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12E31; }
p { color: rgb(177,46,49); }
H1.HeaderClassName
{
color: #B12E31;
}
.AnyTagClassName
{
color: #B12E31;
}
</style>
background-color css
<style>
a { background-color: #B12E31; }
a { background-color: rgb(177,46,49); }
div.DivClassName
{
background-color: #B12E31;
}
.BgClassName
{
background-color: #B12E31;
}
</style>
border-color css
<style>
span { border-color: #B12E31; }
span { border-color: rgb(177,46,49); }
td.TdClassName
{
border-color: #B12E31;
}
.TagClassName
{
border-color: #B12E31;
}
</style>