Shades of Medium Carmine #BC3C29
Tints of Medium Carmine #BC3C29
RGB
CMYK
RGB Variations
Color information
#BC3C29 (or 0xBC3C29) is known color: Medium Carmine. HEX triplet: BC, 3C and 29. RGB value is (188,60,41). Sum of RGB (Red+Green+Blue) = 188+60+41=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C29 is #43C3D6. Grayscale: #606060. Windows color (decimal): -4441047 or 2702524. OLE color: 2702524.
HSL color Cylindrical-coordinate representation of color #BC3C29: hue angle of 7.76º 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 #BC3C29 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 41 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.26 |
| HSL | 7.76º | 0.64% | 0.45% | - |
| HSV(B) | 7.76º | 0.78% | 0.74% | - |
| XYZ | 22.76 | 14.08 | 3.62 | - |
| YUV | 96.11 | 96.91 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 41 | 0 | 0.68 | 0.78 | 0.26 | 7.76 | 0.64 | 0.45 |
| Hex | BC | 3C | 29 | 0 | 44 | 4E | 1A | 8 | 40 | 2D |
| Octal | 274 | 74 | 51 | 0 | 104 | 116 | 32 | 10 | 100 | 55 |
| Binary | 10111100 | 111100 | 101001 | 0 | 1000100 | 1001110 | 11010 | 1000 | 1000000 | 101101 |
Color Harmonies of #BC3C29
Complementary color
Monochromatic Colors of #BC3C29
Black with #BC3C29
Text Example
Text Example
White with #BC3C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C29; }
p { color: rgb(188,60,41); }
H1.HeaderClassName
{
color: #BC3C29;
}
.AnyTagClassName
{
color: #BC3C29;
}
</style>
background-color css
<style>
a { background-color: #BC3C29; }
a { background-color: rgb(188,60,41); }
div.DivClassName
{
background-color: #BC3C29;
}
.BgClassName
{
background-color: #BC3C29;
}
</style>
border-color css
<style>
span { border-color: #BC3C29; }
span { border-color: rgb(188,60,41); }
td.TdClassName
{
border-color: #BC3C29;
}
.TagClassName
{
border-color: #BC3C29;
}
</style>