Shades of Medium Carmine #BC3A39
Tints of Medium Carmine #BC3A39
RGB
CMYK
RGB Variations
Color information
#BC3A39 (or 0xBC3A39) is known color: Medium Carmine. HEX triplet: BC, 3A and 39. RGB value is (188,58,57). Sum of RGB (Red+Green+Blue) = 188+58+57=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A39 is #43C5C6. Grayscale: #606060. Windows color (decimal): -4441543 or 3750588. OLE color: 3750588.
HSL color Cylindrical-coordinate representation of color #BC3A39: hue angle of 0.46º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3A39 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 57 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.26 |
| HSL | 0.46º | 0.53% | 0.48% | - |
| HSV(B) | 0.46º | 0.7% | 0.74% | - |
| XYZ | 22.99 | 14.01 | 5.36 | - |
| YUV | 96.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 57 | 0 | 0.69 | 0.70 | 0.26 | 0.46 | 0.53 | 0.48 |
| Hex | BC | 3A | 39 | 0 | 45 | 46 | 1A | 0 | 35 | 30 |
| Octal | 274 | 72 | 71 | 0 | 105 | 106 | 32 | 0 | 65 | 60 |
| Binary | 10111100 | 111010 | 111001 | 0 | 1000101 | 1000110 | 11010 | 0 | 110101 | 110000 |
Color Harmonies of #BC3A39
Complementary color
Monochromatic Colors of #BC3A39
Black with #BC3A39
Text Example
Text Example
White with #BC3A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A39; }
p { color: rgb(188,58,57); }
H1.HeaderClassName
{
color: #BC3A39;
}
.AnyTagClassName
{
color: #BC3A39;
}
</style>
background-color css
<style>
a { background-color: #BC3A39; }
a { background-color: rgb(188,58,57); }
div.DivClassName
{
background-color: #BC3A39;
}
.BgClassName
{
background-color: #BC3A39;
}
</style>
border-color css
<style>
span { border-color: #BC3A39; }
span { border-color: rgb(188,58,57); }
td.TdClassName
{
border-color: #BC3A39;
}
.TagClassName
{
border-color: #BC3A39;
}
</style>