Shades of Medium Carmine #BC3D36
Tints of Medium Carmine #BC3D36
RGB
CMYK
RGB Variations
Color information
#BC3D36 (or 0xBC3D36) is known color: Medium Carmine. HEX triplet: BC, 3D and 36. RGB value is (188,61,54). Sum of RGB (Red+Green+Blue) = 188+61+54=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D36 is #43C2C9. Grayscale: #626262. Windows color (decimal): -4440778 or 3554748. OLE color: 3554748.
HSL color Cylindrical-coordinate representation of color #BC3D36: hue angle of 3.13º 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 #BC3D36 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 54 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.26 |
| HSL | 3.13º | 0.55% | 0.47% | - |
| HSV(B) | 3.13º | 0.71% | 0.74% | - |
| XYZ | 23.07 | 14.3 | 5.03 | - |
| YUV | 98.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 54 | 0 | 0.68 | 0.71 | 0.26 | 3.13 | 0.55 | 0.47 |
| Hex | BC | 3D | 36 | 0 | 44 | 47 | 1A | 3 | 37 | 2F |
| Octal | 274 | 75 | 66 | 0 | 104 | 107 | 32 | 3 | 67 | 57 |
| Binary | 10111100 | 111101 | 110110 | 0 | 1000100 | 1000111 | 11010 | 11 | 110111 | 101111 |
Color Harmonies of #BC3D36
Complementary color
Monochromatic Colors of #BC3D36
Black with #BC3D36
Text Example
Text Example
White with #BC3D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D36; }
p { color: rgb(188,61,54); }
H1.HeaderClassName
{
color: #BC3D36;
}
.AnyTagClassName
{
color: #BC3D36;
}
</style>
background-color css
<style>
a { background-color: #BC3D36; }
a { background-color: rgb(188,61,54); }
div.DivClassName
{
background-color: #BC3D36;
}
.BgClassName
{
background-color: #BC3D36;
}
</style>
border-color css
<style>
span { border-color: #BC3D36; }
span { border-color: rgb(188,61,54); }
td.TdClassName
{
border-color: #BC3D36;
}
.TagClassName
{
border-color: #BC3D36;
}
</style>