Shades of Medium Carmine #BC413A
Tints of Medium Carmine #BC413A
RGB
CMYK
RGB Variations
Color information
#BC413A (or 0xBC413A) is known color: Medium Carmine. HEX triplet: BC, 41 and 3A. RGB value is (188,65,58). Sum of RGB (Red+Green+Blue) = 188+65+58=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC413A is #43BEC5. Grayscale: #656565. Windows color (decimal): -4439750 or 3817916. OLE color: 3817916.
HSL color Cylindrical-coordinate representation of color #BC413A: hue angle of 3.23º degrees, saturation: 0.53, 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 #BC413A is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 58 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.26 |
| HSL | 3.23º | 0.53% | 0.48% | - |
| HSV(B) | 3.23º | 0.69% | 0.74% | - |
| XYZ | 23.39 | 14.78 | 5.62 | - |
| YUV | 100.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 58 | 0 | 0.65 | 0.69 | 0.26 | 3.23 | 0.53 | 0.48 |
| Hex | BC | 41 | 3A | 0 | 41 | 45 | 1A | 3 | 35 | 30 |
| Octal | 274 | 101 | 72 | 0 | 101 | 105 | 32 | 3 | 65 | 60 |
| Binary | 10111100 | 1000001 | 111010 | 0 | 1000001 | 1000101 | 11010 | 11 | 110101 | 110000 |
Color Harmonies of #BC413A
Complementary color
Monochromatic Colors of #BC413A
Black with #BC413A
Text Example
Text Example
White with #BC413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC413A; }
p { color: rgb(188,65,58); }
H1.HeaderClassName
{
color: #BC413A;
}
.AnyTagClassName
{
color: #BC413A;
}
</style>
background-color css
<style>
a { background-color: #BC413A; }
a { background-color: rgb(188,65,58); }
div.DivClassName
{
background-color: #BC413A;
}
.BgClassName
{
background-color: #BC413A;
}
</style>
border-color css
<style>
span { border-color: #BC413A; }
span { border-color: rgb(188,65,58); }
td.TdClassName
{
border-color: #BC413A;
}
.TagClassName
{
border-color: #BC413A;
}
</style>