Shades of Medium Carmine #BE3D34
Tints of Medium Carmine #BE3D34
RGB
CMYK
RGB Variations
Color information
#BE3D34 (or 0xBE3D34) is known color: Medium Carmine. HEX triplet: BE, 3D and 34. RGB value is (190,61,52). Sum of RGB (Red+Green+Blue) = 190+61+52=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D34 is #41C2CB. Grayscale: #626262. Windows color (decimal): -4309708 or 3423678. OLE color: 3423678.
HSL color Cylindrical-coordinate representation of color #BE3D34: hue angle of 3.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3D34 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 52 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.25 |
| HSL | 3.91º | 0.57% | 0.47% | - |
| HSV(B) | 3.91º | 0.73% | 0.75% | - |
| XYZ | 23.52 | 14.53 | 4.81 | - |
| YUV | 98.55 | 101.74 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 52 | 0 | 0.68 | 0.73 | 0.25 | 3.91 | 0.57 | 0.47 |
| Hex | BE | 3D | 34 | 0 | 44 | 49 | 19 | 4 | 39 | 2F |
| Octal | 276 | 75 | 64 | 0 | 104 | 111 | 31 | 4 | 71 | 57 |
| Binary | 10111110 | 111101 | 110100 | 0 | 1000100 | 1001001 | 11001 | 100 | 111001 | 101111 |
Color Harmonies of #BE3D34
Complementary color
Monochromatic Colors of #BE3D34
Black with #BE3D34
Text Example
Text Example
White with #BE3D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3D34; }
p { color: rgb(190,61,52); }
H1.HeaderClassName
{
color: #BE3D34;
}
.AnyTagClassName
{
color: #BE3D34;
}
</style>
background-color css
<style>
a { background-color: #BE3D34; }
a { background-color: rgb(190,61,52); }
div.DivClassName
{
background-color: #BE3D34;
}
.BgClassName
{
background-color: #BE3D34;
}
</style>
border-color css
<style>
span { border-color: #BE3D34; }
span { border-color: rgb(190,61,52); }
td.TdClassName
{
border-color: #BE3D34;
}
.TagClassName
{
border-color: #BE3D34;
}
</style>