Shades of Medium Carmine #BE3C3C
Tints of Medium Carmine #BE3C3C
RGB
CMYK
RGB Variations
Color information
#BE3C3C (or 0xBE3C3C) is known color: Medium Carmine. HEX triplet: BE, 3C and 3C. RGB value is (190,60,60). Sum of RGB (Red+Green+Blue) = 190+60+60=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C3C is #41C3C3. Grayscale: #636363. Windows color (decimal): -4309956 or 3947710. OLE color: 3947710.
HSL color Cylindrical-coordinate representation of color #BE3C3C: hue angle of 0º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3C3C is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 60 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.25 |
| HSL | 0º | 0.52% | 0.49% | - |
| HSV(B) | 0º | 0.68% | 0.75% | - |
| XYZ | 23.67 | 14.51 | 5.83 | - |
| YUV | 98.87 | 106.07 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 60 | 0 | 0.68 | 0.68 | 0.25 | 0 | 0.52 | 0.49 |
| Hex | BE | 3C | 3C | 0 | 44 | 44 | 19 | 0 | 34 | 31 |
| Octal | 276 | 74 | 74 | 0 | 104 | 104 | 31 | 0 | 64 | 61 |
| Binary | 10111110 | 111100 | 111100 | 0 | 1000100 | 1000100 | 11001 | 0 | 110100 | 110001 |
Color Harmonies of #BE3C3C
Complementary color
Monochromatic Colors of #BE3C3C
Black with #BE3C3C
Text Example
Text Example
White with #BE3C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C3C; }
p { color: rgb(190,60,60); }
H1.HeaderClassName
{
color: #BE3C3C;
}
.AnyTagClassName
{
color: #BE3C3C;
}
</style>
background-color css
<style>
a { background-color: #BE3C3C; }
a { background-color: rgb(190,60,60); }
div.DivClassName
{
background-color: #BE3C3C;
}
.BgClassName
{
background-color: #BE3C3C;
}
</style>
border-color css
<style>
span { border-color: #BE3C3C; }
span { border-color: rgb(190,60,60); }
td.TdClassName
{
border-color: #BE3C3C;
}
.TagClassName
{
border-color: #BE3C3C;
}
</style>