Shades of Medium Carmine #BE3F3E
Tints of Medium Carmine #BE3F3E
RGB
CMYK
RGB Variations
Color information
#BE3F3E (or 0xBE3F3E) is known color: Medium Carmine. HEX triplet: BE, 3F and 3E. RGB value is (190,63,62). Sum of RGB (Red+Green+Blue) = 190+63+62=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3F3E is #41C0C1. Grayscale: #646464. Windows color (decimal): -4309186 or 4079550. OLE color: 4079550.
HSL color Cylindrical-coordinate representation of color #BE3F3E: hue angle of 0.47º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3F3E is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 62 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.25 |
| HSL | 0.47º | 0.51% | 0.49% | - |
| HSV(B) | 0.47º | 0.67% | 0.75% | - |
| XYZ | 23.88 | 14.85 | 6.17 | - |
| YUV | 100.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 62 | 0 | 0.67 | 0.67 | 0.25 | 0.47 | 0.51 | 0.49 |
| Hex | BE | 3F | 3E | 0 | 43 | 43 | 19 | 0 | 33 | 31 |
| Octal | 276 | 77 | 76 | 0 | 103 | 103 | 31 | 0 | 63 | 61 |
| Binary | 10111110 | 111111 | 111110 | 0 | 1000011 | 1000011 | 11001 | 0 | 110011 | 110001 |
Color Harmonies of #BE3F3E
Complementary color
Monochromatic Colors of #BE3F3E
Black with #BE3F3E
Text Example
Text Example
White with #BE3F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F3E; }
p { color: rgb(190,63,62); }
H1.HeaderClassName
{
color: #BE3F3E;
}
.AnyTagClassName
{
color: #BE3F3E;
}
</style>
background-color css
<style>
a { background-color: #BE3F3E; }
a { background-color: rgb(190,63,62); }
div.DivClassName
{
background-color: #BE3F3E;
}
.BgClassName
{
background-color: #BE3F3E;
}
</style>
border-color css
<style>
span { border-color: #BE3F3E; }
span { border-color: rgb(190,63,62); }
td.TdClassName
{
border-color: #BE3F3E;
}
.TagClassName
{
border-color: #BE3F3E;
}
</style>