Shades of Mahogany #BC2A2F
Tints of Mahogany #BC2A2F
RGB
CMYK
RGB Variations
Color information
#BC2A2F (or 0xBC2A2F) is known color: Mahogany. HEX triplet: BC, 2A and 2F. RGB value is (188,42,47). Sum of RGB (Red+Green+Blue) = 188+42+47=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2A2F is #43D5D0. Grayscale: #565656. Windows color (decimal): -4445649 or 3091132. OLE color: 3091132.
HSL color Cylindrical-coordinate representation of color #BC2A2F: hue angle of 357.95º degrees, saturation: 0.63, 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 #BC2A2F is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 47 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.26 |
| HSL | 357.95º | 0.63% | 0.45% | - |
| HSV(B) | 357.95º | 0.78% | 0.74% | - |
| XYZ | 22.08 | 12.55 | 3.95 | - |
| YUV | 86.22 | 105.87 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 47 | 0 | 0.78 | 0.75 | 0.26 | 357.95 | 0.63 | 0.45 |
| Hex | BC | 2A | 2F | 0 | 4E | 4B | 1A | 166 | 3F | 2D |
| Octal | 274 | 52 | 57 | 0 | 116 | 113 | 32 | 546 | 77 | 55 |
| Binary | 10111100 | 101010 | 101111 | 0 | 1001110 | 1001011 | 11010 | 101100110 | 111111 | 101101 |
Color Harmonies of #BC2A2F
Complementary color
Monochromatic Colors of #BC2A2F
Black with #BC2A2F
Text Example
Text Example
White with #BC2A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A2F; }
p { color: rgb(188,42,47); }
H1.HeaderClassName
{
color: #BC2A2F;
}
.AnyTagClassName
{
color: #BC2A2F;
}
</style>
background-color css
<style>
a { background-color: #BC2A2F; }
a { background-color: rgb(188,42,47); }
div.DivClassName
{
background-color: #BC2A2F;
}
.BgClassName
{
background-color: #BC2A2F;
}
</style>
border-color css
<style>
span { border-color: #BC2A2F; }
span { border-color: rgb(188,42,47); }
td.TdClassName
{
border-color: #BC2A2F;
}
.TagClassName
{
border-color: #BC2A2F;
}
</style>