Shades of Mahogany #BB2A2C
Tints of Mahogany #BB2A2C
RGB
CMYK
RGB Variations
Color information
#BB2A2C (or 0xBB2A2C) is known color: Mahogany. HEX triplet: BB, 2A and 2C. RGB value is (187,42,44). Sum of RGB (Red+Green+Blue) = 187+42+44=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A2C is #44D5D3. Grayscale: #555555. Windows color (decimal): -4511188 or 2894523. OLE color: 2894523.
HSL color Cylindrical-coordinate representation of color #BB2A2C: hue angle of 359.17º degrees, saturation: 0.63, 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 #BB2A2C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 44 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.27 |
| HSL | 359.17º | 0.63% | 0.45% | - |
| HSV(B) | 359.17º | 0.78% | 0.73% | - |
| XYZ | 21.78 | 12.4 | 3.63 | - |
| YUV | 85.58 | 104.54 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 44 | 0 | 0.78 | 0.76 | 0.27 | 359.17 | 0.63 | 0.45 |
| Hex | BB | 2A | 2C | 0 | 4E | 4C | 1B | 167 | 3F | 2D |
| Octal | 273 | 52 | 54 | 0 | 116 | 114 | 33 | 547 | 77 | 55 |
| Binary | 10111011 | 101010 | 101100 | 0 | 1001110 | 1001100 | 11011 | 101100111 | 111111 | 101101 |
Color Harmonies of #BB2A2C
Complementary color
Monochromatic Colors of #BB2A2C
Black with #BB2A2C
Text Example
Text Example
White with #BB2A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A2C; }
p { color: rgb(187,42,44); }
H1.HeaderClassName
{
color: #BB2A2C;
}
.AnyTagClassName
{
color: #BB2A2C;
}
</style>
background-color css
<style>
a { background-color: #BB2A2C; }
a { background-color: rgb(187,42,44); }
div.DivClassName
{
background-color: #BB2A2C;
}
.BgClassName
{
background-color: #BB2A2C;
}
</style>
border-color css
<style>
span { border-color: #BB2A2C; }
span { border-color: rgb(187,42,44); }
td.TdClassName
{
border-color: #BB2A2C;
}
.TagClassName
{
border-color: #BB2A2C;
}
</style>