Shades of Mahogany #BC272C
Tints of Mahogany #BC272C
RGB
CMYK
RGB Variations
Color information
#BC272C (or 0xBC272C) is known color: Mahogany. HEX triplet: BC, 27 and 2C. RGB value is (188,39,44). Sum of RGB (Red+Green+Blue) = 188+39+44=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC272C is #43D8D3. Grayscale: #545454. Windows color (decimal): -4446420 or 2893756. OLE color: 2893756.
HSL color Cylindrical-coordinate representation of color #BC272C: hue angle of 357.99º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC272C is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 44 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.26 |
| HSL | 357.99º | 0.66% | 0.45% | - |
| HSV(B) | 357.99º | 0.79% | 0.74% | - |
| XYZ | 21.92 | 12.32 | 3.61 | - |
| YUV | 84.12 | 105.36 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 44 | 0 | 0.79 | 0.77 | 0.26 | 357.99 | 0.66 | 0.45 |
| Hex | BC | 27 | 2C | 0 | 4F | 4D | 1A | 166 | 42 | 2D |
| Octal | 274 | 47 | 54 | 0 | 117 | 115 | 32 | 546 | 102 | 55 |
| Binary | 10111100 | 100111 | 101100 | 0 | 1001111 | 1001101 | 11010 | 101100110 | 1000010 | 101101 |
Color Harmonies of #BC272C
Complementary color
Monochromatic Colors of #BC272C
Black with #BC272C
Text Example
Text Example
White with #BC272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC272C; }
p { color: rgb(188,39,44); }
H1.HeaderClassName
{
color: #BC272C;
}
.AnyTagClassName
{
color: #BC272C;
}
</style>
background-color css
<style>
a { background-color: #BC272C; }
a { background-color: rgb(188,39,44); }
div.DivClassName
{
background-color: #BC272C;
}
.BgClassName
{
background-color: #BC272C;
}
</style>
border-color css
<style>
span { border-color: #BC272C; }
span { border-color: rgb(188,39,44); }
td.TdClassName
{
border-color: #BC272C;
}
.TagClassName
{
border-color: #BC272C;
}
</style>