Shades of Mahogany #BC292F
Tints of Mahogany #BC292F
RGB
CMYK
RGB Variations
Color information
#BC292F (or 0xBC292F) is known color: Mahogany. HEX triplet: BC, 29 and 2F. RGB value is (188,41,47). Sum of RGB (Red+Green+Blue) = 188+41+47=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC292F is #43D6D0. Grayscale: #555555. Windows color (decimal): -4445905 or 3090876. OLE color: 3090876.
HSL color Cylindrical-coordinate representation of color #BC292F: hue angle of 357.55º 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 #BC292F is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 47 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.26 |
| HSL | 357.55º | 0.64% | 0.45% | - |
| HSV(B) | 357.55º | 0.78% | 0.74% | - |
| XYZ | 22.05 | 12.48 | 3.94 | - |
| YUV | 85.64 | 106.2 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 47 | 0 | 0.78 | 0.75 | 0.26 | 357.55 | 0.64 | 0.45 |
| Hex | BC | 29 | 2F | 0 | 4E | 4B | 1A | 166 | 40 | 2D |
| Octal | 274 | 51 | 57 | 0 | 116 | 113 | 32 | 546 | 100 | 55 |
| Binary | 10111100 | 101001 | 101111 | 0 | 1001110 | 1001011 | 11010 | 101100110 | 1000000 | 101101 |
Color Harmonies of #BC292F
Complementary color
Monochromatic Colors of #BC292F
Black with #BC292F
Text Example
Text Example
White with #BC292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC292F; }
p { color: rgb(188,41,47); }
H1.HeaderClassName
{
color: #BC292F;
}
.AnyTagClassName
{
color: #BC292F;
}
</style>
background-color css
<style>
a { background-color: #BC292F; }
a { background-color: rgb(188,41,47); }
div.DivClassName
{
background-color: #BC292F;
}
.BgClassName
{
background-color: #BC292F;
}
</style>
border-color css
<style>
span { border-color: #BC292F; }
span { border-color: rgb(188,41,47); }
td.TdClassName
{
border-color: #BC292F;
}
.TagClassName
{
border-color: #BC292F;
}
</style>