Shades of Mahogany #BC3138
Tints of Mahogany #BC3138
RGB
CMYK
RGB Variations
Color information
#BC3138 (or 0xBC3138) is known color: Mahogany. HEX triplet: BC, 31 and 38. RGB value is (188,49,56). Sum of RGB (Red+Green+Blue) = 188+49+56=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3138 is #43CEC7. Grayscale: #5B5B5B. Windows color (decimal): -4443848 or 3682748. OLE color: 3682748.
HSL color Cylindrical-coordinate representation of color #BC3138: hue angle of 356.98º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3138 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 56 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.26 |
| HSL | 356.98º | 0.59% | 0.46% | - |
| HSV(B) | 356.98º | 0.74% | 0.74% | - |
| XYZ | 22.55 | 13.17 | 5.1 | - |
| YUV | 91.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 56 | 0 | 0.74 | 0.70 | 0.26 | 356.98 | 0.59 | 0.46 |
| Hex | BC | 31 | 38 | 0 | 4A | 46 | 1A | 165 | 3B | 2E |
| Octal | 274 | 61 | 70 | 0 | 112 | 106 | 32 | 545 | 73 | 56 |
| Binary | 10111100 | 110001 | 111000 | 0 | 1001010 | 1000110 | 11010 | 101100101 | 111011 | 101110 |
Color Harmonies of #BC3138
Complementary color
Monochromatic Colors of #BC3138
Black with #BC3138
Text Example
Text Example
White with #BC3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3138; }
p { color: rgb(188,49,56); }
H1.HeaderClassName
{
color: #BC3138;
}
.AnyTagClassName
{
color: #BC3138;
}
</style>
background-color css
<style>
a { background-color: #BC3138; }
a { background-color: rgb(188,49,56); }
div.DivClassName
{
background-color: #BC3138;
}
.BgClassName
{
background-color: #BC3138;
}
</style>
border-color css
<style>
span { border-color: #BC3138; }
span { border-color: rgb(188,49,56); }
td.TdClassName
{
border-color: #BC3138;
}
.TagClassName
{
border-color: #BC3138;
}
</style>