Shades of Mahogany #B6292D
Tints of Mahogany #B6292D
RGB
CMYK
RGB Variations
Color information
#B6292D (or 0xB6292D) is known color: Mahogany. HEX triplet: B6, 29 and 2D. RGB value is (182,41,45). Sum of RGB (Red+Green+Blue) = 182+41+45=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B6292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6292D is #49D6D2. Grayscale: #535353. Windows color (decimal): -4839123 or 2959798. OLE color: 2959798.
HSL color Cylindrical-coordinate representation of color #B6292D: hue angle of 358.3º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6292D is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 41 | 45 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.29 |
| HSL | 358.3º | 0.63% | 0.44% | - |
| HSV(B) | 358.3º | 0.77% | 0.71% | - |
| XYZ | 20.56 | 11.72 | 3.66 | - |
| YUV | 83.62 | 106.21 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 41 | 45 | 0 | 0.77 | 0.75 | 0.29 | 358.3 | 0.63 | 0.44 |
| Hex | B6 | 29 | 2D | 0 | 4D | 4B | 1D | 166 | 3F | 2C |
| Octal | 266 | 51 | 55 | 0 | 115 | 113 | 35 | 546 | 77 | 54 |
| Binary | 10110110 | 101001 | 101101 | 0 | 1001101 | 1001011 | 11101 | 101100110 | 111111 | 101100 |
Color Harmonies of #B6292D
Complementary color
Monochromatic Colors of #B6292D
Black with #B6292D
Text Example
Text Example
White with #B6292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6292D; }
p { color: rgb(182,41,45); }
H1.HeaderClassName
{
color: #B6292D;
}
.AnyTagClassName
{
color: #B6292D;
}
</style>
background-color css
<style>
a { background-color: #B6292D; }
a { background-color: rgb(182,41,45); }
div.DivClassName
{
background-color: #B6292D;
}
.BgClassName
{
background-color: #B6292D;
}
</style>
border-color css
<style>
span { border-color: #B6292D; }
span { border-color: rgb(182,41,45); }
td.TdClassName
{
border-color: #B6292D;
}
.TagClassName
{
border-color: #B6292D;
}
</style>