Shades of Medium Carmine #BC392F
Tints of Medium Carmine #BC392F
RGB
CMYK
RGB Variations
Color information
#BC392F (or 0xBC392F) is known color: Medium Carmine. HEX triplet: BC, 39 and 2F. RGB value is (188,57,47). Sum of RGB (Red+Green+Blue) = 188+57+47=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC392F is #43C6D0. Grayscale: #5F5F5F. Windows color (decimal): -4441809 or 3094972. OLE color: 3094972.
HSL color Cylindrical-coordinate representation of color #BC392F: hue angle of 4.26º 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 #BC392F is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 47 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.26 |
| HSL | 4.26º | 0.6% | 0.46% | - |
| HSV(B) | 4.26º | 0.75% | 0.74% | - |
| XYZ | 22.72 | 13.82 | 4.16 | - |
| YUV | 95.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 47 | 0 | 0.70 | 0.75 | 0.26 | 4.26 | 0.6 | 0.46 |
| Hex | BC | 39 | 2F | 0 | 46 | 4B | 1A | 4 | 3C | 2E |
| Octal | 274 | 71 | 57 | 0 | 106 | 113 | 32 | 4 | 74 | 56 |
| Binary | 10111100 | 111001 | 101111 | 0 | 1000110 | 1001011 | 11010 | 100 | 111100 | 101110 |
Color Harmonies of #BC392F
Complementary color
Monochromatic Colors of #BC392F
Black with #BC392F
Text Example
Text Example
White with #BC392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC392F; }
p { color: rgb(188,57,47); }
H1.HeaderClassName
{
color: #BC392F;
}
.AnyTagClassName
{
color: #BC392F;
}
</style>
background-color css
<style>
a { background-color: #BC392F; }
a { background-color: rgb(188,57,47); }
div.DivClassName
{
background-color: #BC392F;
}
.BgClassName
{
background-color: #BC392F;
}
</style>
border-color css
<style>
span { border-color: #BC392F; }
span { border-color: rgb(188,57,47); }
td.TdClassName
{
border-color: #BC392F;
}
.TagClassName
{
border-color: #BC392F;
}
</style>