Shades of Medium Carmine #BC3F3D
Tints of Medium Carmine #BC3F3D
RGB
CMYK
RGB Variations
Color information
#BC3F3D (or 0xBC3F3D) is known color: Medium Carmine. HEX triplet: BC, 3F and 3D. RGB value is (188,63,61). Sum of RGB (Red+Green+Blue) = 188+63+61=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3F3D is #43C0C2. Grayscale: #646464. Windows color (decimal): -4440259 or 4014012. OLE color: 4014012.
HSL color Cylindrical-coordinate representation of color #BC3F3D: hue angle of 0.94º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3F3D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 61 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.26 |
| HSL | 0.94º | 0.51% | 0.49% | - |
| HSV(B) | 0.94º | 0.68% | 0.74% | - |
| XYZ | 23.36 | 14.58 | 6 | - |
| YUV | 100.15 | 105.91 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 61 | 0 | 0.66 | 0.68 | 0.26 | 0.94 | 0.51 | 0.49 |
| Hex | BC | 3F | 3D | 0 | 42 | 44 | 1A | 1 | 33 | 31 |
| Octal | 274 | 77 | 75 | 0 | 102 | 104 | 32 | 1 | 63 | 61 |
| Binary | 10111100 | 111111 | 111101 | 0 | 1000010 | 1000100 | 11010 | 1 | 110011 | 110001 |
Color Harmonies of #BC3F3D
Complementary color
Monochromatic Colors of #BC3F3D
Black with #BC3F3D
Text Example
Text Example
White with #BC3F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F3D; }
p { color: rgb(188,63,61); }
H1.HeaderClassName
{
color: #BC3F3D;
}
.AnyTagClassName
{
color: #BC3F3D;
}
</style>
background-color css
<style>
a { background-color: #BC3F3D; }
a { background-color: rgb(188,63,61); }
div.DivClassName
{
background-color: #BC3F3D;
}
.BgClassName
{
background-color: #BC3F3D;
}
</style>
border-color css
<style>
span { border-color: #BC3F3D; }
span { border-color: rgb(188,63,61); }
td.TdClassName
{
border-color: #BC3F3D;
}
.TagClassName
{
border-color: #BC3F3D;
}
</style>