Shades of Medium Carmine #BC3A34
Tints of Medium Carmine #BC3A34
RGB
CMYK
RGB Variations
Color information
#BC3A34 (or 0xBC3A34) is known color: Medium Carmine. HEX triplet: BC, 3A and 34. RGB value is (188,58,52). Sum of RGB (Red+Green+Blue) = 188+58+52=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A34 is #43C5CB. Grayscale: #606060. Windows color (decimal): -4441548 or 3422908. OLE color: 3422908.
HSL color Cylindrical-coordinate representation of color #BC3A34: hue angle of 2.65º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3A34 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 52 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.26 |
| HSL | 2.65º | 0.57% | 0.47% | - |
| HSV(B) | 2.65º | 0.72% | 0.74% | - |
| XYZ | 22.87 | 13.97 | 4.74 | - |
| YUV | 96.19 | 103.07 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 52 | 0 | 0.69 | 0.72 | 0.26 | 2.65 | 0.57 | 0.47 |
| Hex | BC | 3A | 34 | 0 | 45 | 48 | 1A | 3 | 39 | 2F |
| Octal | 274 | 72 | 64 | 0 | 105 | 110 | 32 | 3 | 71 | 57 |
| Binary | 10111100 | 111010 | 110100 | 0 | 1000101 | 1001000 | 11010 | 11 | 111001 | 101111 |
Color Harmonies of #BC3A34
Complementary color
Monochromatic Colors of #BC3A34
Black with #BC3A34
Text Example
Text Example
White with #BC3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A34; }
p { color: rgb(188,58,52); }
H1.HeaderClassName
{
color: #BC3A34;
}
.AnyTagClassName
{
color: #BC3A34;
}
</style>
background-color css
<style>
a { background-color: #BC3A34; }
a { background-color: rgb(188,58,52); }
div.DivClassName
{
background-color: #BC3A34;
}
.BgClassName
{
background-color: #BC3A34;
}
</style>
border-color css
<style>
span { border-color: #BC3A34; }
span { border-color: rgb(188,58,52); }
td.TdClassName
{
border-color: #BC3A34;
}
.TagClassName
{
border-color: #BC3A34;
}
</style>