Shades of Medium Carmine #BC3934
Tints of Medium Carmine #BC3934
RGB
CMYK
RGB Variations
Color information
#BC3934 (or 0xBC3934) is known color: Medium Carmine. HEX triplet: BC, 39 and 34. RGB value is (188,57,52). Sum of RGB (Red+Green+Blue) = 188+57+52=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3934 is #43C6CB. Grayscale: #5F5F5F. Windows color (decimal): -4441804 or 3422652. OLE color: 3422652.
HSL color Cylindrical-coordinate representation of color #BC3934: hue angle of 2.21º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3934 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 52 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.26 |
| HSL | 2.21º | 0.57% | 0.47% | - |
| HSV(B) | 2.21º | 0.72% | 0.74% | - |
| XYZ | 22.82 | 13.87 | 4.72 | - |
| YUV | 95.6 | 103.4 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 52 | 0 | 0.70 | 0.72 | 0.26 | 2.21 | 0.57 | 0.47 |
| Hex | BC | 39 | 34 | 0 | 46 | 48 | 1A | 2 | 39 | 2F |
| Octal | 274 | 71 | 64 | 0 | 106 | 110 | 32 | 2 | 71 | 57 |
| Binary | 10111100 | 111001 | 110100 | 0 | 1000110 | 1001000 | 11010 | 10 | 111001 | 101111 |
Color Harmonies of #BC3934
Complementary color
Monochromatic Colors of #BC3934
Black with #BC3934
Text Example
Text Example
White with #BC3934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3934; }
p { color: rgb(188,57,52); }
H1.HeaderClassName
{
color: #BC3934;
}
.AnyTagClassName
{
color: #BC3934;
}
</style>
background-color css
<style>
a { background-color: #BC3934; }
a { background-color: rgb(188,57,52); }
div.DivClassName
{
background-color: #BC3934;
}
.BgClassName
{
background-color: #BC3934;
}
</style>
border-color css
<style>
span { border-color: #BC3934; }
span { border-color: rgb(188,57,52); }
td.TdClassName
{
border-color: #BC3934;
}
.TagClassName
{
border-color: #BC3934;
}
</style>