Shades of Mahogany #BB292D
Tints of Mahogany #BB292D
RGB
CMYK
RGB Variations
Color information
#BB292D (or 0xBB292D) is known color: Mahogany. HEX triplet: BB, 29 and 2D. RGB value is (187,41,45). Sum of RGB (Red+Green+Blue) = 187+41+45=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB292D is #44D6D2. Grayscale: #555555. Windows color (decimal): -4511443 or 2959803. OLE color: 2959803.
HSL color Cylindrical-coordinate representation of color #BB292D: hue angle of 358.36º 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 #BB292D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 45 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.27 |
| HSL | 358.36º | 0.64% | 0.45% | - |
| HSV(B) | 358.36º | 0.78% | 0.73% | - |
| XYZ | 21.76 | 12.34 | 3.72 | - |
| YUV | 85.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 45 | 0 | 0.78 | 0.76 | 0.27 | 358.36 | 0.64 | 0.45 |
| Hex | BB | 29 | 2D | 0 | 4E | 4C | 1B | 166 | 40 | 2D |
| Octal | 273 | 51 | 55 | 0 | 116 | 114 | 33 | 546 | 100 | 55 |
| Binary | 10111011 | 101001 | 101101 | 0 | 1001110 | 1001100 | 11011 | 101100110 | 1000000 | 101101 |
Color Harmonies of #BB292D
Complementary color
Monochromatic Colors of #BB292D
Black with #BB292D
Text Example
Text Example
White with #BB292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB292D; }
p { color: rgb(187,41,45); }
H1.HeaderClassName
{
color: #BB292D;
}
.AnyTagClassName
{
color: #BB292D;
}
</style>
background-color css
<style>
a { background-color: #BB292D; }
a { background-color: rgb(187,41,45); }
div.DivClassName
{
background-color: #BB292D;
}
.BgClassName
{
background-color: #BB292D;
}
</style>
border-color css
<style>
span { border-color: #BB292D; }
span { border-color: rgb(187,41,45); }
td.TdClassName
{
border-color: #BB292D;
}
.TagClassName
{
border-color: #BB292D;
}
</style>