Shades of Medium Carmine #BE3B32
Tints of Medium Carmine #BE3B32
RGB
CMYK
RGB Variations
Color information
#BE3B32 (or 0xBE3B32) is known color: Medium Carmine. HEX triplet: BE, 3B and 32. RGB value is (190,59,50). Sum of RGB (Red+Green+Blue) = 190+59+50=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3B32 is #41C4CD. Grayscale: #616161. Windows color (decimal): -4310222 or 3292094. OLE color: 3292094.
HSL color Cylindrical-coordinate representation of color #BE3B32: hue angle of 3.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3B32 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 59 | 50 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.25 |
| HSL | 3.86º | 0.58% | 0.47% | - |
| HSV(B) | 3.86º | 0.74% | 0.75% | - |
| XYZ | 23.37 | 14.31 | 4.55 | - |
| YUV | 97.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 59 | 50 | 0 | 0.69 | 0.74 | 0.25 | 3.86 | 0.58 | 0.47 |
| Hex | BE | 3B | 32 | 0 | 45 | 4A | 19 | 4 | 3A | 2F |
| Octal | 276 | 73 | 62 | 0 | 105 | 112 | 31 | 4 | 72 | 57 |
| Binary | 10111110 | 111011 | 110010 | 0 | 1000101 | 1001010 | 11001 | 100 | 111010 | 101111 |
Color Harmonies of #BE3B32
Complementary color
Monochromatic Colors of #BE3B32
Black with #BE3B32
Text Example
Text Example
White with #BE3B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3B32; }
p { color: rgb(190,59,50); }
H1.HeaderClassName
{
color: #BE3B32;
}
.AnyTagClassName
{
color: #BE3B32;
}
</style>
background-color css
<style>
a { background-color: #BE3B32; }
a { background-color: rgb(190,59,50); }
div.DivClassName
{
background-color: #BE3B32;
}
.BgClassName
{
background-color: #BE3B32;
}
</style>
border-color css
<style>
span { border-color: #BE3B32; }
span { border-color: rgb(190,59,50); }
td.TdClassName
{
border-color: #BE3B32;
}
.TagClassName
{
border-color: #BE3B32;
}
</style>