Shades of Mahogany #BC333A
Tints of Mahogany #BC333A
RGB
CMYK
RGB Variations
Color information
#BC333A (or 0xBC333A) is known color: Mahogany. HEX triplet: BC, 33 and 3A. RGB value is (188,51,58). Sum of RGB (Red+Green+Blue) = 188+51+58=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC333A is #43CCC5. Grayscale: #5C5C5C. Windows color (decimal): -4443334 or 3814332. OLE color: 3814332.
HSL color Cylindrical-coordinate representation of color #BC333A: hue angle of 356.93º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC333A is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 58 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.26 |
| HSL | 356.93º | 0.57% | 0.47% | - |
| HSV(B) | 356.93º | 0.73% | 0.74% | - |
| XYZ | 22.69 | 13.36 | 5.39 | - |
| YUV | 92.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 58 | 0 | 0.73 | 0.69 | 0.26 | 356.93 | 0.57 | 0.47 |
| Hex | BC | 33 | 3A | 0 | 49 | 45 | 1A | 165 | 39 | 2F |
| Octal | 274 | 63 | 72 | 0 | 111 | 105 | 32 | 545 | 71 | 57 |
| Binary | 10111100 | 110011 | 111010 | 0 | 1001001 | 1000101 | 11010 | 101100101 | 111001 | 101111 |
Color Harmonies of #BC333A
Complementary color
Monochromatic Colors of #BC333A
Black with #BC333A
Text Example
Text Example
White with #BC333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC333A; }
p { color: rgb(188,51,58); }
H1.HeaderClassName
{
color: #BC333A;
}
.AnyTagClassName
{
color: #BC333A;
}
</style>
background-color css
<style>
a { background-color: #BC333A; }
a { background-color: rgb(188,51,58); }
div.DivClassName
{
background-color: #BC333A;
}
.BgClassName
{
background-color: #BC333A;
}
</style>
border-color css
<style>
span { border-color: #BC333A; }
span { border-color: rgb(188,51,58); }
td.TdClassName
{
border-color: #BC333A;
}
.TagClassName
{
border-color: #BC333A;
}
</style>