Shades of Mahogany #BB282B
Tints of Mahogany #BB282B
RGB
CMYK
RGB Variations
Color information
#BB282B (or 0xBB282B) is known color: Mahogany. HEX triplet: BB, 28 and 2B. RGB value is (187,40,43). Sum of RGB (Red+Green+Blue) = 187+40+43=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB282B is #44D7D4. Grayscale: #545454. Windows color (decimal): -4511701 or 2828475. OLE color: 2828475.
HSL color Cylindrical-coordinate representation of color #BB282B: hue angle of 358.78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB282B is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 43 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.27 |
| HSL | 358.78º | 0.65% | 0.45% | - |
| HSV(B) | 358.78º | 0.79% | 0.73% | - |
| XYZ | 21.69 | 12.26 | 3.51 | - |
| YUV | 84.3 | 104.7 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 43 | 0 | 0.79 | 0.77 | 0.27 | 358.78 | 0.65 | 0.45 |
| Hex | BB | 28 | 2B | 0 | 4F | 4D | 1B | 167 | 41 | 2D |
| Octal | 273 | 50 | 53 | 0 | 117 | 115 | 33 | 547 | 101 | 55 |
| Binary | 10111011 | 101000 | 101011 | 0 | 1001111 | 1001101 | 11011 | 101100111 | 1000001 | 101101 |
Color Harmonies of #BB282B
Complementary color
Monochromatic Colors of #BB282B
Black with #BB282B
Text Example
Text Example
White with #BB282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB282B; }
p { color: rgb(187,40,43); }
H1.HeaderClassName
{
color: #BB282B;
}
.AnyTagClassName
{
color: #BB282B;
}
</style>
background-color css
<style>
a { background-color: #BB282B; }
a { background-color: rgb(187,40,43); }
div.DivClassName
{
background-color: #BB282B;
}
.BgClassName
{
background-color: #BB282B;
}
</style>
border-color css
<style>
span { border-color: #BB282B; }
span { border-color: rgb(187,40,43); }
td.TdClassName
{
border-color: #BB282B;
}
.TagClassName
{
border-color: #BB282B;
}
</style>