Shades of Mahogany #BC393C
Tints of Mahogany #BC393C
RGB
CMYK
RGB Variations
Color information
#BC393C (or 0xBC393C) is known color: Mahogany. HEX triplet: BC, 39 and 3C. RGB value is (188,57,60). Sum of RGB (Red+Green+Blue) = 188+57+60=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC393C is #43C6C3. Grayscale: #606060. Windows color (decimal): -4441796 or 3946940. OLE color: 3946940.
HSL color Cylindrical-coordinate representation of color #BC393C: hue angle of 358.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC393C is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 60 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.26 |
| HSL | 358.63º | 0.53% | 0.48% | - |
| HSV(B) | 358.63º | 0.7% | 0.74% | - |
| XYZ | 23.02 | 13.94 | 5.75 | - |
| YUV | 96.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 60 | 0 | 0.70 | 0.68 | 0.26 | 358.63 | 0.53 | 0.48 |
| Hex | BC | 39 | 3C | 0 | 46 | 44 | 1A | 167 | 35 | 30 |
| Octal | 274 | 71 | 74 | 0 | 106 | 104 | 32 | 547 | 65 | 60 |
| Binary | 10111100 | 111001 | 111100 | 0 | 1000110 | 1000100 | 11010 | 101100111 | 110101 | 110000 |
Color Harmonies of #BC393C
Complementary color
Monochromatic Colors of #BC393C
Black with #BC393C
Text Example
Text Example
White with #BC393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC393C; }
p { color: rgb(188,57,60); }
H1.HeaderClassName
{
color: #BC393C;
}
.AnyTagClassName
{
color: #BC393C;
}
</style>
background-color css
<style>
a { background-color: #BC393C; }
a { background-color: rgb(188,57,60); }
div.DivClassName
{
background-color: #BC393C;
}
.BgClassName
{
background-color: #BC393C;
}
</style>
border-color css
<style>
span { border-color: #BC393C; }
span { border-color: rgb(188,57,60); }
td.TdClassName
{
border-color: #BC393C;
}
.TagClassName
{
border-color: #BC393C;
}
</style>