Shades of Medium Carmine #BC4238
Tints of Medium Carmine #BC4238
RGB
CMYK
RGB Variations
Color information
#BC4238 (or 0xBC4238) is known color: Medium Carmine. HEX triplet: BC, 42 and 38. RGB value is (188,66,56). Sum of RGB (Red+Green+Blue) = 188+66+56=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4238 is #43BDC7. Grayscale: #656565. Windows color (decimal): -4439496 or 3687100. OLE color: 3687100.
HSL color Cylindrical-coordinate representation of color #BC4238: hue angle of 4.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4238 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 56 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.26 |
| HSL | 4.55º | 0.54% | 0.48% | - |
| HSV(B) | 4.55º | 0.7% | 0.74% | - |
| XYZ | 23.4 | 14.87 | 5.38 | - |
| YUV | 101.34 | 102.42 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 56 | 0 | 0.65 | 0.70 | 0.26 | 4.55 | 0.54 | 0.48 |
| Hex | BC | 42 | 38 | 0 | 41 | 46 | 1A | 5 | 36 | 30 |
| Octal | 274 | 102 | 70 | 0 | 101 | 106 | 32 | 5 | 66 | 60 |
| Binary | 10111100 | 1000010 | 111000 | 0 | 1000001 | 1000110 | 11010 | 101 | 110110 | 110000 |
Color Harmonies of #BC4238
Complementary color
Monochromatic Colors of #BC4238
Black with #BC4238
Text Example
Text Example
White with #BC4238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4238; }
p { color: rgb(188,66,56); }
H1.HeaderClassName
{
color: #BC4238;
}
.AnyTagClassName
{
color: #BC4238;
}
</style>
background-color css
<style>
a { background-color: #BC4238; }
a { background-color: rgb(188,66,56); }
div.DivClassName
{
background-color: #BC4238;
}
.BgClassName
{
background-color: #BC4238;
}
</style>
border-color css
<style>
span { border-color: #BC4238; }
span { border-color: rgb(188,66,56); }
td.TdClassName
{
border-color: #BC4238;
}
.TagClassName
{
border-color: #BC4238;
}
</style>