Shades of Medium Carmine #BC4236
Tints of Medium Carmine #BC4236
RGB
CMYK
RGB Variations
Color information
#BC4236 (or 0xBC4236) is known color: Medium Carmine. HEX triplet: BC, 42 and 36. RGB value is (188,66,54). Sum of RGB (Red+Green+Blue) = 188+66+54=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4236 is #43BDC9. Grayscale: #656565. Windows color (decimal): -4439498 or 3556028. OLE color: 3556028.
HSL color Cylindrical-coordinate representation of color #BC4236: hue angle of 5.37º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC4236 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 54 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.26 |
| HSL | 5.37º | 0.55% | 0.47% | - |
| HSV(B) | 5.37º | 0.71% | 0.74% | - |
| XYZ | 23.35 | 14.85 | 5.13 | - |
| YUV | 101.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 54 | 0 | 0.65 | 0.71 | 0.26 | 5.37 | 0.55 | 0.47 |
| Hex | BC | 42 | 36 | 0 | 41 | 47 | 1A | 5 | 37 | 2F |
| Octal | 274 | 102 | 66 | 0 | 101 | 107 | 32 | 5 | 67 | 57 |
| Binary | 10111100 | 1000010 | 110110 | 0 | 1000001 | 1000111 | 11010 | 101 | 110111 | 101111 |
Color Harmonies of #BC4236
Complementary color
Monochromatic Colors of #BC4236
Black with #BC4236
Text Example
Text Example
White with #BC4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4236; }
p { color: rgb(188,66,54); }
H1.HeaderClassName
{
color: #BC4236;
}
.AnyTagClassName
{
color: #BC4236;
}
</style>
background-color css
<style>
a { background-color: #BC4236; }
a { background-color: rgb(188,66,54); }
div.DivClassName
{
background-color: #BC4236;
}
.BgClassName
{
background-color: #BC4236;
}
</style>
border-color css
<style>
span { border-color: #BC4236; }
span { border-color: rgb(188,66,54); }
td.TdClassName
{
border-color: #BC4236;
}
.TagClassName
{
border-color: #BC4236;
}
</style>