Shades of Medium Carmine #BC3E2D
Tints of Medium Carmine #BC3E2D
RGB
CMYK
RGB Variations
Color information
#BC3E2D (or 0xBC3E2D) is known color: Medium Carmine. HEX triplet: BC, 3E and 2D. RGB value is (188,62,45). Sum of RGB (Red+Green+Blue) = 188+62+45=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E2D is #43C1D2. Grayscale: #616161. Windows color (decimal): -4440531 or 2965180. OLE color: 2965180.
HSL color Cylindrical-coordinate representation of color #BC3E2D: hue angle of 7.13º 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 #BC3E2D is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 45 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.26 |
| HSL | 7.13º | 0.61% | 0.46% | - |
| HSV(B) | 7.13º | 0.76% | 0.74% | - |
| XYZ | 22.94 | 14.33 | 4.04 | - |
| YUV | 97.74 | 98.24 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 45 | 0 | 0.67 | 0.76 | 0.26 | 7.13 | 0.61 | 0.46 |
| Hex | BC | 3E | 2D | 0 | 43 | 4C | 1A | 7 | 3D | 2E |
| Octal | 274 | 76 | 55 | 0 | 103 | 114 | 32 | 7 | 75 | 56 |
| Binary | 10111100 | 111110 | 101101 | 0 | 1000011 | 1001100 | 11010 | 111 | 111101 | 101110 |
Color Harmonies of #BC3E2D
Complementary color
Monochromatic Colors of #BC3E2D
Black with #BC3E2D
Text Example
Text Example
White with #BC3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E2D; }
p { color: rgb(188,62,45); }
H1.HeaderClassName
{
color: #BC3E2D;
}
.AnyTagClassName
{
color: #BC3E2D;
}
</style>
background-color css
<style>
a { background-color: #BC3E2D; }
a { background-color: rgb(188,62,45); }
div.DivClassName
{
background-color: #BC3E2D;
}
.BgClassName
{
background-color: #BC3E2D;
}
</style>
border-color css
<style>
span { border-color: #BC3E2D; }
span { border-color: rgb(188,62,45); }
td.TdClassName
{
border-color: #BC3E2D;
}
.TagClassName
{
border-color: #BC3E2D;
}
</style>