Shades of Medium Carmine #BE413D
Tints of Medium Carmine #BE413D
RGB
CMYK
RGB Variations
Color information
#BE413D (or 0xBE413D) is known color: Medium Carmine. HEX triplet: BE, 41 and 3D. RGB value is (190,65,61). Sum of RGB (Red+Green+Blue) = 190+65+61=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE413D is #41BEC2. Grayscale: #666666. Windows color (decimal): -4308675 or 4014526. OLE color: 4014526.
HSL color Cylindrical-coordinate representation of color #BE413D: hue angle of 1.86º degrees, saturation: 0.51, 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 #BE413D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 61 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.25 |
| HSL | 1.86º | 0.51% | 0.49% | - |
| HSV(B) | 1.86º | 0.68% | 0.75% | - |
| XYZ | 23.97 | 15.06 | 6.06 | - |
| YUV | 101.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 61 | 0 | 0.66 | 0.68 | 0.25 | 1.86 | 0.51 | 0.49 |
| Hex | BE | 41 | 3D | 0 | 42 | 44 | 19 | 2 | 33 | 31 |
| Octal | 276 | 101 | 75 | 0 | 102 | 104 | 31 | 2 | 63 | 61 |
| Binary | 10111110 | 1000001 | 111101 | 0 | 1000010 | 1000100 | 11001 | 10 | 110011 | 110001 |
Color Harmonies of #BE413D
Complementary color
Monochromatic Colors of #BE413D
Black with #BE413D
Text Example
Text Example
White with #BE413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE413D; }
p { color: rgb(190,65,61); }
H1.HeaderClassName
{
color: #BE413D;
}
.AnyTagClassName
{
color: #BE413D;
}
</style>
background-color css
<style>
a { background-color: #BE413D; }
a { background-color: rgb(190,65,61); }
div.DivClassName
{
background-color: #BE413D;
}
.BgClassName
{
background-color: #BE413D;
}
</style>
border-color css
<style>
span { border-color: #BE413D; }
span { border-color: rgb(190,65,61); }
td.TdClassName
{
border-color: #BE413D;
}
.TagClassName
{
border-color: #BE413D;
}
</style>