Shades of Mahogany #B92B2C
Tints of Mahogany #B92B2C
RGB
CMYK
RGB Variations
Color information
#B92B2C (or 0xB92B2C) is known color: Mahogany. HEX triplet: B9, 2B and 2C. RGB value is (185,43,44). Sum of RGB (Red+Green+Blue) = 185+43+44=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92B2C is #46D4D3. Grayscale: #555555. Windows color (decimal): -4642004 or 2894777. OLE color: 2894777.
HSL color Cylindrical-coordinate representation of color #B92B2C: hue angle of 359.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92B2C is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 43 | 44 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.27 |
| HSL | 359.58º | 0.62% | 0.45% | - |
| HSV(B) | 359.58º | 0.77% | 0.73% | - |
| XYZ | 21.33 | 12.22 | 3.62 | - |
| YUV | 85.57 | 104.54 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 43 | 44 | 0 | 0.77 | 0.76 | 0.27 | 359.58 | 0.62 | 0.45 |
| Hex | B9 | 2B | 2C | 0 | 4D | 4C | 1B | 168 | 3E | 2D |
| Octal | 271 | 53 | 54 | 0 | 115 | 114 | 33 | 550 | 76 | 55 |
| Binary | 10111001 | 101011 | 101100 | 0 | 1001101 | 1001100 | 11011 | 101101000 | 111110 | 101101 |
Color Harmonies of #B92B2C
Complementary color
Monochromatic Colors of #B92B2C
Black with #B92B2C
Text Example
Text Example
White with #B92B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92B2C; }
p { color: rgb(185,43,44); }
H1.HeaderClassName
{
color: #B92B2C;
}
.AnyTagClassName
{
color: #B92B2C;
}
</style>
background-color css
<style>
a { background-color: #B92B2C; }
a { background-color: rgb(185,43,44); }
div.DivClassName
{
background-color: #B92B2C;
}
.BgClassName
{
background-color: #B92B2C;
}
</style>
border-color css
<style>
span { border-color: #B92B2C; }
span { border-color: rgb(185,43,44); }
td.TdClassName
{
border-color: #B92B2C;
}
.TagClassName
{
border-color: #B92B2C;
}
</style>