Shades of Mahogany #B8363A
Tints of Mahogany #B8363A
RGB
CMYK
RGB Variations
Color information
#B8363A (or 0xB8363A) is known color: Mahogany. HEX triplet: B8, 36 and 3A. RGB value is (184,54,58). Sum of RGB (Red+Green+Blue) = 184+54+58=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B8363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8363A is #47C9C5. Grayscale: #5D5D5D. Windows color (decimal): -4704710 or 3815096. OLE color: 3815096.
HSL color Cylindrical-coordinate representation of color #B8363A: hue angle of 358.15º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8363A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 58 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.28 |
| HSL | 358.15º | 0.55% | 0.47% | - |
| HSV(B) | 358.15º | 0.71% | 0.72% | - |
| XYZ | 21.85 | 13.13 | 5.39 | - |
| YUV | 93.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 58 | 0 | 0.71 | 0.68 | 0.28 | 358.15 | 0.55 | 0.47 |
| Hex | B8 | 36 | 3A | 0 | 47 | 44 | 1C | 166 | 37 | 2F |
| Octal | 270 | 66 | 72 | 0 | 107 | 104 | 34 | 546 | 67 | 57 |
| Binary | 10111000 | 110110 | 111010 | 0 | 1000111 | 1000100 | 11100 | 101100110 | 110111 | 101111 |
Color Harmonies of #B8363A
Complementary color
Monochromatic Colors of #B8363A
Black with #B8363A
Text Example
Text Example
White with #B8363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8363A; }
p { color: rgb(184,54,58); }
H1.HeaderClassName
{
color: #B8363A;
}
.AnyTagClassName
{
color: #B8363A;
}
</style>
background-color css
<style>
a { background-color: #B8363A; }
a { background-color: rgb(184,54,58); }
div.DivClassName
{
background-color: #B8363A;
}
.BgClassName
{
background-color: #B8363A;
}
</style>
border-color css
<style>
span { border-color: #B8363A; }
span { border-color: rgb(184,54,58); }
td.TdClassName
{
border-color: #B8363A;
}
.TagClassName
{
border-color: #B8363A;
}
</style>