Shades of Medium Carmine #BC392A
Tints of Medium Carmine #BC392A
RGB
CMYK
RGB Variations
Color information
#BC392A (or 0xBC392A) is known color: Medium Carmine. HEX triplet: BC, 39 and 2A. RGB value is (188,57,42). Sum of RGB (Red+Green+Blue) = 188+57+42=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC392A is #43C6D5. Grayscale: #5E5E5E. Windows color (decimal): -4441814 or 2767292. OLE color: 2767292.
HSL color Cylindrical-coordinate representation of color #BC392A: hue angle of 6.16º degrees, saturation: 0.63, 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 #BC392A is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 42 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.26 |
| HSL | 6.16º | 0.63% | 0.45% | - |
| HSV(B) | 6.16º | 0.78% | 0.74% | - |
| XYZ | 22.62 | 13.78 | 3.66 | - |
| YUV | 94.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 42 | 0 | 0.70 | 0.78 | 0.26 | 6.16 | 0.63 | 0.45 |
| Hex | BC | 39 | 2A | 0 | 46 | 4E | 1A | 6 | 3F | 2D |
| Octal | 274 | 71 | 52 | 0 | 106 | 116 | 32 | 6 | 77 | 55 |
| Binary | 10111100 | 111001 | 101010 | 0 | 1000110 | 1001110 | 11010 | 110 | 111111 | 101101 |
Color Harmonies of #BC392A
Complementary color
Monochromatic Colors of #BC392A
Black with #BC392A
Text Example
Text Example
White with #BC392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC392A; }
p { color: rgb(188,57,42); }
H1.HeaderClassName
{
color: #BC392A;
}
.AnyTagClassName
{
color: #BC392A;
}
</style>
background-color css
<style>
a { background-color: #BC392A; }
a { background-color: rgb(188,57,42); }
div.DivClassName
{
background-color: #BC392A;
}
.BgClassName
{
background-color: #BC392A;
}
</style>
border-color css
<style>
span { border-color: #BC392A; }
span { border-color: rgb(188,57,42); }
td.TdClassName
{
border-color: #BC392A;
}
.TagClassName
{
border-color: #BC392A;
}
</style>