Shades of Mahogany #B12F33
Tints of Mahogany #B12F33
RGB
CMYK
RGB Variations
Color information
#B12F33 (or 0xB12F33) is known color: Mahogany. HEX triplet: B1, 2F and 33. RGB value is (177,47,51). Sum of RGB (Red+Green+Blue) = 177+47+51=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12F33 is #4ED0CC. Grayscale: #565656. Windows color (decimal): -5165261 or 3354545. OLE color: 3354545.
HSL color Cylindrical-coordinate representation of color #B12F33: hue angle of 358.15º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B12F33 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 47 | 51 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.31 |
| HSL | 358.15º | 0.58% | 0.44% | - |
| HSV(B) | 358.15º | 0.73% | 0.69% | - |
| XYZ | 19.75 | 11.62 | 4.33 | - |
| YUV | 86.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 51 | 0 | 0.73 | 0.71 | 0.31 | 358.15 | 0.58 | 0.44 |
| Hex | B1 | 2F | 33 | 0 | 49 | 47 | 1F | 166 | 3A | 2C |
| Octal | 261 | 57 | 63 | 0 | 111 | 107 | 37 | 546 | 72 | 54 |
| Binary | 10110001 | 101111 | 110011 | 0 | 1001001 | 1000111 | 11111 | 101100110 | 111010 | 101100 |
Color Harmonies of #B12F33
Complementary color
Monochromatic Colors of #B12F33
Black with #B12F33
Text Example
Text Example
White with #B12F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12F33; }
p { color: rgb(177,47,51); }
H1.HeaderClassName
{
color: #B12F33;
}
.AnyTagClassName
{
color: #B12F33;
}
</style>
background-color css
<style>
a { background-color: #B12F33; }
a { background-color: rgb(177,47,51); }
div.DivClassName
{
background-color: #B12F33;
}
.BgClassName
{
background-color: #B12F33;
}
</style>
border-color css
<style>
span { border-color: #B12F33; }
span { border-color: rgb(177,47,51); }
td.TdClassName
{
border-color: #B12F33;
}
.TagClassName
{
border-color: #B12F33;
}
</style>