Shades of Medium Carmine #BE3E26
Tints of Medium Carmine #BE3E26
RGB
CMYK
RGB Variations
Color information
#BE3E26 (or 0xBE3E26) is known color: Medium Carmine. HEX triplet: BE, 3E and 26. RGB value is (190,62,38). Sum of RGB (Red+Green+Blue) = 190+62+38=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E26 is #41C1D9. Grayscale: #616161. Windows color (decimal): -4309466 or 2506430. OLE color: 2506430.
HSL color Cylindrical-coordinate representation of color #BE3E26: hue angle of 9.47º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE3E26 is Cyan = 0, Magento = 0.67, Yellow = 0.8 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 38 | - |
| CMYK | 0 | 0.67 | 0.8 | 0.25 |
| HSL | 9.47º | 0.67% | 0.45% | - |
| HSV(B) | 9.47º | 0.8% | 0.75% | - |
| XYZ | 23.31 | 14.53 | 3.41 | - |
| YUV | 97.54 | 94.41 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 38 | 0 | 0.67 | 0.8 | 0.25 | 9.47 | 0.67 | 0.45 |
| Hex | BE | 3E | 26 | 0 | 43 | 50 | 19 | 9 | 43 | 2D |
| Octal | 276 | 76 | 46 | 0 | 103 | 120 | 31 | 11 | 103 | 55 |
| Binary | 10111110 | 111110 | 100110 | 0 | 1000011 | 1010000 | 11001 | 1001 | 1000011 | 101101 |
Color Harmonies of #BE3E26
Complementary color
Monochromatic Colors of #BE3E26
Black with #BE3E26
Text Example
Text Example
White with #BE3E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E26; }
p { color: rgb(190,62,38); }
H1.HeaderClassName
{
color: #BE3E26;
}
.AnyTagClassName
{
color: #BE3E26;
}
</style>
background-color css
<style>
a { background-color: #BE3E26; }
a { background-color: rgb(190,62,38); }
div.DivClassName
{
background-color: #BE3E26;
}
.BgClassName
{
background-color: #BE3E26;
}
</style>
border-color css
<style>
span { border-color: #BE3E26; }
span { border-color: rgb(190,62,38); }
td.TdClassName
{
border-color: #BE3E26;
}
.TagClassName
{
border-color: #BE3E26;
}
</style>