Shades of Medium Carmine #BC3A2E
Tints of Medium Carmine #BC3A2E
RGB
CMYK
RGB Variations
Color information
#BC3A2E (or 0xBC3A2E) is known color: Medium Carmine. HEX triplet: BC, 3A and 2E. RGB value is (188,58,46). Sum of RGB (Red+Green+Blue) = 188+58+46=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A2E is #43C5D1. Grayscale: #5F5F5F. Windows color (decimal): -4441554 or 3029692. OLE color: 3029692.
HSL color Cylindrical-coordinate representation of color #BC3A2E: hue angle of 5.07º 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 #BC3A2E is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 46 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.26 |
| HSL | 5.07º | 0.61% | 0.46% | - |
| HSV(B) | 5.07º | 0.76% | 0.74% | - |
| XYZ | 22.75 | 13.91 | 4.07 | - |
| YUV | 95.5 | 100.07 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 46 | 0 | 0.69 | 0.76 | 0.26 | 5.07 | 0.61 | 0.46 |
| Hex | BC | 3A | 2E | 0 | 45 | 4C | 1A | 5 | 3D | 2E |
| Octal | 274 | 72 | 56 | 0 | 105 | 114 | 32 | 5 | 75 | 56 |
| Binary | 10111100 | 111010 | 101110 | 0 | 1000101 | 1001100 | 11010 | 101 | 111101 | 101110 |
Color Harmonies of #BC3A2E
Complementary color
Monochromatic Colors of #BC3A2E
Black with #BC3A2E
Text Example
Text Example
White with #BC3A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A2E; }
p { color: rgb(188,58,46); }
H1.HeaderClassName
{
color: #BC3A2E;
}
.AnyTagClassName
{
color: #BC3A2E;
}
</style>
background-color css
<style>
a { background-color: #BC3A2E; }
a { background-color: rgb(188,58,46); }
div.DivClassName
{
background-color: #BC3A2E;
}
.BgClassName
{
background-color: #BC3A2E;
}
</style>
border-color css
<style>
span { border-color: #BC3A2E; }
span { border-color: rgb(188,58,46); }
td.TdClassName
{
border-color: #BC3A2E;
}
.TagClassName
{
border-color: #BC3A2E;
}
</style>