Shades of Mahogany #B12D32
Tints of Mahogany #B12D32
RGB
CMYK
RGB Variations
Color information
#B12D32 (or 0xB12D32) is known color: Mahogany. HEX triplet: B1, 2D and 32. RGB value is (177,45,50). Sum of RGB (Red+Green+Blue) = 177+45+50=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D32 is #4ED2CD. Grayscale: #555555. Windows color (decimal): -5165774 or 3288497. OLE color: 3288497.
HSL color Cylindrical-coordinate representation of color #B12D32: hue angle of 357.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12D32 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 50 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.31 |
| HSL | 357.73º | 0.59% | 0.44% | - |
| HSV(B) | 357.73º | 0.75% | 0.69% | - |
| XYZ | 19.65 | 11.45 | 4.19 | - |
| YUV | 85.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 50 | 0 | 0.75 | 0.72 | 0.31 | 357.73 | 0.59 | 0.44 |
| Hex | B1 | 2D | 32 | 0 | 4B | 48 | 1F | 166 | 3B | 2C |
| Octal | 261 | 55 | 62 | 0 | 113 | 110 | 37 | 546 | 73 | 54 |
| Binary | 10110001 | 101101 | 110010 | 0 | 1001011 | 1001000 | 11111 | 101100110 | 111011 | 101100 |
Color Harmonies of #B12D32
Complementary color
Monochromatic Colors of #B12D32
Black with #B12D32
Text Example
Text Example
White with #B12D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D32; }
p { color: rgb(177,45,50); }
H1.HeaderClassName
{
color: #B12D32;
}
.AnyTagClassName
{
color: #B12D32;
}
</style>
background-color css
<style>
a { background-color: #B12D32; }
a { background-color: rgb(177,45,50); }
div.DivClassName
{
background-color: #B12D32;
}
.BgClassName
{
background-color: #B12D32;
}
</style>
border-color css
<style>
span { border-color: #B12D32; }
span { border-color: rgb(177,45,50); }
td.TdClassName
{
border-color: #B12D32;
}
.TagClassName
{
border-color: #B12D32;
}
</style>