Shades of Mahogany #B6282B
Tints of Mahogany #B6282B
RGB
CMYK
RGB Variations
Color information
#B6282B (or 0xB6282B) is known color: Mahogany. HEX triplet: B6, 28 and 2B. RGB value is (182,40,43). Sum of RGB (Red+Green+Blue) = 182+40+43=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B6282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6282B is #49D7D4. Grayscale: #525252. Windows color (decimal): -4839381 or 2828470. OLE color: 2828470.
HSL color Cylindrical-coordinate representation of color #B6282B: hue angle of 358.73º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6282B is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 43 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.29 |
| HSL | 358.73º | 0.64% | 0.44% | - |
| HSV(B) | 358.73º | 0.78% | 0.71% | - |
| XYZ | 20.49 | 11.64 | 3.45 | - |
| YUV | 82.8 | 105.54 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 43 | 0 | 0.78 | 0.76 | 0.29 | 358.73 | 0.64 | 0.44 |
| Hex | B6 | 28 | 2B | 0 | 4E | 4C | 1D | 167 | 40 | 2C |
| Octal | 266 | 50 | 53 | 0 | 116 | 114 | 35 | 547 | 100 | 54 |
| Binary | 10110110 | 101000 | 101011 | 0 | 1001110 | 1001100 | 11101 | 101100111 | 1000000 | 101100 |
Color Harmonies of #B6282B
Complementary color
Monochromatic Colors of #B6282B
Black with #B6282B
Text Example
Text Example
White with #B6282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6282B; }
p { color: rgb(182,40,43); }
H1.HeaderClassName
{
color: #B6282B;
}
.AnyTagClassName
{
color: #B6282B;
}
</style>
background-color css
<style>
a { background-color: #B6282B; }
a { background-color: rgb(182,40,43); }
div.DivClassName
{
background-color: #B6282B;
}
.BgClassName
{
background-color: #B6282B;
}
</style>
border-color css
<style>
span { border-color: #B6282B; }
span { border-color: rgb(182,40,43); }
td.TdClassName
{
border-color: #B6282B;
}
.TagClassName
{
border-color: #B6282B;
}
</style>