Shades of Medium Carmine #BC423C
Tints of Medium Carmine #BC423C
RGB
CMYK
RGB Variations
Color information
#BC423C (or 0xBC423C) is known color: Medium Carmine. HEX triplet: BC, 42 and 3C. RGB value is (188,66,60). Sum of RGB (Red+Green+Blue) = 188+66+60=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC423C is #43BDC3. Grayscale: #656565. Windows color (decimal): -4439492 or 3949244. OLE color: 3949244.
HSL color Cylindrical-coordinate representation of color #BC423C: hue angle of 2.81º 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 #BC423C is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 60 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.26 |
| HSL | 2.81º | 0.52% | 0.49% | - |
| HSV(B) | 2.81º | 0.68% | 0.74% | - |
| XYZ | 23.5 | 14.91 | 5.91 | - |
| YUV | 101.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 60 | 0 | 0.65 | 0.68 | 0.26 | 2.81 | 0.52 | 0.49 |
| Hex | BC | 42 | 3C | 0 | 41 | 44 | 1A | 3 | 34 | 31 |
| Octal | 274 | 102 | 74 | 0 | 101 | 104 | 32 | 3 | 64 | 61 |
| Binary | 10111100 | 1000010 | 111100 | 0 | 1000001 | 1000100 | 11010 | 11 | 110100 | 110001 |
Color Harmonies of #BC423C
Complementary color
Monochromatic Colors of #BC423C
Black with #BC423C
Text Example
Text Example
White with #BC423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC423C; }
p { color: rgb(188,66,60); }
H1.HeaderClassName
{
color: #BC423C;
}
.AnyTagClassName
{
color: #BC423C;
}
</style>
background-color css
<style>
a { background-color: #BC423C; }
a { background-color: rgb(188,66,60); }
div.DivClassName
{
background-color: #BC423C;
}
.BgClassName
{
background-color: #BC423C;
}
</style>
border-color css
<style>
span { border-color: #BC423C; }
span { border-color: rgb(188,66,60); }
td.TdClassName
{
border-color: #BC423C;
}
.TagClassName
{
border-color: #BC423C;
}
</style>