Shades of Mahogany #B0393B
Tints of Mahogany #B0393B
RGB
CMYK
RGB Variations
Color information
#B0393B (or 0xB0393B) is known color: Mahogany. HEX triplet: B0, 39 and 3B. RGB value is (176,57,59). Sum of RGB (Red+Green+Blue) = 176+57+59=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0393B is #4FC6C4. Grayscale: #5C5C5C. Windows color (decimal): -5228229 or 3881392. OLE color: 3881392.
HSL color Cylindrical-coordinate representation of color #B0393B: hue angle of 358.99º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0393B is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 59 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.31 |
| HSL | 358.99º | 0.51% | 0.46% | - |
| HSV(B) | 358.99º | 0.68% | 0.69% | - |
| XYZ | 20.16 | 12.47 | 5.48 | - |
| YUV | 92.81 | 108.92 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 59 | 0 | 0.68 | 0.66 | 0.31 | 358.99 | 0.51 | 0.46 |
| Hex | B0 | 39 | 3B | 0 | 44 | 42 | 1F | 167 | 33 | 2E |
| Octal | 260 | 71 | 73 | 0 | 104 | 102 | 37 | 547 | 63 | 56 |
| Binary | 10110000 | 111001 | 111011 | 0 | 1000100 | 1000010 | 11111 | 101100111 | 110011 | 101110 |
Color Harmonies of #B0393B
Complementary color
Monochromatic Colors of #B0393B
Black with #B0393B
Text Example
Text Example
White with #B0393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0393B; }
p { color: rgb(176,57,59); }
H1.HeaderClassName
{
color: #B0393B;
}
.AnyTagClassName
{
color: #B0393B;
}
</style>
background-color css
<style>
a { background-color: #B0393B; }
a { background-color: rgb(176,57,59); }
div.DivClassName
{
background-color: #B0393B;
}
.BgClassName
{
background-color: #B0393B;
}
</style>
border-color css
<style>
span { border-color: #B0393B; }
span { border-color: rgb(176,57,59); }
td.TdClassName
{
border-color: #B0393B;
}
.TagClassName
{
border-color: #B0393B;
}
</style>