Shades of Medium Carmine #BC4027
Tints of Medium Carmine #BC4027
RGB
CMYK
RGB Variations
Color information
#BC4027 (or 0xBC4027) is known color: Medium Carmine. HEX triplet: BC, 40 and 27. RGB value is (188,64,39). Sum of RGB (Red+Green+Blue) = 188+64+39=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4027 is #43BFD8. Grayscale: #626262. Windows color (decimal): -4440025 or 2572476. OLE color: 2572476.
HSL color Cylindrical-coordinate representation of color #BC4027: hue angle of 10.07º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC4027 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 39 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.26 |
| HSL | 10.07º | 0.66% | 0.45% | - |
| HSV(B) | 10.07º | 0.79% | 0.74% | - |
| XYZ | 22.94 | 14.5 | 3.51 | - |
| YUV | 98.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 39 | 0 | 0.66 | 0.79 | 0.26 | 10.07 | 0.66 | 0.45 |
| Hex | BC | 40 | 27 | 0 | 42 | 4F | 1A | A | 42 | 2D |
| Octal | 274 | 100 | 47 | 0 | 102 | 117 | 32 | 12 | 102 | 55 |
| Binary | 10111100 | 1000000 | 100111 | 0 | 1000010 | 1001111 | 11010 | 1010 | 1000010 | 101101 |
Color Harmonies of #BC4027
Complementary color
Monochromatic Colors of #BC4027
Black with #BC4027
Text Example
Text Example
White with #BC4027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4027; }
p { color: rgb(188,64,39); }
H1.HeaderClassName
{
color: #BC4027;
}
.AnyTagClassName
{
color: #BC4027;
}
</style>
background-color css
<style>
a { background-color: #BC4027; }
a { background-color: rgb(188,64,39); }
div.DivClassName
{
background-color: #BC4027;
}
.BgClassName
{
background-color: #BC4027;
}
</style>
border-color css
<style>
span { border-color: #BC4027; }
span { border-color: rgb(188,64,39); }
td.TdClassName
{
border-color: #BC4027;
}
.TagClassName
{
border-color: #BC4027;
}
</style>