Shades of Mahogany #BC292B
Tints of Mahogany #BC292B
RGB
CMYK
RGB Variations
Color information
#BC292B (or 0xBC292B) is known color: Mahogany. HEX triplet: BC, 29 and 2B. RGB value is (188,41,43). Sum of RGB (Red+Green+Blue) = 188+41+43=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC292B is #43D6D4. Grayscale: #555555. Windows color (decimal): -4445909 or 2828732. OLE color: 2828732.
HSL color Cylindrical-coordinate representation of color #BC292B: hue angle of 359.18º 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 #BC292B is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 43 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.26 |
| HSL | 359.18º | 0.64% | 0.45% | - |
| HSV(B) | 359.18º | 0.78% | 0.74% | - |
| XYZ | 21.97 | 12.45 | 3.53 | - |
| YUV | 85.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 43 | 0 | 0.78 | 0.77 | 0.26 | 359.18 | 0.64 | 0.45 |
| Hex | BC | 29 | 2B | 0 | 4E | 4D | 1A | 167 | 40 | 2D |
| Octal | 274 | 51 | 53 | 0 | 116 | 115 | 32 | 547 | 100 | 55 |
| Binary | 10111100 | 101001 | 101011 | 0 | 1001110 | 1001101 | 11010 | 101100111 | 1000000 | 101101 |
Color Harmonies of #BC292B
Complementary color
Monochromatic Colors of #BC292B
Black with #BC292B
Text Example
Text Example
White with #BC292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC292B; }
p { color: rgb(188,41,43); }
H1.HeaderClassName
{
color: #BC292B;
}
.AnyTagClassName
{
color: #BC292B;
}
</style>
background-color css
<style>
a { background-color: #BC292B; }
a { background-color: rgb(188,41,43); }
div.DivClassName
{
background-color: #BC292B;
}
.BgClassName
{
background-color: #BC292B;
}
</style>
border-color css
<style>
span { border-color: #BC292B; }
span { border-color: rgb(188,41,43); }
td.TdClassName
{
border-color: #BC292B;
}
.TagClassName
{
border-color: #BC292B;
}
</style>