Shades of Mahogany #B12B2C
Tints of Mahogany #B12B2C
RGB
CMYK
RGB Variations
Color information
#B12B2C (or 0xB12B2C) is known color: Mahogany. HEX triplet: B1, 2B and 2C. RGB value is (177,43,44). Sum of RGB (Red+Green+Blue) = 177+43+44=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12B2C is #4ED4D3. Grayscale: #535353. Windows color (decimal): -5166292 or 2894769. OLE color: 2894769.
HSL color Cylindrical-coordinate representation of color #B12B2C: hue angle of 359.55º degrees, saturation: 0.61, 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 #B12B2C is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 43 | 44 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.31 |
| HSL | 359.55º | 0.61% | 0.43% | - |
| HSV(B) | 359.55º | 0.76% | 0.69% | - |
| XYZ | 19.45 | 11.26 | 3.53 | - |
| YUV | 83.18 | 105.89 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 43 | 44 | 0 | 0.76 | 0.75 | 0.31 | 359.55 | 0.61 | 0.43 |
| Hex | B1 | 2B | 2C | 0 | 4C | 4B | 1F | 168 | 3D | 2B |
| Octal | 261 | 53 | 54 | 0 | 114 | 113 | 37 | 550 | 75 | 53 |
| Binary | 10110001 | 101011 | 101100 | 0 | 1001100 | 1001011 | 11111 | 101101000 | 111101 | 101011 |
Color Harmonies of #B12B2C
Complementary color
Monochromatic Colors of #B12B2C
Black with #B12B2C
Text Example
Text Example
White with #B12B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12B2C; }
p { color: rgb(177,43,44); }
H1.HeaderClassName
{
color: #B12B2C;
}
.AnyTagClassName
{
color: #B12B2C;
}
</style>
background-color css
<style>
a { background-color: #B12B2C; }
a { background-color: rgb(177,43,44); }
div.DivClassName
{
background-color: #B12B2C;
}
.BgClassName
{
background-color: #B12B2C;
}
</style>
border-color css
<style>
span { border-color: #B12B2C; }
span { border-color: rgb(177,43,44); }
td.TdClassName
{
border-color: #B12B2C;
}
.TagClassName
{
border-color: #B12B2C;
}
</style>