Shades of Mahogany #BC2D35
Tints of Mahogany #BC2D35
RGB
CMYK
RGB Variations
Color information
#BC2D35 (or 0xBC2D35) is known color: Mahogany. HEX triplet: BC, 2D and 35. RGB value is (188,45,53). Sum of RGB (Red+Green+Blue) = 188+45+53=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D35 is #43D2CA. Grayscale: #585858. Windows color (decimal): -4444875 or 3485116. OLE color: 3485116.
HSL color Cylindrical-coordinate representation of color #BC2D35: hue angle of 356.64º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D35 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 53 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.26 |
| HSL | 356.64º | 0.61% | 0.46% | - |
| HSV(B) | 356.64º | 0.76% | 0.74% | - |
| XYZ | 22.32 | 12.83 | 4.67 | - |
| YUV | 88.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 53 | 0 | 0.76 | 0.72 | 0.26 | 356.64 | 0.61 | 0.46 |
| Hex | BC | 2D | 35 | 0 | 4C | 48 | 1A | 165 | 3D | 2E |
| Octal | 274 | 55 | 65 | 0 | 114 | 110 | 32 | 545 | 75 | 56 |
| Binary | 10111100 | 101101 | 110101 | 0 | 1001100 | 1001000 | 11010 | 101100101 | 111101 | 101110 |
Color Harmonies of #BC2D35
Complementary color
Monochromatic Colors of #BC2D35
Black with #BC2D35
Text Example
Text Example
White with #BC2D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D35; }
p { color: rgb(188,45,53); }
H1.HeaderClassName
{
color: #BC2D35;
}
.AnyTagClassName
{
color: #BC2D35;
}
</style>
background-color css
<style>
a { background-color: #BC2D35; }
a { background-color: rgb(188,45,53); }
div.DivClassName
{
background-color: #BC2D35;
}
.BgClassName
{
background-color: #BC2D35;
}
</style>
border-color css
<style>
span { border-color: #BC2D35; }
span { border-color: rgb(188,45,53); }
td.TdClassName
{
border-color: #BC2D35;
}
.TagClassName
{
border-color: #BC2D35;
}
</style>