Shades of Medium Carmine #BC3C2C
Tints of Medium Carmine #BC3C2C
RGB
CMYK
RGB Variations
Color information
#BC3C2C (or 0xBC3C2C) is known color: Medium Carmine. HEX triplet: BC, 3C and 2C. RGB value is (188,60,44). Sum of RGB (Red+Green+Blue) = 188+60+44=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C2C is #43C3D3. Grayscale: #606060. Windows color (decimal): -4441044 or 2899132. OLE color: 2899132.
HSL color Cylindrical-coordinate representation of color #BC3C2C: hue angle of 6.67º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC3C2C is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 44 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.26 |
| HSL | 6.67º | 0.62% | 0.45% | - |
| HSV(B) | 6.67º | 0.77% | 0.74% | - |
| XYZ | 22.81 | 14.1 | 3.9 | - |
| YUV | 96.45 | 98.41 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 44 | 0 | 0.68 | 0.77 | 0.26 | 6.67 | 0.62 | 0.45 |
| Hex | BC | 3C | 2C | 0 | 44 | 4D | 1A | 7 | 3E | 2D |
| Octal | 274 | 74 | 54 | 0 | 104 | 115 | 32 | 7 | 76 | 55 |
| Binary | 10111100 | 111100 | 101100 | 0 | 1000100 | 1001101 | 11010 | 111 | 111110 | 101101 |
Color Harmonies of #BC3C2C
Complementary color
Monochromatic Colors of #BC3C2C
Black with #BC3C2C
Text Example
Text Example
White with #BC3C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C2C; }
p { color: rgb(188,60,44); }
H1.HeaderClassName
{
color: #BC3C2C;
}
.AnyTagClassName
{
color: #BC3C2C;
}
</style>
background-color css
<style>
a { background-color: #BC3C2C; }
a { background-color: rgb(188,60,44); }
div.DivClassName
{
background-color: #BC3C2C;
}
.BgClassName
{
background-color: #BC3C2C;
}
</style>
border-color css
<style>
span { border-color: #BC3C2C; }
span { border-color: rgb(188,60,44); }
td.TdClassName
{
border-color: #BC3C2C;
}
.TagClassName
{
border-color: #BC3C2C;
}
</style>