Shades of Medium Carmine #BC3A33
Tints of Medium Carmine #BC3A33
RGB
CMYK
RGB Variations
Color information
#BC3A33 (or 0xBC3A33) is known color: Medium Carmine. HEX triplet: BC, 3A and 33. RGB value is (188,58,51). Sum of RGB (Red+Green+Blue) = 188+58+51=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A33 is #43C5CC. Grayscale: #606060. Windows color (decimal): -4441549 or 3357372. OLE color: 3357372.
HSL color Cylindrical-coordinate representation of color #BC3A33: hue angle of 3.07º 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 #BC3A33 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 51 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.26 |
| HSL | 3.07º | 0.57% | 0.47% | - |
| HSV(B) | 3.07º | 0.73% | 0.74% | - |
| XYZ | 22.85 | 13.96 | 4.62 | - |
| YUV | 96.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 51 | 0 | 0.69 | 0.73 | 0.26 | 3.07 | 0.57 | 0.47 |
| Hex | BC | 3A | 33 | 0 | 45 | 49 | 1A | 3 | 39 | 2F |
| Octal | 274 | 72 | 63 | 0 | 105 | 111 | 32 | 3 | 71 | 57 |
| Binary | 10111100 | 111010 | 110011 | 0 | 1000101 | 1001001 | 11010 | 11 | 111001 | 101111 |
Color Harmonies of #BC3A33
Complementary color
Monochromatic Colors of #BC3A33
Black with #BC3A33
Text Example
Text Example
White with #BC3A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A33; }
p { color: rgb(188,58,51); }
H1.HeaderClassName
{
color: #BC3A33;
}
.AnyTagClassName
{
color: #BC3A33;
}
</style>
background-color css
<style>
a { background-color: #BC3A33; }
a { background-color: rgb(188,58,51); }
div.DivClassName
{
background-color: #BC3A33;
}
.BgClassName
{
background-color: #BC3A33;
}
</style>
border-color css
<style>
span { border-color: #BC3A33; }
span { border-color: rgb(188,58,51); }
td.TdClassName
{
border-color: #BC3A33;
}
.TagClassName
{
border-color: #BC3A33;
}
</style>