Shades of Medium Carmine #BC3931
Tints of Medium Carmine #BC3931
RGB
CMYK
RGB Variations
Color information
#BC3931 (or 0xBC3931) is known color: Medium Carmine. HEX triplet: BC, 39 and 31. RGB value is (188,57,49). Sum of RGB (Red+Green+Blue) = 188+57+49=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3931 is #43C6CE. Grayscale: #5F5F5F. Windows color (decimal): -4441807 or 3226044. OLE color: 3226044.
HSL color Cylindrical-coordinate representation of color #BC3931: hue angle of 3.45º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3931 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 49 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.26 |
| HSL | 3.45º | 0.59% | 0.46% | - |
| HSV(B) | 3.45º | 0.74% | 0.74% | - |
| XYZ | 22.76 | 13.84 | 4.38 | - |
| YUV | 95.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 49 | 0 | 0.70 | 0.74 | 0.26 | 3.45 | 0.59 | 0.46 |
| Hex | BC | 39 | 31 | 0 | 46 | 4A | 1A | 3 | 3B | 2E |
| Octal | 274 | 71 | 61 | 0 | 106 | 112 | 32 | 3 | 73 | 56 |
| Binary | 10111100 | 111001 | 110001 | 0 | 1000110 | 1001010 | 11010 | 11 | 111011 | 101110 |
Color Harmonies of #BC3931
Complementary color
Monochromatic Colors of #BC3931
Black with #BC3931
Text Example
Text Example
White with #BC3931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3931; }
p { color: rgb(188,57,49); }
H1.HeaderClassName
{
color: #BC3931;
}
.AnyTagClassName
{
color: #BC3931;
}
</style>
background-color css
<style>
a { background-color: #BC3931; }
a { background-color: rgb(188,57,49); }
div.DivClassName
{
background-color: #BC3931;
}
.BgClassName
{
background-color: #BC3931;
}
</style>
border-color css
<style>
span { border-color: #BC3931; }
span { border-color: rgb(188,57,49); }
td.TdClassName
{
border-color: #BC3931;
}
.TagClassName
{
border-color: #BC3931;
}
</style>