Shades of Mahogany #BC3538
Tints of Mahogany #BC3538
RGB
CMYK
RGB Variations
Color information
#BC3538 (or 0xBC3538) is known color: Mahogany. HEX triplet: BC, 35 and 38. RGB value is (188,53,56). Sum of RGB (Red+Green+Blue) = 188+53+56=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3538 is #43CAC7. Grayscale: #5D5D5D. Windows color (decimal): -4442824 or 3683772. OLE color: 3683772.
HSL color Cylindrical-coordinate representation of color #BC3538: hue angle of 358.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3538 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 56 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.26 |
| HSL | 358.67º | 0.56% | 0.47% | - |
| HSV(B) | 358.67º | 0.72% | 0.74% | - |
| XYZ | 22.73 | 13.52 | 5.15 | - |
| YUV | 93.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 56 | 0 | 0.72 | 0.70 | 0.26 | 358.67 | 0.56 | 0.47 |
| Hex | BC | 35 | 38 | 0 | 48 | 46 | 1A | 167 | 38 | 2F |
| Octal | 274 | 65 | 70 | 0 | 110 | 106 | 32 | 547 | 70 | 57 |
| Binary | 10111100 | 110101 | 111000 | 0 | 1001000 | 1000110 | 11010 | 101100111 | 111000 | 101111 |
Color Harmonies of #BC3538
Complementary color
Monochromatic Colors of #BC3538
Black with #BC3538
Text Example
Text Example
White with #BC3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3538; }
p { color: rgb(188,53,56); }
H1.HeaderClassName
{
color: #BC3538;
}
.AnyTagClassName
{
color: #BC3538;
}
</style>
background-color css
<style>
a { background-color: #BC3538; }
a { background-color: rgb(188,53,56); }
div.DivClassName
{
background-color: #BC3538;
}
.BgClassName
{
background-color: #BC3538;
}
</style>
border-color css
<style>
span { border-color: #BC3538; }
span { border-color: rgb(188,53,56); }
td.TdClassName
{
border-color: #BC3538;
}
.TagClassName
{
border-color: #BC3538;
}
</style>