Shades of Mahogany #B5292E
Tints of Mahogany #B5292E
RGB
CMYK
RGB Variations
Color information
#B5292E (or 0xB5292E) is known color: Mahogany. HEX triplet: B5, 29 and 2E. RGB value is (181,41,46). Sum of RGB (Red+Green+Blue) = 181+41+46=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B5292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5292E is #4AD6D1. Grayscale: #535353. Windows color (decimal): -4904658 or 3025333. OLE color: 3025333.
HSL color Cylindrical-coordinate representation of color #B5292E: hue angle of 357.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5292E is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 46 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.29 |
| HSL | 357.86º | 0.63% | 0.44% | - |
| HSV(B) | 357.86º | 0.77% | 0.71% | - |
| XYZ | 20.34 | 11.61 | 3.75 | - |
| YUV | 83.43 | 106.88 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 46 | 0 | 0.77 | 0.75 | 0.29 | 357.86 | 0.63 | 0.44 |
| Hex | B5 | 29 | 2E | 0 | 4D | 4B | 1D | 166 | 3F | 2C |
| Octal | 265 | 51 | 56 | 0 | 115 | 113 | 35 | 546 | 77 | 54 |
| Binary | 10110101 | 101001 | 101110 | 0 | 1001101 | 1001011 | 11101 | 101100110 | 111111 | 101100 |
Color Harmonies of #B5292E
Complementary color
Monochromatic Colors of #B5292E
Black with #B5292E
Text Example
Text Example
White with #B5292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5292E; }
p { color: rgb(181,41,46); }
H1.HeaderClassName
{
color: #B5292E;
}
.AnyTagClassName
{
color: #B5292E;
}
</style>
background-color css
<style>
a { background-color: #B5292E; }
a { background-color: rgb(181,41,46); }
div.DivClassName
{
background-color: #B5292E;
}
.BgClassName
{
background-color: #B5292E;
}
</style>
border-color css
<style>
span { border-color: #B5292E; }
span { border-color: rgb(181,41,46); }
td.TdClassName
{
border-color: #B5292E;
}
.TagClassName
{
border-color: #B5292E;
}
</style>