Shades of Medium Carmine #BE3C38
Tints of Medium Carmine #BE3C38
RGB
CMYK
RGB Variations
Color information
#BE3C38 (or 0xBE3C38) is known color: Medium Carmine. HEX triplet: BE, 3C and 38. RGB value is (190,60,56). Sum of RGB (Red+Green+Blue) = 190+60+56=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C38 is #41C3C7. Grayscale: #626262. Windows color (decimal): -4309960 or 3685566. OLE color: 3685566.
HSL color Cylindrical-coordinate representation of color #BE3C38: hue angle of 1.79º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3C38 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 56 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.25 |
| HSL | 1.79º | 0.54% | 0.48% | - |
| HSV(B) | 1.79º | 0.71% | 0.75% | - |
| XYZ | 23.56 | 14.46 | 5.29 | - |
| YUV | 98.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 56 | 0 | 0.68 | 0.71 | 0.25 | 1.79 | 0.54 | 0.48 |
| Hex | BE | 3C | 38 | 0 | 44 | 47 | 19 | 2 | 36 | 30 |
| Octal | 276 | 74 | 70 | 0 | 104 | 107 | 31 | 2 | 66 | 60 |
| Binary | 10111110 | 111100 | 111000 | 0 | 1000100 | 1000111 | 11001 | 10 | 110110 | 110000 |
Color Harmonies of #BE3C38
Complementary color
Monochromatic Colors of #BE3C38
Black with #BE3C38
Text Example
Text Example
White with #BE3C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C38; }
p { color: rgb(190,60,56); }
H1.HeaderClassName
{
color: #BE3C38;
}
.AnyTagClassName
{
color: #BE3C38;
}
</style>
background-color css
<style>
a { background-color: #BE3C38; }
a { background-color: rgb(190,60,56); }
div.DivClassName
{
background-color: #BE3C38;
}
.BgClassName
{
background-color: #BE3C38;
}
</style>
border-color css
<style>
span { border-color: #BE3C38; }
span { border-color: rgb(190,60,56); }
td.TdClassName
{
border-color: #BE3C38;
}
.TagClassName
{
border-color: #BE3C38;
}
</style>