Shades of Medium Carmine #BC403C
Tints of Medium Carmine #BC403C
RGB
CMYK
RGB Variations
Color information
#BC403C (or 0xBC403C) is known color: Medium Carmine. HEX triplet: BC, 40 and 3C. RGB value is (188,64,60). Sum of RGB (Red+Green+Blue) = 188+64+60=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC403C is #43BFC3. Grayscale: #646464. Windows color (decimal): -4440004 or 3948732. OLE color: 3948732.
HSL color Cylindrical-coordinate representation of color #BC403C: hue angle of 1.88º degrees, saturation: 0.52, 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 #BC403C is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 60 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.26 |
| HSL | 1.88º | 0.52% | 0.49% | - |
| HSV(B) | 1.88º | 0.68% | 0.74% | - |
| XYZ | 23.39 | 14.68 | 5.88 | - |
| YUV | 100.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 60 | 0 | 0.66 | 0.68 | 0.26 | 1.88 | 0.52 | 0.49 |
| Hex | BC | 40 | 3C | 0 | 42 | 44 | 1A | 2 | 34 | 31 |
| Octal | 274 | 100 | 74 | 0 | 102 | 104 | 32 | 2 | 64 | 61 |
| Binary | 10111100 | 1000000 | 111100 | 0 | 1000010 | 1000100 | 11010 | 10 | 110100 | 110001 |
Color Harmonies of #BC403C
Complementary color
Monochromatic Colors of #BC403C
Black with #BC403C
Text Example
Text Example
White with #BC403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC403C; }
p { color: rgb(188,64,60); }
H1.HeaderClassName
{
color: #BC403C;
}
.AnyTagClassName
{
color: #BC403C;
}
</style>
background-color css
<style>
a { background-color: #BC403C; }
a { background-color: rgb(188,64,60); }
div.DivClassName
{
background-color: #BC403C;
}
.BgClassName
{
background-color: #BC403C;
}
</style>
border-color css
<style>
span { border-color: #BC403C; }
span { border-color: rgb(188,64,60); }
td.TdClassName
{
border-color: #BC403C;
}
.TagClassName
{
border-color: #BC403C;
}
</style>