Shades of Mahogany #B0373A
Tints of Mahogany #B0373A
RGB
CMYK
RGB Variations
Color information
#B0373A (or 0xB0373A) is known color: Mahogany. HEX triplet: B0, 37 and 3A. RGB value is (176,55,58). Sum of RGB (Red+Green+Blue) = 176+55+58=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0373A is #4FC8C5. Grayscale: #5B5B5B. Windows color (decimal): -5228742 or 3815344. OLE color: 3815344.
HSL color Cylindrical-coordinate representation of color #B0373A: hue angle of 358.51º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0373A is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 55 | 58 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.31 |
| HSL | 358.51º | 0.52% | 0.45% | - |
| HSV(B) | 358.51º | 0.69% | 0.69% | - |
| XYZ | 20.03 | 12.27 | 5.32 | - |
| YUV | 91.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 58 | 0 | 0.69 | 0.67 | 0.31 | 358.51 | 0.52 | 0.45 |
| Hex | B0 | 37 | 3A | 0 | 45 | 43 | 1F | 167 | 34 | 2D |
| Octal | 260 | 67 | 72 | 0 | 105 | 103 | 37 | 547 | 64 | 55 |
| Binary | 10110000 | 110111 | 111010 | 0 | 1000101 | 1000011 | 11111 | 101100111 | 110100 | 101101 |
Color Harmonies of #B0373A
Complementary color
Monochromatic Colors of #B0373A
Black with #B0373A
Text Example
Text Example
White with #B0373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0373A; }
p { color: rgb(176,55,58); }
H1.HeaderClassName
{
color: #B0373A;
}
.AnyTagClassName
{
color: #B0373A;
}
</style>
background-color css
<style>
a { background-color: #B0373A; }
a { background-color: rgb(176,55,58); }
div.DivClassName
{
background-color: #B0373A;
}
.BgClassName
{
background-color: #B0373A;
}
</style>
border-color css
<style>
span { border-color: #B0373A; }
span { border-color: rgb(176,55,58); }
td.TdClassName
{
border-color: #B0373A;
}
.TagClassName
{
border-color: #B0373A;
}
</style>