Shades of Medium Carmine #BC3838
Tints of Medium Carmine #BC3838
RGB
CMYK
RGB Variations
Color information
#BC3838 (or 0xBC3838) is known color: Medium Carmine. HEX triplet: BC, 38 and 38. RGB value is (188,56,56). Sum of RGB (Red+Green+Blue) = 188+56+56=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3838 is #43C7C7. Grayscale: #5F5F5F. Windows color (decimal): -4442056 or 3684540. OLE color: 3684540.
HSL color Cylindrical-coordinate representation of color #BC3838: hue angle of 0º 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 #BC3838 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 56 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.26 |
| HSL | 0º | 0.54% | 0.48% | - |
| HSV(B) | 0º | 0.7% | 0.74% | - |
| XYZ | 22.87 | 13.81 | 5.2 | - |
| YUV | 95.47 | 105.73 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 56 | 0 | 0.70 | 0.70 | 0.26 | 0 | 0.54 | 0.48 |
| Hex | BC | 38 | 38 | 0 | 46 | 46 | 1A | 0 | 36 | 30 |
| Octal | 274 | 70 | 70 | 0 | 106 | 106 | 32 | 0 | 66 | 60 |
| Binary | 10111100 | 111000 | 111000 | 0 | 1000110 | 1000110 | 11010 | 0 | 110110 | 110000 |
Color Harmonies of #BC3838
Complementary color
Monochromatic Colors of #BC3838
Black with #BC3838
Text Example
Text Example
White with #BC3838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3838; }
p { color: rgb(188,56,56); }
H1.HeaderClassName
{
color: #BC3838;
}
.AnyTagClassName
{
color: #BC3838;
}
</style>
background-color css
<style>
a { background-color: #BC3838; }
a { background-color: rgb(188,56,56); }
div.DivClassName
{
background-color: #BC3838;
}
.BgClassName
{
background-color: #BC3838;
}
</style>
border-color css
<style>
span { border-color: #BC3838; }
span { border-color: rgb(188,56,56); }
td.TdClassName
{
border-color: #BC3838;
}
.TagClassName
{
border-color: #BC3838;
}
</style>