Shades of Medium Carmine #BC413B
Tints of Medium Carmine #BC413B
RGB
CMYK
RGB Variations
Color information
#BC413B (or 0xBC413B) is known color: Medium Carmine. HEX triplet: BC, 41 and 3B. RGB value is (188,65,59). Sum of RGB (Red+Green+Blue) = 188+65+59=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC413B is #43BEC4. Grayscale: #656565. Windows color (decimal): -4439749 or 3883452. OLE color: 3883452.
HSL color Cylindrical-coordinate representation of color #BC413B: hue angle of 2.79º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC413B is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 59 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.26 |
| HSL | 2.79º | 0.52% | 0.48% | - |
| HSV(B) | 2.79º | 0.69% | 0.74% | - |
| XYZ | 23.42 | 14.79 | 5.76 | - |
| YUV | 101.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 59 | 0 | 0.65 | 0.69 | 0.26 | 2.79 | 0.52 | 0.48 |
| Hex | BC | 41 | 3B | 0 | 41 | 45 | 1A | 3 | 34 | 30 |
| Octal | 274 | 101 | 73 | 0 | 101 | 105 | 32 | 3 | 64 | 60 |
| Binary | 10111100 | 1000001 | 111011 | 0 | 1000001 | 1000101 | 11010 | 11 | 110100 | 110000 |
Color Harmonies of #BC413B
Complementary color
Monochromatic Colors of #BC413B
Black with #BC413B
Text Example
Text Example
White with #BC413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC413B; }
p { color: rgb(188,65,59); }
H1.HeaderClassName
{
color: #BC413B;
}
.AnyTagClassName
{
color: #BC413B;
}
</style>
background-color css
<style>
a { background-color: #BC413B; }
a { background-color: rgb(188,65,59); }
div.DivClassName
{
background-color: #BC413B;
}
.BgClassName
{
background-color: #BC413B;
}
</style>
border-color css
<style>
span { border-color: #BC413B; }
span { border-color: rgb(188,65,59); }
td.TdClassName
{
border-color: #BC413B;
}
.TagClassName
{
border-color: #BC413B;
}
</style>