Shades of Medium Carmine #BC4033
Tints of Medium Carmine #BC4033
RGB
CMYK
RGB Variations
Color information
#BC4033 (or 0xBC4033) is known color: Medium Carmine. HEX triplet: BC, 40 and 33. RGB value is (188,64,51). Sum of RGB (Red+Green+Blue) = 188+64+51=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4033 is #43BFCC. Grayscale: #636363. Windows color (decimal): -4440013 or 3358908. OLE color: 3358908.
HSL color Cylindrical-coordinate representation of color #BC4033: hue angle of 5.69º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC4033 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 51 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.26 |
| HSL | 5.69º | 0.57% | 0.47% | - |
| HSV(B) | 5.69º | 0.73% | 0.74% | - |
| XYZ | 23.17 | 14.6 | 4.73 | - |
| YUV | 99.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 51 | 0 | 0.66 | 0.73 | 0.26 | 5.69 | 0.57 | 0.47 |
| Hex | BC | 40 | 33 | 0 | 42 | 49 | 1A | 6 | 39 | 2F |
| Octal | 274 | 100 | 63 | 0 | 102 | 111 | 32 | 6 | 71 | 57 |
| Binary | 10111100 | 1000000 | 110011 | 0 | 1000010 | 1001001 | 11010 | 110 | 111001 | 101111 |
Color Harmonies of #BC4033
Complementary color
Monochromatic Colors of #BC4033
Black with #BC4033
Text Example
Text Example
White with #BC4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4033; }
p { color: rgb(188,64,51); }
H1.HeaderClassName
{
color: #BC4033;
}
.AnyTagClassName
{
color: #BC4033;
}
</style>
background-color css
<style>
a { background-color: #BC4033; }
a { background-color: rgb(188,64,51); }
div.DivClassName
{
background-color: #BC4033;
}
.BgClassName
{
background-color: #BC4033;
}
</style>
border-color css
<style>
span { border-color: #BC4033; }
span { border-color: rgb(188,64,51); }
td.TdClassName
{
border-color: #BC4033;
}
.TagClassName
{
border-color: #BC4033;
}
</style>