Shades of Medium Carmine #BE3E2D
Tints of Medium Carmine #BE3E2D
RGB
CMYK
RGB Variations
Color information
#BE3E2D (or 0xBE3E2D) is known color: Medium Carmine. HEX triplet: BE, 3E and 2D. RGB value is (190,62,45). Sum of RGB (Red+Green+Blue) = 190+62+45=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E2D is #41C1D2. Grayscale: #626262. Windows color (decimal): -4309459 or 2965182. OLE color: 2965182.
HSL color Cylindrical-coordinate representation of color #BE3E2D: hue angle of 7.03º 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 #BE3E2D is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 45 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.25 |
| HSL | 7.03º | 0.62% | 0.46% | - |
| HSV(B) | 7.03º | 0.76% | 0.75% | - |
| XYZ | 23.43 | 14.58 | 4.06 | - |
| YUV | 98.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 45 | 0 | 0.67 | 0.76 | 0.25 | 7.03 | 0.62 | 0.46 |
| Hex | BE | 3E | 2D | 0 | 43 | 4C | 19 | 7 | 3E | 2E |
| Octal | 276 | 76 | 55 | 0 | 103 | 114 | 31 | 7 | 76 | 56 |
| Binary | 10111110 | 111110 | 101101 | 0 | 1000011 | 1001100 | 11001 | 111 | 111110 | 101110 |
Color Harmonies of #BE3E2D
Complementary color
Monochromatic Colors of #BE3E2D
Black with #BE3E2D
Text Example
Text Example
White with #BE3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E2D; }
p { color: rgb(190,62,45); }
H1.HeaderClassName
{
color: #BE3E2D;
}
.AnyTagClassName
{
color: #BE3E2D;
}
</style>
background-color css
<style>
a { background-color: #BE3E2D; }
a { background-color: rgb(190,62,45); }
div.DivClassName
{
background-color: #BE3E2D;
}
.BgClassName
{
background-color: #BE3E2D;
}
</style>
border-color css
<style>
span { border-color: #BE3E2D; }
span { border-color: rgb(190,62,45); }
td.TdClassName
{
border-color: #BE3E2D;
}
.TagClassName
{
border-color: #BE3E2D;
}
</style>