Shades of Mahogany #BC353B
Tints of Mahogany #BC353B
RGB
CMYK
RGB Variations
Color information
#BC353B (or 0xBC353B) is known color: Mahogany. HEX triplet: BC, 35 and 3B. RGB value is (188,53,59). Sum of RGB (Red+Green+Blue) = 188+53+59=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC353B is #43CAC4. Grayscale: #5E5E5E. Windows color (decimal): -4442821 or 3880380. OLE color: 3880380.
HSL color Cylindrical-coordinate representation of color #BC353B: hue angle of 357.33º 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 #BC353B is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 59 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.26 |
| HSL | 357.33º | 0.56% | 0.47% | - |
| HSV(B) | 357.33º | 0.72% | 0.74% | - |
| XYZ | 22.8 | 13.55 | 5.55 | - |
| YUV | 94.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 59 | 0 | 0.72 | 0.69 | 0.26 | 357.33 | 0.56 | 0.47 |
| Hex | BC | 35 | 3B | 0 | 48 | 45 | 1A | 165 | 38 | 2F |
| Octal | 274 | 65 | 73 | 0 | 110 | 105 | 32 | 545 | 70 | 57 |
| Binary | 10111100 | 110101 | 111011 | 0 | 1001000 | 1000101 | 11010 | 101100101 | 111000 | 101111 |
Color Harmonies of #BC353B
Complementary color
Monochromatic Colors of #BC353B
Black with #BC353B
Text Example
Text Example
White with #BC353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC353B; }
p { color: rgb(188,53,59); }
H1.HeaderClassName
{
color: #BC353B;
}
.AnyTagClassName
{
color: #BC353B;
}
</style>
background-color css
<style>
a { background-color: #BC353B; }
a { background-color: rgb(188,53,59); }
div.DivClassName
{
background-color: #BC353B;
}
.BgClassName
{
background-color: #BC353B;
}
</style>
border-color css
<style>
span { border-color: #BC353B; }
span { border-color: rgb(188,53,59); }
td.TdClassName
{
border-color: #BC353B;
}
.TagClassName
{
border-color: #BC353B;
}
</style>