Shades of Medium Carmine #BE3C2F
Tints of Medium Carmine #BE3C2F
RGB
CMYK
RGB Variations
Color information
#BE3C2F (or 0xBE3C2F) is known color: Medium Carmine. HEX triplet: BE, 3C and 2F. RGB value is (190,60,47). Sum of RGB (Red+Green+Blue) = 190+60+47=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C2F is #41C3D0. Grayscale: #616161. Windows color (decimal): -4309969 or 3095742. OLE color: 3095742.
HSL color Cylindrical-coordinate representation of color #BE3C2F: hue angle of 5.45º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE3C2F is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 47 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.25 |
| HSL | 5.45º | 0.6% | 0.46% | - |
| HSV(B) | 5.45º | 0.75% | 0.75% | - |
| XYZ | 23.36 | 14.38 | 4.23 | - |
| YUV | 97.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 47 | 0 | 0.68 | 0.75 | 0.25 | 5.45 | 0.6 | 0.46 |
| Hex | BE | 3C | 2F | 0 | 44 | 4B | 19 | 5 | 3C | 2E |
| Octal | 276 | 74 | 57 | 0 | 104 | 113 | 31 | 5 | 74 | 56 |
| Binary | 10111110 | 111100 | 101111 | 0 | 1000100 | 1001011 | 11001 | 101 | 111100 | 101110 |
Color Harmonies of #BE3C2F
Complementary color
Monochromatic Colors of #BE3C2F
Black with #BE3C2F
Text Example
Text Example
White with #BE3C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C2F; }
p { color: rgb(190,60,47); }
H1.HeaderClassName
{
color: #BE3C2F;
}
.AnyTagClassName
{
color: #BE3C2F;
}
</style>
background-color css
<style>
a { background-color: #BE3C2F; }
a { background-color: rgb(190,60,47); }
div.DivClassName
{
background-color: #BE3C2F;
}
.BgClassName
{
background-color: #BE3C2F;
}
</style>
border-color css
<style>
span { border-color: #BE3C2F; }
span { border-color: rgb(190,60,47); }
td.TdClassName
{
border-color: #BE3C2F;
}
.TagClassName
{
border-color: #BE3C2F;
}
</style>