Shades of Mahogany #B6282A
Tints of Mahogany #B6282A
RGB
CMYK
RGB Variations
Color information
#B6282A (or 0xB6282A) is known color: Mahogany. HEX triplet: B6, 28 and 2A. RGB value is (182,40,42). Sum of RGB (Red+Green+Blue) = 182+40+42=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B6282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6282A is #49D7D5. Grayscale: #525252. Windows color (decimal): -4839382 or 2762934. OLE color: 2762934.
HSL color Cylindrical-coordinate representation of color #B6282A: hue angle of 359.15º 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 #B6282A is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 42 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.29 |
| HSL | 359.15º | 0.64% | 0.44% | - |
| HSV(B) | 359.15º | 0.78% | 0.71% | - |
| XYZ | 20.47 | 11.63 | 3.36 | - |
| YUV | 82.69 | 105.04 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 42 | 0 | 0.78 | 0.77 | 0.29 | 359.15 | 0.64 | 0.44 |
| Hex | B6 | 28 | 2A | 0 | 4E | 4D | 1D | 167 | 40 | 2C |
| Octal | 266 | 50 | 52 | 0 | 116 | 115 | 35 | 547 | 100 | 54 |
| Binary | 10110110 | 101000 | 101010 | 0 | 1001110 | 1001101 | 11101 | 101100111 | 1000000 | 101100 |
Color Harmonies of #B6282A
Complementary color
Monochromatic Colors of #B6282A
Black with #B6282A
Text Example
Text Example
White with #B6282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6282A; }
p { color: rgb(182,40,42); }
H1.HeaderClassName
{
color: #B6282A;
}
.AnyTagClassName
{
color: #B6282A;
}
</style>
background-color css
<style>
a { background-color: #B6282A; }
a { background-color: rgb(182,40,42); }
div.DivClassName
{
background-color: #B6282A;
}
.BgClassName
{
background-color: #B6282A;
}
</style>
border-color css
<style>
span { border-color: #B6282A; }
span { border-color: rgb(182,40,42); }
td.TdClassName
{
border-color: #B6282A;
}
.TagClassName
{
border-color: #B6282A;
}
</style>