Shades of Mahogany #B12C2D
Tints of Mahogany #B12C2D
RGB
CMYK
RGB Variations
Color information
#B12C2D (or 0xB12C2D) is known color: Mahogany. HEX triplet: B1, 2C and 2D. RGB value is (177,44,45). Sum of RGB (Red+Green+Blue) = 177+44+45=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12C2D is #4ED3D2. Grayscale: #545454. Windows color (decimal): -5166035 or 2960561. OLE color: 2960561.
HSL color Cylindrical-coordinate representation of color #B12C2D: hue angle of 359.55º 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 #B12C2D is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 44 | 45 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.31 |
| HSL | 359.55º | 0.6% | 0.43% | - |
| HSV(B) | 359.55º | 0.75% | 0.69% | - |
| XYZ | 19.51 | 11.34 | 3.64 | - |
| YUV | 83.88 | 106.06 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 45 | 0 | 0.75 | 0.75 | 0.31 | 359.55 | 0.6 | 0.43 |
| Hex | B1 | 2C | 2D | 0 | 4B | 4B | 1F | 168 | 3C | 2B |
| Octal | 261 | 54 | 55 | 0 | 113 | 113 | 37 | 550 | 74 | 53 |
| Binary | 10110001 | 101100 | 101101 | 0 | 1001011 | 1001011 | 11111 | 101101000 | 111100 | 101011 |
Color Harmonies of #B12C2D
Complementary color
Monochromatic Colors of #B12C2D
Black with #B12C2D
Text Example
Text Example
White with #B12C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12C2D; }
p { color: rgb(177,44,45); }
H1.HeaderClassName
{
color: #B12C2D;
}
.AnyTagClassName
{
color: #B12C2D;
}
</style>
background-color css
<style>
a { background-color: #B12C2D; }
a { background-color: rgb(177,44,45); }
div.DivClassName
{
background-color: #B12C2D;
}
.BgClassName
{
background-color: #B12C2D;
}
</style>
border-color css
<style>
span { border-color: #B12C2D; }
span { border-color: rgb(177,44,45); }
td.TdClassName
{
border-color: #B12C2D;
}
.TagClassName
{
border-color: #B12C2D;
}
</style>