Shades of Mahogany #B5292B
Tints of Mahogany #B5292B
RGB
CMYK
RGB Variations
Color information
#B5292B (or 0xB5292B) is known color: Mahogany. HEX triplet: B5, 29 and 2B. RGB value is (181,41,43). Sum of RGB (Red+Green+Blue) = 181+41+43=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B5292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5292B is #4AD6D4. Grayscale: #535353. Windows color (decimal): -4904661 or 2828725. OLE color: 2828725.
HSL color Cylindrical-coordinate representation of color #B5292B: hue angle of 359.14º 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 #B5292B is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 43 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.29 |
| HSL | 359.14º | 0.63% | 0.44% | - |
| HSV(B) | 359.14º | 0.77% | 0.71% | - |
| XYZ | 20.29 | 11.58 | 3.45 | - |
| YUV | 83.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 43 | 0 | 0.77 | 0.76 | 0.29 | 359.14 | 0.63 | 0.44 |
| Hex | B5 | 29 | 2B | 0 | 4D | 4C | 1D | 167 | 3F | 2C |
| Octal | 265 | 51 | 53 | 0 | 115 | 114 | 35 | 547 | 77 | 54 |
| Binary | 10110101 | 101001 | 101011 | 0 | 1001101 | 1001100 | 11101 | 101100111 | 111111 | 101100 |
Color Harmonies of #B5292B
Complementary color
Monochromatic Colors of #B5292B
Black with #B5292B
Text Example
Text Example
White with #B5292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5292B; }
p { color: rgb(181,41,43); }
H1.HeaderClassName
{
color: #B5292B;
}
.AnyTagClassName
{
color: #B5292B;
}
</style>
background-color css
<style>
a { background-color: #B5292B; }
a { background-color: rgb(181,41,43); }
div.DivClassName
{
background-color: #B5292B;
}
.BgClassName
{
background-color: #B5292B;
}
</style>
border-color css
<style>
span { border-color: #B5292B; }
span { border-color: rgb(181,41,43); }
td.TdClassName
{
border-color: #B5292B;
}
.TagClassName
{
border-color: #B5292B;
}
</style>