Shades of Medium Carmine #BC413D
Tints of Medium Carmine #BC413D
RGB
CMYK
RGB Variations
Color information
#BC413D (or 0xBC413D) is known color: Medium Carmine. HEX triplet: BC, 41 and 3D. RGB value is (188,65,61). Sum of RGB (Red+Green+Blue) = 188+65+61=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC413D is #43BEC2. Grayscale: #656565. Windows color (decimal): -4439747 or 4014524. OLE color: 4014524.
HSL color Cylindrical-coordinate representation of color #BC413D: hue angle of 1.89º 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 #BC413D is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 61 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.26 |
| HSL | 1.89º | 0.51% | 0.49% | - |
| HSV(B) | 1.89º | 0.68% | 0.74% | - |
| XYZ | 23.47 | 14.81 | 6.04 | - |
| YUV | 101.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 61 | 0 | 0.65 | 0.68 | 0.26 | 1.89 | 0.51 | 0.49 |
| Hex | BC | 41 | 3D | 0 | 41 | 44 | 1A | 2 | 33 | 31 |
| Octal | 274 | 101 | 75 | 0 | 101 | 104 | 32 | 2 | 63 | 61 |
| Binary | 10111100 | 1000001 | 111101 | 0 | 1000001 | 1000100 | 11010 | 10 | 110011 | 110001 |
Color Harmonies of #BC413D
Complementary color
Monochromatic Colors of #BC413D
Black with #BC413D
Text Example
Text Example
White with #BC413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC413D; }
p { color: rgb(188,65,61); }
H1.HeaderClassName
{
color: #BC413D;
}
.AnyTagClassName
{
color: #BC413D;
}
</style>
background-color css
<style>
a { background-color: #BC413D; }
a { background-color: rgb(188,65,61); }
div.DivClassName
{
background-color: #BC413D;
}
.BgClassName
{
background-color: #BC413D;
}
</style>
border-color css
<style>
span { border-color: #BC413D; }
span { border-color: rgb(188,65,61); }
td.TdClassName
{
border-color: #BC413D;
}
.TagClassName
{
border-color: #BC413D;
}
</style>