Shades of Medium Carmine #BC3C35
Tints of Medium Carmine #BC3C35
RGB
CMYK
RGB Variations
Color information
#BC3C35 (or 0xBC3C35) is known color: Medium Carmine. HEX triplet: BC, 3C and 35. RGB value is (188,60,53). Sum of RGB (Red+Green+Blue) = 188+60+53=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C35 is #43C3CA. Grayscale: #616161. Windows color (decimal): -4441035 or 3488956. OLE color: 3488956.
HSL color Cylindrical-coordinate representation of color #BC3C35: hue angle of 3.11º degrees, saturation: 0.56, 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 #BC3C35 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 53 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.26 |
| HSL | 3.11º | 0.56% | 0.47% | - |
| HSV(B) | 3.11º | 0.72% | 0.74% | - |
| XYZ | 23 | 14.18 | 4.89 | - |
| YUV | 97.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 53 | 0 | 0.68 | 0.72 | 0.26 | 3.11 | 0.56 | 0.47 |
| Hex | BC | 3C | 35 | 0 | 44 | 48 | 1A | 3 | 38 | 2F |
| Octal | 274 | 74 | 65 | 0 | 104 | 110 | 32 | 3 | 70 | 57 |
| Binary | 10111100 | 111100 | 110101 | 0 | 1000100 | 1001000 | 11010 | 11 | 111000 | 101111 |
Color Harmonies of #BC3C35
Complementary color
Monochromatic Colors of #BC3C35
Black with #BC3C35
Text Example
Text Example
White with #BC3C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C35; }
p { color: rgb(188,60,53); }
H1.HeaderClassName
{
color: #BC3C35;
}
.AnyTagClassName
{
color: #BC3C35;
}
</style>
background-color css
<style>
a { background-color: #BC3C35; }
a { background-color: rgb(188,60,53); }
div.DivClassName
{
background-color: #BC3C35;
}
.BgClassName
{
background-color: #BC3C35;
}
</style>
border-color css
<style>
span { border-color: #BC3C35; }
span { border-color: rgb(188,60,53); }
td.TdClassName
{
border-color: #BC3C35;
}
.TagClassName
{
border-color: #BC3C35;
}
</style>