Shades of Medium Carmine #BC3A29
Tints of Medium Carmine #BC3A29
RGB
CMYK
RGB Variations
Color information
#BC3A29 (or 0xBC3A29) is known color: Medium Carmine. HEX triplet: BC, 3A and 29. RGB value is (188,58,41). Sum of RGB (Red+Green+Blue) = 188+58+41=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A29 is #43C5D6. Grayscale: #5F5F5F. Windows color (decimal): -4441559 or 2702012. OLE color: 2702012.
HSL color Cylindrical-coordinate representation of color #BC3A29: hue angle of 6.94º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC3A29 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 41 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.26 |
| HSL | 6.94º | 0.64% | 0.45% | - |
| HSV(B) | 6.94º | 0.78% | 0.74% | - |
| XYZ | 22.65 | 13.88 | 3.58 | - |
| YUV | 94.93 | 97.57 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 41 | 0 | 0.69 | 0.78 | 0.26 | 6.94 | 0.64 | 0.45 |
| Hex | BC | 3A | 29 | 0 | 45 | 4E | 1A | 7 | 40 | 2D |
| Octal | 274 | 72 | 51 | 0 | 105 | 116 | 32 | 7 | 100 | 55 |
| Binary | 10111100 | 111010 | 101001 | 0 | 1000101 | 1001110 | 11010 | 111 | 1000000 | 101101 |
Color Harmonies of #BC3A29
Complementary color
Monochromatic Colors of #BC3A29
Black with #BC3A29
Text Example
Text Example
White with #BC3A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A29; }
p { color: rgb(188,58,41); }
H1.HeaderClassName
{
color: #BC3A29;
}
.AnyTagClassName
{
color: #BC3A29;
}
</style>
background-color css
<style>
a { background-color: #BC3A29; }
a { background-color: rgb(188,58,41); }
div.DivClassName
{
background-color: #BC3A29;
}
.BgClassName
{
background-color: #BC3A29;
}
</style>
border-color css
<style>
span { border-color: #BC3A29; }
span { border-color: rgb(188,58,41); }
td.TdClassName
{
border-color: #BC3A29;
}
.TagClassName
{
border-color: #BC3A29;
}
</style>