Shades of Mahogany #B12D33
Tints of Mahogany #B12D33
RGB
CMYK
RGB Variations
Color information
#B12D33 (or 0xB12D33) is known color: Mahogany. HEX triplet: B1, 2D and 33. RGB value is (177,45,51). Sum of RGB (Red+Green+Blue) = 177+45+51=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D33 is #4ED2CC. Grayscale: #555555. Windows color (decimal): -5165773 or 3354033. OLE color: 3354033.
HSL color Cylindrical-coordinate representation of color #B12D33: hue angle of 357.27º 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 #B12D33 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 51 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.31 |
| HSL | 357.27º | 0.59% | 0.44% | - |
| HSV(B) | 357.27º | 0.75% | 0.69% | - |
| XYZ | 19.67 | 11.46 | 4.31 | - |
| YUV | 85.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 51 | 0 | 0.75 | 0.71 | 0.31 | 357.27 | 0.59 | 0.44 |
| Hex | B1 | 2D | 33 | 0 | 4B | 47 | 1F | 165 | 3B | 2C |
| Octal | 261 | 55 | 63 | 0 | 113 | 107 | 37 | 545 | 73 | 54 |
| Binary | 10110001 | 101101 | 110011 | 0 | 1001011 | 1000111 | 11111 | 101100101 | 111011 | 101100 |
Color Harmonies of #B12D33
Complementary color
Monochromatic Colors of #B12D33
Black with #B12D33
Text Example
Text Example
White with #B12D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D33; }
p { color: rgb(177,45,51); }
H1.HeaderClassName
{
color: #B12D33;
}
.AnyTagClassName
{
color: #B12D33;
}
</style>
background-color css
<style>
a { background-color: #B12D33; }
a { background-color: rgb(177,45,51); }
div.DivClassName
{
background-color: #B12D33;
}
.BgClassName
{
background-color: #B12D33;
}
</style>
border-color css
<style>
span { border-color: #B12D33; }
span { border-color: rgb(177,45,51); }
td.TdClassName
{
border-color: #B12D33;
}
.TagClassName
{
border-color: #B12D33;
}
</style>