Shades of Medium Carmine #BC4038
Tints of Medium Carmine #BC4038
RGB
CMYK
RGB Variations
Color information
#BC4038 (or 0xBC4038) is known color: Medium Carmine. HEX triplet: BC, 40 and 38. RGB value is (188,64,56). Sum of RGB (Red+Green+Blue) = 188+64+56=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4038 is #43BFC7. Grayscale: #646464. Windows color (decimal): -4440008 or 3686588. OLE color: 3686588.
HSL color Cylindrical-coordinate representation of color #BC4038: hue angle of 3.64º 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 #BC4038 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 56 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.26 |
| HSL | 3.64º | 0.54% | 0.48% | - |
| HSV(B) | 3.64º | 0.7% | 0.74% | - |
| XYZ | 23.29 | 14.64 | 5.34 | - |
| YUV | 100.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 56 | 0 | 0.66 | 0.70 | 0.26 | 3.64 | 0.54 | 0.48 |
| Hex | BC | 40 | 38 | 0 | 42 | 46 | 1A | 4 | 36 | 30 |
| Octal | 274 | 100 | 70 | 0 | 102 | 106 | 32 | 4 | 66 | 60 |
| Binary | 10111100 | 1000000 | 111000 | 0 | 1000010 | 1000110 | 11010 | 100 | 110110 | 110000 |
Color Harmonies of #BC4038
Complementary color
Monochromatic Colors of #BC4038
Black with #BC4038
Text Example
Text Example
White with #BC4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4038; }
p { color: rgb(188,64,56); }
H1.HeaderClassName
{
color: #BC4038;
}
.AnyTagClassName
{
color: #BC4038;
}
</style>
background-color css
<style>
a { background-color: #BC4038; }
a { background-color: rgb(188,64,56); }
div.DivClassName
{
background-color: #BC4038;
}
.BgClassName
{
background-color: #BC4038;
}
</style>
border-color css
<style>
span { border-color: #BC4038; }
span { border-color: rgb(188,64,56); }
td.TdClassName
{
border-color: #BC4038;
}
.TagClassName
{
border-color: #BC4038;
}
</style>