Shades of Mahogany #B93032
Tints of Mahogany #B93032
RGB
CMYK
RGB Variations
Color information
#B93032 (or 0xB93032) is known color: Mahogany. HEX triplet: B9, 30 and 32. RGB value is (185,48,50). Sum of RGB (Red+Green+Blue) = 185+48+50=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B93032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93032 is #46CFCD. Grayscale: #595959. Windows color (decimal): -4640718 or 3289273. OLE color: 3289273.
HSL color Cylindrical-coordinate representation of color #B93032: hue angle of 359.12º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93032 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 50 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.27 |
| HSL | 359.12º | 0.59% | 0.46% | - |
| HSV(B) | 359.12º | 0.74% | 0.73% | - |
| XYZ | 21.64 | 12.66 | 4.32 | - |
| YUV | 89.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 50 | 0 | 0.74 | 0.73 | 0.27 | 359.12 | 0.59 | 0.46 |
| Hex | B9 | 30 | 32 | 0 | 4A | 49 | 1B | 167 | 3B | 2E |
| Octal | 271 | 60 | 62 | 0 | 112 | 111 | 33 | 547 | 73 | 56 |
| Binary | 10111001 | 110000 | 110010 | 0 | 1001010 | 1001001 | 11011 | 101100111 | 111011 | 101110 |
Color Harmonies of #B93032
Complementary color
Monochromatic Colors of #B93032
Black with #B93032
Text Example
Text Example
White with #B93032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93032; }
p { color: rgb(185,48,50); }
H1.HeaderClassName
{
color: #B93032;
}
.AnyTagClassName
{
color: #B93032;
}
</style>
background-color css
<style>
a { background-color: #B93032; }
a { background-color: rgb(185,48,50); }
div.DivClassName
{
background-color: #B93032;
}
.BgClassName
{
background-color: #B93032;
}
</style>
border-color css
<style>
span { border-color: #B93032; }
span { border-color: rgb(185,48,50); }
td.TdClassName
{
border-color: #B93032;
}
.TagClassName
{
border-color: #B93032;
}
</style>