Shades of Medium Carmine #BE3A2D
Tints of Medium Carmine #BE3A2D
RGB
CMYK
RGB Variations
Color information
#BE3A2D (or 0xBE3A2D) is known color: Medium Carmine. HEX triplet: BE, 3A and 2D. RGB value is (190,58,45). Sum of RGB (Red+Green+Blue) = 190+58+45=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A2D is #41C5D2. Grayscale: #606060. Windows color (decimal): -4310483 or 2964158. OLE color: 2964158.
HSL color Cylindrical-coordinate representation of color #BE3A2D: hue angle of 5.38º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE3A2D is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 45 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.25 |
| HSL | 5.38º | 0.62% | 0.46% | - |
| HSV(B) | 5.38º | 0.76% | 0.75% | - |
| XYZ | 23.22 | 14.16 | 3.99 | - |
| YUV | 95.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 45 | 0 | 0.69 | 0.76 | 0.25 | 5.38 | 0.62 | 0.46 |
| Hex | BE | 3A | 2D | 0 | 45 | 4C | 19 | 5 | 3E | 2E |
| Octal | 276 | 72 | 55 | 0 | 105 | 114 | 31 | 5 | 76 | 56 |
| Binary | 10111110 | 111010 | 101101 | 0 | 1000101 | 1001100 | 11001 | 101 | 111110 | 101110 |
Color Harmonies of #BE3A2D
Complementary color
Monochromatic Colors of #BE3A2D
Black with #BE3A2D
Text Example
Text Example
White with #BE3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A2D; }
p { color: rgb(190,58,45); }
H1.HeaderClassName
{
color: #BE3A2D;
}
.AnyTagClassName
{
color: #BE3A2D;
}
</style>
background-color css
<style>
a { background-color: #BE3A2D; }
a { background-color: rgb(190,58,45); }
div.DivClassName
{
background-color: #BE3A2D;
}
.BgClassName
{
background-color: #BE3A2D;
}
</style>
border-color css
<style>
span { border-color: #BE3A2D; }
span { border-color: rgb(190,58,45); }
td.TdClassName
{
border-color: #BE3A2D;
}
.TagClassName
{
border-color: #BE3A2D;
}
</style>