Shades of Medium Carmine #BE3A29
Tints of Medium Carmine #BE3A29
RGB
CMYK
RGB Variations
Color information
#BE3A29 (or 0xBE3A29) is known color: Medium Carmine. HEX triplet: BE, 3A and 29. RGB value is (190,58,41). Sum of RGB (Red+Green+Blue) = 190+58+41=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A29 is #41C5D6. Grayscale: #5F5F5F. Windows color (decimal): -4310487 or 2702014. OLE color: 2702014.
HSL color Cylindrical-coordinate representation of color #BE3A29: hue angle of 6.85º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE3A29 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 41 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.25 |
| HSL | 6.85º | 0.65% | 0.45% | - |
| HSV(B) | 6.85º | 0.78% | 0.75% | - |
| XYZ | 23.15 | 14.13 | 3.61 | - |
| YUV | 95.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 41 | 0 | 0.69 | 0.78 | 0.25 | 6.85 | 0.65 | 0.45 |
| Hex | BE | 3A | 29 | 0 | 45 | 4E | 19 | 7 | 41 | 2D |
| Octal | 276 | 72 | 51 | 0 | 105 | 116 | 31 | 7 | 101 | 55 |
| Binary | 10111110 | 111010 | 101001 | 0 | 1000101 | 1001110 | 11001 | 111 | 1000001 | 101101 |
Color Harmonies of #BE3A29
Complementary color
Monochromatic Colors of #BE3A29
Black with #BE3A29
Text Example
Text Example
White with #BE3A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A29; }
p { color: rgb(190,58,41); }
H1.HeaderClassName
{
color: #BE3A29;
}
.AnyTagClassName
{
color: #BE3A29;
}
</style>
background-color css
<style>
a { background-color: #BE3A29; }
a { background-color: rgb(190,58,41); }
div.DivClassName
{
background-color: #BE3A29;
}
.BgClassName
{
background-color: #BE3A29;
}
</style>
border-color css
<style>
span { border-color: #BE3A29; }
span { border-color: rgb(190,58,41); }
td.TdClassName
{
border-color: #BE3A29;
}
.TagClassName
{
border-color: #BE3A29;
}
</style>