Shades of Medium Carmine #BC3A2F
Tints of Medium Carmine #BC3A2F
RGB
CMYK
RGB Variations
Color information
#BC3A2F (or 0xBC3A2F) is known color: Medium Carmine. HEX triplet: BC, 3A and 2F. RGB value is (188,58,47). Sum of RGB (Red+Green+Blue) = 188+58+47=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A2F is #43C5D0. Grayscale: #5F5F5F. Windows color (decimal): -4441553 or 3095228. OLE color: 3095228.
HSL color Cylindrical-coordinate representation of color #BC3A2F: hue angle of 4.68º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3A2F is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 47 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.26 |
| HSL | 4.68º | 0.6% | 0.46% | - |
| HSV(B) | 4.68º | 0.75% | 0.74% | - |
| XYZ | 22.77 | 13.92 | 4.18 | - |
| YUV | 95.62 | 100.57 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 47 | 0 | 0.69 | 0.75 | 0.26 | 4.68 | 0.6 | 0.46 |
| Hex | BC | 3A | 2F | 0 | 45 | 4B | 1A | 5 | 3C | 2E |
| Octal | 274 | 72 | 57 | 0 | 105 | 113 | 32 | 5 | 74 | 56 |
| Binary | 10111100 | 111010 | 101111 | 0 | 1000101 | 1001011 | 11010 | 101 | 111100 | 101110 |
Color Harmonies of #BC3A2F
Complementary color
Monochromatic Colors of #BC3A2F
Black with #BC3A2F
Text Example
Text Example
White with #BC3A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A2F; }
p { color: rgb(188,58,47); }
H1.HeaderClassName
{
color: #BC3A2F;
}
.AnyTagClassName
{
color: #BC3A2F;
}
</style>
background-color css
<style>
a { background-color: #BC3A2F; }
a { background-color: rgb(188,58,47); }
div.DivClassName
{
background-color: #BC3A2F;
}
.BgClassName
{
background-color: #BC3A2F;
}
</style>
border-color css
<style>
span { border-color: #BC3A2F; }
span { border-color: rgb(188,58,47); }
td.TdClassName
{
border-color: #BC3A2F;
}
.TagClassName
{
border-color: #BC3A2F;
}
</style>