Shades of Mahogany #B9292C
Tints of Mahogany #B9292C
RGB
CMYK
RGB Variations
Color information
#B9292C (or 0xB9292C) is known color: Mahogany. HEX triplet: B9, 29 and 2C. RGB value is (185,41,44). Sum of RGB (Red+Green+Blue) = 185+41+44=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B9292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9292C is #46D6D3. Grayscale: #545454. Windows color (decimal): -4642516 or 2894265. OLE color: 2894265.
HSL color Cylindrical-coordinate representation of color #B9292C: hue angle of 358.75º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9292C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 44 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.27 |
| HSL | 358.75º | 0.64% | 0.44% | - |
| HSV(B) | 358.75º | 0.78% | 0.73% | - |
| XYZ | 21.26 | 12.08 | 3.59 | - |
| YUV | 84.4 | 105.21 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 44 | 0 | 0.78 | 0.76 | 0.27 | 358.75 | 0.64 | 0.44 |
| Hex | B9 | 29 | 2C | 0 | 4E | 4C | 1B | 167 | 40 | 2C |
| Octal | 271 | 51 | 54 | 0 | 116 | 114 | 33 | 547 | 100 | 54 |
| Binary | 10111001 | 101001 | 101100 | 0 | 1001110 | 1001100 | 11011 | 101100111 | 1000000 | 101100 |
Color Harmonies of #B9292C
Complementary color
Monochromatic Colors of #B9292C
Black with #B9292C
Text Example
Text Example
White with #B9292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9292C; }
p { color: rgb(185,41,44); }
H1.HeaderClassName
{
color: #B9292C;
}
.AnyTagClassName
{
color: #B9292C;
}
</style>
background-color css
<style>
a { background-color: #B9292C; }
a { background-color: rgb(185,41,44); }
div.DivClassName
{
background-color: #B9292C;
}
.BgClassName
{
background-color: #B9292C;
}
</style>
border-color css
<style>
span { border-color: #B9292C; }
span { border-color: rgb(185,41,44); }
td.TdClassName
{
border-color: #B9292C;
}
.TagClassName
{
border-color: #B9292C;
}
</style>