Shades of Medium Carmine #BC4039
Tints of Medium Carmine #BC4039
RGB
CMYK
RGB Variations
Color information
#BC4039 (or 0xBC4039) is known color: Medium Carmine. HEX triplet: BC, 40 and 39. RGB value is (188,64,57). Sum of RGB (Red+Green+Blue) = 188+64+57=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4039 is #43BFC6. Grayscale: #646464. Windows color (decimal): -4440007 or 3752124. OLE color: 3752124.
HSL color Cylindrical-coordinate representation of color #BC4039: hue angle of 3.21º 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 #BC4039 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 57 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.26 |
| HSL | 3.21º | 0.53% | 0.48% | - |
| HSV(B) | 3.21º | 0.7% | 0.74% | - |
| XYZ | 23.31 | 14.65 | 5.47 | - |
| YUV | 100.28 | 103.58 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 57 | 0 | 0.66 | 0.70 | 0.26 | 3.21 | 0.53 | 0.48 |
| Hex | BC | 40 | 39 | 0 | 42 | 46 | 1A | 3 | 35 | 30 |
| Octal | 274 | 100 | 71 | 0 | 102 | 106 | 32 | 3 | 65 | 60 |
| Binary | 10111100 | 1000000 | 111001 | 0 | 1000010 | 1000110 | 11010 | 11 | 110101 | 110000 |
Color Harmonies of #BC4039
Complementary color
Monochromatic Colors of #BC4039
Black with #BC4039
Text Example
Text Example
White with #BC4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4039; }
p { color: rgb(188,64,57); }
H1.HeaderClassName
{
color: #BC4039;
}
.AnyTagClassName
{
color: #BC4039;
}
</style>
background-color css
<style>
a { background-color: #BC4039; }
a { background-color: rgb(188,64,57); }
div.DivClassName
{
background-color: #BC4039;
}
.BgClassName
{
background-color: #BC4039;
}
</style>
border-color css
<style>
span { border-color: #BC4039; }
span { border-color: rgb(188,64,57); }
td.TdClassName
{
border-color: #BC4039;
}
.TagClassName
{
border-color: #BC4039;
}
</style>