Shades of Mahogany #BC2931
Tints of Mahogany #BC2931
RGB
CMYK
RGB Variations
Color information
#BC2931 (or 0xBC2931) is known color: Mahogany. HEX triplet: BC, 29 and 31. RGB value is (188,41,49). Sum of RGB (Red+Green+Blue) = 188+41+49=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2931 is #43D6CE. Grayscale: #555555. Windows color (decimal): -4445903 or 3221948. OLE color: 3221948.
HSL color Cylindrical-coordinate representation of color #BC2931: hue angle of 356.73º 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 #BC2931 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 49 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.26 |
| HSL | 356.73º | 0.64% | 0.45% | - |
| HSV(B) | 356.73º | 0.78% | 0.74% | - |
| XYZ | 22.09 | 12.5 | 4.15 | - |
| YUV | 85.87 | 107.2 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 49 | 0 | 0.78 | 0.74 | 0.26 | 356.73 | 0.64 | 0.45 |
| Hex | BC | 29 | 31 | 0 | 4E | 4A | 1A | 165 | 40 | 2D |
| Octal | 274 | 51 | 61 | 0 | 116 | 112 | 32 | 545 | 100 | 55 |
| Binary | 10111100 | 101001 | 110001 | 0 | 1001110 | 1001010 | 11010 | 101100101 | 1000000 | 101101 |
Color Harmonies of #BC2931
Complementary color
Monochromatic Colors of #BC2931
Black with #BC2931
Text Example
Text Example
White with #BC2931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2931; }
p { color: rgb(188,41,49); }
H1.HeaderClassName
{
color: #BC2931;
}
.AnyTagClassName
{
color: #BC2931;
}
</style>
background-color css
<style>
a { background-color: #BC2931; }
a { background-color: rgb(188,41,49); }
div.DivClassName
{
background-color: #BC2931;
}
.BgClassName
{
background-color: #BC2931;
}
</style>
border-color css
<style>
span { border-color: #BC2931; }
span { border-color: rgb(188,41,49); }
td.TdClassName
{
border-color: #BC2931;
}
.TagClassName
{
border-color: #BC2931;
}
</style>