Shades of Mahogany #BB292B
Tints of Mahogany #BB292B
RGB
CMYK
RGB Variations
Color information
#BB292B (or 0xBB292B) is known color: Mahogany. HEX triplet: BB, 29 and 2B. RGB value is (187,41,43). Sum of RGB (Red+Green+Blue) = 187+41+43=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB292B is #44D6D4. Grayscale: #555555. Windows color (decimal): -4511445 or 2828731. OLE color: 2828731.
HSL color Cylindrical-coordinate representation of color #BB292B: hue angle of 359.18º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB292B is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 43 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.27 |
| HSL | 359.18º | 0.64% | 0.45% | - |
| HSV(B) | 359.18º | 0.78% | 0.73% | - |
| XYZ | 21.72 | 12.33 | 3.52 | - |
| YUV | 84.88 | 104.37 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 43 | 0 | 0.78 | 0.77 | 0.27 | 359.18 | 0.64 | 0.45 |
| Hex | BB | 29 | 2B | 0 | 4E | 4D | 1B | 167 | 40 | 2D |
| Octal | 273 | 51 | 53 | 0 | 116 | 115 | 33 | 547 | 100 | 55 |
| Binary | 10111011 | 101001 | 101011 | 0 | 1001110 | 1001101 | 11011 | 101100111 | 1000000 | 101101 |
Color Harmonies of #BB292B
Complementary color
Monochromatic Colors of #BB292B
Black with #BB292B
Text Example
Text Example
White with #BB292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB292B; }
p { color: rgb(187,41,43); }
H1.HeaderClassName
{
color: #BB292B;
}
.AnyTagClassName
{
color: #BB292B;
}
</style>
background-color css
<style>
a { background-color: #BB292B; }
a { background-color: rgb(187,41,43); }
div.DivClassName
{
background-color: #BB292B;
}
.BgClassName
{
background-color: #BB292B;
}
</style>
border-color css
<style>
span { border-color: #BB292B; }
span { border-color: rgb(187,41,43); }
td.TdClassName
{
border-color: #BB292B;
}
.TagClassName
{
border-color: #BB292B;
}
</style>