Shades of Medium Carmine #BC3E3E
Tints of Medium Carmine #BC3E3E
RGB
CMYK
RGB Variations
Color information
#BC3E3E (or 0xBC3E3E) is known color: Medium Carmine. HEX triplet: BC, 3E and 3E. RGB value is (188,62,62). Sum of RGB (Red+Green+Blue) = 188+62+62=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E3E is #43C1C1. Grayscale: #636363. Windows color (decimal): -4440514 or 4079292. OLE color: 4079292.
HSL color Cylindrical-coordinate representation of color #BC3E3E: hue angle of 0º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3E3E is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 62 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.26 |
| HSL | 0º | 0.5% | 0.49% | - |
| HSV(B) | 0º | 0.67% | 0.74% | - |
| XYZ | 23.33 | 14.48 | 6.12 | - |
| YUV | 99.67 | 106.74 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 62 | 0 | 0.67 | 0.67 | 0.26 | 0 | 0.5 | 0.49 |
| Hex | BC | 3E | 3E | 0 | 43 | 43 | 1A | 0 | 32 | 31 |
| Octal | 274 | 76 | 76 | 0 | 103 | 103 | 32 | 0 | 62 | 61 |
| Binary | 10111100 | 111110 | 111110 | 0 | 1000011 | 1000011 | 11010 | 0 | 110010 | 110001 |
Color Harmonies of #BC3E3E
Complementary color
Monochromatic Colors of #BC3E3E
Black with #BC3E3E
Text Example
Text Example
White with #BC3E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E3E; }
p { color: rgb(188,62,62); }
H1.HeaderClassName
{
color: #BC3E3E;
}
.AnyTagClassName
{
color: #BC3E3E;
}
</style>
background-color css
<style>
a { background-color: #BC3E3E; }
a { background-color: rgb(188,62,62); }
div.DivClassName
{
background-color: #BC3E3E;
}
.BgClassName
{
background-color: #BC3E3E;
}
</style>
border-color css
<style>
span { border-color: #BC3E3E; }
span { border-color: rgb(188,62,62); }
td.TdClassName
{
border-color: #BC3E3E;
}
.TagClassName
{
border-color: #BC3E3E;
}
</style>