Shades of Medium Carmine #BC4026
Tints of Medium Carmine #BC4026
RGB
CMYK
RGB Variations
Color information
#BC4026 (or 0xBC4026) is known color: Medium Carmine. HEX triplet: BC, 40 and 26. RGB value is (188,64,38). Sum of RGB (Red+Green+Blue) = 188+64+38=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4026 is #43BFD9. Grayscale: #626262. Windows color (decimal): -4440026 or 2506940. OLE color: 2506940.
HSL color Cylindrical-coordinate representation of color #BC4026: hue angle of 10.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC4026 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 38 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.26 |
| HSL | 10.4º | 0.66% | 0.44% | - |
| HSV(B) | 10.4º | 0.8% | 0.74% | - |
| XYZ | 22.92 | 14.5 | 3.42 | - |
| YUV | 98.11 | 94.08 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 38 | 0 | 0.66 | 0.80 | 0.26 | 10.4 | 0.66 | 0.44 |
| Hex | BC | 40 | 26 | 0 | 42 | 50 | 1A | A | 42 | 2C |
| Octal | 274 | 100 | 46 | 0 | 102 | 120 | 32 | 12 | 102 | 54 |
| Binary | 10111100 | 1000000 | 100110 | 0 | 1000010 | 1010000 | 11010 | 1010 | 1000010 | 101100 |
Color Harmonies of #BC4026
Complementary color
Monochromatic Colors of #BC4026
Black with #BC4026
Text Example
Text Example
White with #BC4026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4026; }
p { color: rgb(188,64,38); }
H1.HeaderClassName
{
color: #BC4026;
}
.AnyTagClassName
{
color: #BC4026;
}
</style>
background-color css
<style>
a { background-color: #BC4026; }
a { background-color: rgb(188,64,38); }
div.DivClassName
{
background-color: #BC4026;
}
.BgClassName
{
background-color: #BC4026;
}
</style>
border-color css
<style>
span { border-color: #BC4026; }
span { border-color: rgb(188,64,38); }
td.TdClassName
{
border-color: #BC4026;
}
.TagClassName
{
border-color: #BC4026;
}
</style>