Shades of Medium Carmine #BC3F26
Tints of Medium Carmine #BC3F26
RGB
CMYK
RGB Variations
Color information
#BC3F26 (or 0xBC3F26) is known color: Medium Carmine. HEX triplet: BC, 3F and 26. RGB value is (188,63,38). Sum of RGB (Red+Green+Blue) = 188+63+38=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3F26 is #43C0D9. Grayscale: #616161. Windows color (decimal): -4440282 or 2506684. OLE color: 2506684.
HSL color Cylindrical-coordinate representation of color #BC3F26: hue angle of 10º 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 #BC3F26 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 38 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.26 |
| HSL | 10º | 0.66% | 0.44% | - |
| HSV(B) | 10º | 0.8% | 0.74% | - |
| XYZ | 22.87 | 14.39 | 3.41 | - |
| YUV | 97.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 38 | 0 | 0.66 | 0.80 | 0.26 | 10 | 0.66 | 0.44 |
| Hex | BC | 3F | 26 | 0 | 42 | 50 | 1A | A | 42 | 2C |
| Octal | 274 | 77 | 46 | 0 | 102 | 120 | 32 | 12 | 102 | 54 |
| Binary | 10111100 | 111111 | 100110 | 0 | 1000010 | 1010000 | 11010 | 1010 | 1000010 | 101100 |
Color Harmonies of #BC3F26
Complementary color
Monochromatic Colors of #BC3F26
Black with #BC3F26
Text Example
Text Example
White with #BC3F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F26; }
p { color: rgb(188,63,38); }
H1.HeaderClassName
{
color: #BC3F26;
}
.AnyTagClassName
{
color: #BC3F26;
}
</style>
background-color css
<style>
a { background-color: #BC3F26; }
a { background-color: rgb(188,63,38); }
div.DivClassName
{
background-color: #BC3F26;
}
.BgClassName
{
background-color: #BC3F26;
}
</style>
border-color css
<style>
span { border-color: #BC3F26; }
span { border-color: rgb(188,63,38); }
td.TdClassName
{
border-color: #BC3F26;
}
.TagClassName
{
border-color: #BC3F26;
}
</style>