Shades of Medium Carmine #BE403B
Tints of Medium Carmine #BE403B
RGB
CMYK
RGB Variations
Color information
#BE403B (or 0xBE403B) is known color: Medium Carmine. HEX triplet: BE, 40 and 3B. RGB value is (190,64,59). Sum of RGB (Red+Green+Blue) = 190+64+59=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE403B is #41BFC4. Grayscale: #656565. Windows color (decimal): -4308933 or 3883198. OLE color: 3883198.
HSL color Cylindrical-coordinate representation of color #BE403B: hue angle of 2.29º 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 #BE403B is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 59 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.25 |
| HSL | 2.29º | 0.53% | 0.49% | - |
| HSV(B) | 2.29º | 0.69% | 0.75% | - |
| XYZ | 23.86 | 14.93 | 5.76 | - |
| YUV | 101.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 59 | 0 | 0.66 | 0.69 | 0.25 | 2.29 | 0.53 | 0.49 |
| Hex | BE | 40 | 3B | 0 | 42 | 45 | 19 | 2 | 35 | 31 |
| Octal | 276 | 100 | 73 | 0 | 102 | 105 | 31 | 2 | 65 | 61 |
| Binary | 10111110 | 1000000 | 111011 | 0 | 1000010 | 1000101 | 11001 | 10 | 110101 | 110001 |
Color Harmonies of #BE403B
Complementary color
Monochromatic Colors of #BE403B
Black with #BE403B
Text Example
Text Example
White with #BE403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE403B; }
p { color: rgb(190,64,59); }
H1.HeaderClassName
{
color: #BE403B;
}
.AnyTagClassName
{
color: #BE403B;
}
</style>
background-color css
<style>
a { background-color: #BE403B; }
a { background-color: rgb(190,64,59); }
div.DivClassName
{
background-color: #BE403B;
}
.BgClassName
{
background-color: #BE403B;
}
</style>
border-color css
<style>
span { border-color: #BE403B; }
span { border-color: rgb(190,64,59); }
td.TdClassName
{
border-color: #BE403B;
}
.TagClassName
{
border-color: #BE403B;
}
</style>