Shades of Mahogany #BC2E2F
Tints of Mahogany #BC2E2F
RGB
CMYK
RGB Variations
Color information
#BC2E2F (or 0xBC2E2F) is known color: Mahogany. HEX triplet: BC, 2E and 2F. RGB value is (188,46,47). Sum of RGB (Red+Green+Blue) = 188+46+47=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E2F is #43D1D0. Grayscale: #585858. Windows color (decimal): -4444625 or 3092156. OLE color: 3092156.
HSL color Cylindrical-coordinate representation of color #BC2E2F: hue angle of 359.58º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2E2F is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 47 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.26 |
| HSL | 359.58º | 0.61% | 0.46% | - |
| HSV(B) | 359.58º | 0.76% | 0.74% | - |
| XYZ | 22.23 | 12.85 | 4 | - |
| YUV | 88.57 | 104.54 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 47 | 0 | 0.76 | 0.75 | 0.26 | 359.58 | 0.61 | 0.46 |
| Hex | BC | 2E | 2F | 0 | 4C | 4B | 1A | 168 | 3D | 2E |
| Octal | 274 | 56 | 57 | 0 | 114 | 113 | 32 | 550 | 75 | 56 |
| Binary | 10111100 | 101110 | 101111 | 0 | 1001100 | 1001011 | 11010 | 101101000 | 111101 | 101110 |
Color Harmonies of #BC2E2F
Complementary color
Monochromatic Colors of #BC2E2F
Black with #BC2E2F
Text Example
Text Example
White with #BC2E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E2F; }
p { color: rgb(188,46,47); }
H1.HeaderClassName
{
color: #BC2E2F;
}
.AnyTagClassName
{
color: #BC2E2F;
}
</style>
background-color css
<style>
a { background-color: #BC2E2F; }
a { background-color: rgb(188,46,47); }
div.DivClassName
{
background-color: #BC2E2F;
}
.BgClassName
{
background-color: #BC2E2F;
}
</style>
border-color css
<style>
span { border-color: #BC2E2F; }
span { border-color: rgb(188,46,47); }
td.TdClassName
{
border-color: #BC2E2F;
}
.TagClassName
{
border-color: #BC2E2F;
}
</style>