Shades of Medium Carmine #BE3C2C
Tints of Medium Carmine #BE3C2C
RGB
CMYK
RGB Variations
Color information
#BE3C2C (or 0xBE3C2C) is known color: Medium Carmine. HEX triplet: BE, 3C and 2C. RGB value is (190,60,44). Sum of RGB (Red+Green+Blue) = 190+60+44=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C2C is #41C3D3. Grayscale: #616161. Windows color (decimal): -4309972 or 2899134. OLE color: 2899134.
HSL color Cylindrical-coordinate representation of color #BE3C2C: hue angle of 6.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE3C2C is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 44 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.25 |
| HSL | 6.58º | 0.62% | 0.46% | - |
| HSV(B) | 6.58º | 0.77% | 0.75% | - |
| XYZ | 23.31 | 14.36 | 3.93 | - |
| YUV | 97.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 44 | 0 | 0.68 | 0.77 | 0.25 | 6.58 | 0.62 | 0.46 |
| Hex | BE | 3C | 2C | 0 | 44 | 4D | 19 | 7 | 3E | 2E |
| Octal | 276 | 74 | 54 | 0 | 104 | 115 | 31 | 7 | 76 | 56 |
| Binary | 10111110 | 111100 | 101100 | 0 | 1000100 | 1001101 | 11001 | 111 | 111110 | 101110 |
Color Harmonies of #BE3C2C
Complementary color
Monochromatic Colors of #BE3C2C
Black with #BE3C2C
Text Example
Text Example
White with #BE3C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C2C; }
p { color: rgb(190,60,44); }
H1.HeaderClassName
{
color: #BE3C2C;
}
.AnyTagClassName
{
color: #BE3C2C;
}
</style>
background-color css
<style>
a { background-color: #BE3C2C; }
a { background-color: rgb(190,60,44); }
div.DivClassName
{
background-color: #BE3C2C;
}
.BgClassName
{
background-color: #BE3C2C;
}
</style>
border-color css
<style>
span { border-color: #BE3C2C; }
span { border-color: rgb(190,60,44); }
td.TdClassName
{
border-color: #BE3C2C;
}
.TagClassName
{
border-color: #BE3C2C;
}
</style>