Shades of Mahogany #B8282D
Tints of Mahogany #B8282D
RGB
CMYK
RGB Variations
Color information
#B8282D (or 0xB8282D) is known color: Mahogany. HEX triplet: B8, 28 and 2D. RGB value is (184,40,45). Sum of RGB (Red+Green+Blue) = 184+40+45=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B8282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8282D is #47D7D2. Grayscale: #535353. Windows color (decimal): -4708307 or 2959544. OLE color: 2959544.
HSL color Cylindrical-coordinate representation of color #B8282D: hue angle of 357.92º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8282D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 45 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.28 |
| HSL | 357.92º | 0.64% | 0.44% | - |
| HSV(B) | 357.92º | 0.78% | 0.72% | - |
| XYZ | 21 | 11.9 | 3.67 | - |
| YUV | 83.63 | 106.21 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 45 | 0 | 0.78 | 0.76 | 0.28 | 357.92 | 0.64 | 0.44 |
| Hex | B8 | 28 | 2D | 0 | 4E | 4C | 1C | 166 | 40 | 2C |
| Octal | 270 | 50 | 55 | 0 | 116 | 114 | 34 | 546 | 100 | 54 |
| Binary | 10111000 | 101000 | 101101 | 0 | 1001110 | 1001100 | 11100 | 101100110 | 1000000 | 101100 |
Color Harmonies of #B8282D
Complementary color
Monochromatic Colors of #B8282D
Black with #B8282D
Text Example
Text Example
White with #B8282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8282D; }
p { color: rgb(184,40,45); }
H1.HeaderClassName
{
color: #B8282D;
}
.AnyTagClassName
{
color: #B8282D;
}
</style>
background-color css
<style>
a { background-color: #B8282D; }
a { background-color: rgb(184,40,45); }
div.DivClassName
{
background-color: #B8282D;
}
.BgClassName
{
background-color: #B8282D;
}
</style>
border-color css
<style>
span { border-color: #B8282D; }
span { border-color: rgb(184,40,45); }
td.TdClassName
{
border-color: #B8282D;
}
.TagClassName
{
border-color: #B8282D;
}
</style>