Shades of Medium Carmine #BE3D3C
Tints of Medium Carmine #BE3D3C
RGB
CMYK
RGB Variations
Color information
#BE3D3C (or 0xBE3D3C) is known color: Medium Carmine. HEX triplet: BE, 3D and 3C. RGB value is (190,61,60). Sum of RGB (Red+Green+Blue) = 190+61+60=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D3C is #41C2C3. Grayscale: #636363. Windows color (decimal): -4309700 or 3947966. OLE color: 3947966.
HSL color Cylindrical-coordinate representation of color #BE3D3C: hue angle of 0.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3D3C is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 60 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.25 |
| HSL | 0.46º | 0.52% | 0.49% | - |
| HSV(B) | 0.46º | 0.68% | 0.75% | - |
| XYZ | 23.72 | 14.61 | 5.84 | - |
| YUV | 99.46 | 105.74 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 60 | 0 | 0.68 | 0.68 | 0.25 | 0.46 | 0.52 | 0.49 |
| Hex | BE | 3D | 3C | 0 | 44 | 44 | 19 | 0 | 34 | 31 |
| Octal | 276 | 75 | 74 | 0 | 104 | 104 | 31 | 0 | 64 | 61 |
| Binary | 10111110 | 111101 | 111100 | 0 | 1000100 | 1000100 | 11001 | 0 | 110100 | 110001 |
Color Harmonies of #BE3D3C
Complementary color
Monochromatic Colors of #BE3D3C
Black with #BE3D3C
Text Example
Text Example
White with #BE3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3D3C; }
p { color: rgb(190,61,60); }
H1.HeaderClassName
{
color: #BE3D3C;
}
.AnyTagClassName
{
color: #BE3D3C;
}
</style>
background-color css
<style>
a { background-color: #BE3D3C; }
a { background-color: rgb(190,61,60); }
div.DivClassName
{
background-color: #BE3D3C;
}
.BgClassName
{
background-color: #BE3D3C;
}
</style>
border-color css
<style>
span { border-color: #BE3D3C; }
span { border-color: rgb(190,61,60); }
td.TdClassName
{
border-color: #BE3D3C;
}
.TagClassName
{
border-color: #BE3D3C;
}
</style>