Shades of Medium Carmine #BC3932
Tints of Medium Carmine #BC3932
RGB
CMYK
RGB Variations
Color information
#BC3932 (or 0xBC3932) is known color: Medium Carmine. HEX triplet: BC, 39 and 32. RGB value is (188,57,50). Sum of RGB (Red+Green+Blue) = 188+57+50=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3932 is #43C6CD. Grayscale: #5F5F5F. Windows color (decimal): -4441806 or 3291580. OLE color: 3291580.
HSL color Cylindrical-coordinate representation of color #BC3932: hue angle of 3.04º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3932 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 50 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.26 |
| HSL | 3.04º | 0.58% | 0.47% | - |
| HSV(B) | 3.04º | 0.73% | 0.74% | - |
| XYZ | 22.78 | 13.85 | 4.49 | - |
| YUV | 95.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 50 | 0 | 0.70 | 0.73 | 0.26 | 3.04 | 0.58 | 0.47 |
| Hex | BC | 39 | 32 | 0 | 46 | 49 | 1A | 3 | 3A | 2F |
| Octal | 274 | 71 | 62 | 0 | 106 | 111 | 32 | 3 | 72 | 57 |
| Binary | 10111100 | 111001 | 110010 | 0 | 1000110 | 1001001 | 11010 | 11 | 111010 | 101111 |
Color Harmonies of #BC3932
Complementary color
Monochromatic Colors of #BC3932
Black with #BC3932
Text Example
Text Example
White with #BC3932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3932; }
p { color: rgb(188,57,50); }
H1.HeaderClassName
{
color: #BC3932;
}
.AnyTagClassName
{
color: #BC3932;
}
</style>
background-color css
<style>
a { background-color: #BC3932; }
a { background-color: rgb(188,57,50); }
div.DivClassName
{
background-color: #BC3932;
}
.BgClassName
{
background-color: #BC3932;
}
</style>
border-color css
<style>
span { border-color: #BC3932; }
span { border-color: rgb(188,57,50); }
td.TdClassName
{
border-color: #BC3932;
}
.TagClassName
{
border-color: #BC3932;
}
</style>