Shades of Mahogany #BC292E
Tints of Mahogany #BC292E
RGB
CMYK
RGB Variations
Color information
#BC292E (or 0xBC292E) is known color: Mahogany. HEX triplet: BC, 29 and 2E. RGB value is (188,41,46). Sum of RGB (Red+Green+Blue) = 188+41+46=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC292E is #43D6D1. Grayscale: #555555. Windows color (decimal): -4445906 or 3025340. OLE color: 3025340.
HSL color Cylindrical-coordinate representation of color #BC292E: hue angle of 357.96º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC292E is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 46 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.26 |
| HSL | 357.96º | 0.64% | 0.45% | - |
| HSV(B) | 357.96º | 0.78% | 0.74% | - |
| XYZ | 22.03 | 12.47 | 3.83 | - |
| YUV | 85.52 | 105.7 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 46 | 0 | 0.78 | 0.76 | 0.26 | 357.96 | 0.64 | 0.45 |
| Hex | BC | 29 | 2E | 0 | 4E | 4C | 1A | 166 | 40 | 2D |
| Octal | 274 | 51 | 56 | 0 | 116 | 114 | 32 | 546 | 100 | 55 |
| Binary | 10111100 | 101001 | 101110 | 0 | 1001110 | 1001100 | 11010 | 101100110 | 1000000 | 101101 |
Color Harmonies of #BC292E
Complementary color
Monochromatic Colors of #BC292E
Black with #BC292E
Text Example
Text Example
White with #BC292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC292E; }
p { color: rgb(188,41,46); }
H1.HeaderClassName
{
color: #BC292E;
}
.AnyTagClassName
{
color: #BC292E;
}
</style>
background-color css
<style>
a { background-color: #BC292E; }
a { background-color: rgb(188,41,46); }
div.DivClassName
{
background-color: #BC292E;
}
.BgClassName
{
background-color: #BC292E;
}
</style>
border-color css
<style>
span { border-color: #BC292E; }
span { border-color: rgb(188,41,46); }
td.TdClassName
{
border-color: #BC292E;
}
.TagClassName
{
border-color: #BC292E;
}
</style>