Shades of Mahogany #BC3133
Tints of Mahogany #BC3133
RGB
CMYK
RGB Variations
Color information
#BC3133 (or 0xBC3133) is known color: Mahogany. HEX triplet: BC, 31 and 33. RGB value is (188,49,51). Sum of RGB (Red+Green+Blue) = 188+49+51=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3133 is #43CECC. Grayscale: #5A5A5A. Windows color (decimal): -4443853 or 3355068. OLE color: 3355068.
HSL color Cylindrical-coordinate representation of color #BC3133: hue angle of 359.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3133 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 51 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.26 |
| HSL | 359.14º | 0.59% | 0.46% | - |
| HSV(B) | 359.14º | 0.74% | 0.74% | - |
| XYZ | 22.43 | 13.13 | 4.48 | - |
| YUV | 90.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 51 | 0 | 0.74 | 0.73 | 0.26 | 359.14 | 0.59 | 0.46 |
| Hex | BC | 31 | 33 | 0 | 4A | 49 | 1A | 167 | 3B | 2E |
| Octal | 274 | 61 | 63 | 0 | 112 | 111 | 32 | 547 | 73 | 56 |
| Binary | 10111100 | 110001 | 110011 | 0 | 1001010 | 1001001 | 11010 | 101100111 | 111011 | 101110 |
Color Harmonies of #BC3133
Complementary color
Monochromatic Colors of #BC3133
Black with #BC3133
Text Example
Text Example
White with #BC3133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3133; }
p { color: rgb(188,49,51); }
H1.HeaderClassName
{
color: #BC3133;
}
.AnyTagClassName
{
color: #BC3133;
}
</style>
background-color css
<style>
a { background-color: #BC3133; }
a { background-color: rgb(188,49,51); }
div.DivClassName
{
background-color: #BC3133;
}
.BgClassName
{
background-color: #BC3133;
}
</style>
border-color css
<style>
span { border-color: #BC3133; }
span { border-color: rgb(188,49,51); }
td.TdClassName
{
border-color: #BC3133;
}
.TagClassName
{
border-color: #BC3133;
}
</style>