Shades of Mahogany #BC292A
Tints of Mahogany #BC292A
RGB
CMYK
RGB Variations
Color information
#BC292A (or 0xBC292A) is known color: Mahogany. HEX triplet: BC, 29 and 2A. RGB value is (188,41,42). Sum of RGB (Red+Green+Blue) = 188+41+42=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC292A is #43D6D5. Grayscale: #555555. Windows color (decimal): -4445910 or 2763196. OLE color: 2763196.
HSL color Cylindrical-coordinate representation of color #BC292A: hue angle of 359.59º 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 #BC292A is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 42 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.26 |
| HSL | 359.59º | 0.64% | 0.45% | - |
| HSV(B) | 359.59º | 0.78% | 0.74% | - |
| XYZ | 21.95 | 12.44 | 3.44 | - |
| YUV | 85.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 42 | 0 | 0.78 | 0.78 | 0.26 | 359.59 | 0.64 | 0.45 |
| Hex | BC | 29 | 2A | 0 | 4E | 4E | 1A | 168 | 40 | 2D |
| Octal | 274 | 51 | 52 | 0 | 116 | 116 | 32 | 550 | 100 | 55 |
| Binary | 10111100 | 101001 | 101010 | 0 | 1001110 | 1001110 | 11010 | 101101000 | 1000000 | 101101 |
Color Harmonies of #BC292A
Complementary color
Monochromatic Colors of #BC292A
Black with #BC292A
Text Example
Text Example
White with #BC292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC292A; }
p { color: rgb(188,41,42); }
H1.HeaderClassName
{
color: #BC292A;
}
.AnyTagClassName
{
color: #BC292A;
}
</style>
background-color css
<style>
a { background-color: #BC292A; }
a { background-color: rgb(188,41,42); }
div.DivClassName
{
background-color: #BC292A;
}
.BgClassName
{
background-color: #BC292A;
}
</style>
border-color css
<style>
span { border-color: #BC292A; }
span { border-color: rgb(188,41,42); }
td.TdClassName
{
border-color: #BC292A;
}
.TagClassName
{
border-color: #BC292A;
}
</style>