Shades of Medium Carmine #BE3C2D
Tints of Medium Carmine #BE3C2D
RGB
CMYK
RGB Variations
Color information
#BE3C2D (or 0xBE3C2D) is known color: Medium Carmine. HEX triplet: BE, 3C and 2D. RGB value is (190,60,45). Sum of RGB (Red+Green+Blue) = 190+60+45=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C2D is #41C3D2. Grayscale: #616161. Windows color (decimal): -4309971 or 2964670. OLE color: 2964670.
HSL color Cylindrical-coordinate representation of color #BE3C2D: hue angle of 6.21º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE3C2D is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 45 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.25 |
| HSL | 6.21º | 0.62% | 0.46% | - |
| HSV(B) | 6.21º | 0.76% | 0.75% | - |
| XYZ | 23.32 | 14.37 | 4.03 | - |
| YUV | 97.16 | 98.57 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 45 | 0 | 0.68 | 0.76 | 0.25 | 6.21 | 0.62 | 0.46 |
| Hex | BE | 3C | 2D | 0 | 44 | 4C | 19 | 6 | 3E | 2E |
| Octal | 276 | 74 | 55 | 0 | 104 | 114 | 31 | 6 | 76 | 56 |
| Binary | 10111110 | 111100 | 101101 | 0 | 1000100 | 1001100 | 11001 | 110 | 111110 | 101110 |
Color Harmonies of #BE3C2D
Complementary color
Monochromatic Colors of #BE3C2D
Black with #BE3C2D
Text Example
Text Example
White with #BE3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C2D; }
p { color: rgb(190,60,45); }
H1.HeaderClassName
{
color: #BE3C2D;
}
.AnyTagClassName
{
color: #BE3C2D;
}
</style>
background-color css
<style>
a { background-color: #BE3C2D; }
a { background-color: rgb(190,60,45); }
div.DivClassName
{
background-color: #BE3C2D;
}
.BgClassName
{
background-color: #BE3C2D;
}
</style>
border-color css
<style>
span { border-color: #BE3C2D; }
span { border-color: rgb(190,60,45); }
td.TdClassName
{
border-color: #BE3C2D;
}
.TagClassName
{
border-color: #BE3C2D;
}
</style>