Shades of Medium Carmine #BE413B
Tints of Medium Carmine #BE413B
RGB
CMYK
RGB Variations
Color information
#BE413B (or 0xBE413B) is known color: Medium Carmine. HEX triplet: BE, 41 and 3B. RGB value is (190,65,59). Sum of RGB (Red+Green+Blue) = 190+65+59=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE413B is #41BEC4. Grayscale: #656565. Windows color (decimal): -4308677 or 3883454. OLE color: 3883454.
HSL color Cylindrical-coordinate representation of color #BE413B: hue angle of 2.75º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE413B is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 59 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.25 |
| HSL | 2.75º | 0.53% | 0.49% | - |
| HSV(B) | 2.75º | 0.69% | 0.75% | - |
| XYZ | 23.91 | 15.04 | 5.78 | - |
| YUV | 101.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 59 | 0 | 0.66 | 0.69 | 0.25 | 2.75 | 0.53 | 0.49 |
| Hex | BE | 41 | 3B | 0 | 42 | 45 | 19 | 3 | 35 | 31 |
| Octal | 276 | 101 | 73 | 0 | 102 | 105 | 31 | 3 | 65 | 61 |
| Binary | 10111110 | 1000001 | 111011 | 0 | 1000010 | 1000101 | 11001 | 11 | 110101 | 110001 |
Color Harmonies of #BE413B
Complementary color
Monochromatic Colors of #BE413B
Black with #BE413B
Text Example
Text Example
White with #BE413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE413B; }
p { color: rgb(190,65,59); }
H1.HeaderClassName
{
color: #BE413B;
}
.AnyTagClassName
{
color: #BE413B;
}
</style>
background-color css
<style>
a { background-color: #BE413B; }
a { background-color: rgb(190,65,59); }
div.DivClassName
{
background-color: #BE413B;
}
.BgClassName
{
background-color: #BE413B;
}
</style>
border-color css
<style>
span { border-color: #BE413B; }
span { border-color: rgb(190,65,59); }
td.TdClassName
{
border-color: #BE413B;
}
.TagClassName
{
border-color: #BE413B;
}
</style>