Shades of Mahogany #B12C32
Tints of Mahogany #B12C32
RGB
CMYK
RGB Variations
Color information
#B12C32 (or 0xB12C32) is known color: Mahogany. HEX triplet: B1, 2C and 32. RGB value is (177,44,50). Sum of RGB (Red+Green+Blue) = 177+44+50=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12C32 is #4ED3CD. Grayscale: #545454. Windows color (decimal): -5166030 or 3288241. OLE color: 3288241.
HSL color Cylindrical-coordinate representation of color #B12C32: hue angle of 357.29º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12C32 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 44 | 50 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.31 |
| HSL | 357.29º | 0.6% | 0.43% | - |
| HSV(B) | 357.29º | 0.75% | 0.69% | - |
| XYZ | 19.61 | 11.38 | 4.18 | - |
| YUV | 84.45 | 108.56 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 50 | 0 | 0.75 | 0.72 | 0.31 | 357.29 | 0.6 | 0.43 |
| Hex | B1 | 2C | 32 | 0 | 4B | 48 | 1F | 165 | 3C | 2B |
| Octal | 261 | 54 | 62 | 0 | 113 | 110 | 37 | 545 | 74 | 53 |
| Binary | 10110001 | 101100 | 110010 | 0 | 1001011 | 1001000 | 11111 | 101100101 | 111100 | 101011 |
Color Harmonies of #B12C32
Complementary color
Monochromatic Colors of #B12C32
Black with #B12C32
Text Example
Text Example
White with #B12C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12C32; }
p { color: rgb(177,44,50); }
H1.HeaderClassName
{
color: #B12C32;
}
.AnyTagClassName
{
color: #B12C32;
}
</style>
background-color css
<style>
a { background-color: #B12C32; }
a { background-color: rgb(177,44,50); }
div.DivClassName
{
background-color: #B12C32;
}
.BgClassName
{
background-color: #B12C32;
}
</style>
border-color css
<style>
span { border-color: #B12C32; }
span { border-color: rgb(177,44,50); }
td.TdClassName
{
border-color: #B12C32;
}
.TagClassName
{
border-color: #B12C32;
}
</style>