Shades of Venetian Red #BE042D
Tints of Venetian Red #BE042D
RGB
CMYK
RGB Variations
Color information
#BE042D (or 0xBE042D) is known color: Venetian Red. HEX triplet: BE, 04 and 2D. RGB value is (190,4,45). Sum of RGB (Red+Green+Blue) = 190+4+45=239 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.50% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 190 - color contains mainly: red. Hex color #BE042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE042D is #41FBD2. Grayscale: #404040. Windows color (decimal): -4324307 or 2950334. OLE color: 2950334.
HSL color Cylindrical-coordinate representation of color #BE042D: hue angle of 346.77º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE042D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.25 |
| HSL | 346.77º | 0.96% | 0.38% | - |
| HSV(B) | 346.77º | 0.98% | 0.75% | - |
| XYZ | 21.75 | 11.22 | 3.5 | - |
| YUV | 64.29 | 117.12 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 45 | 0 | 0.98 | 0.76 | 0.25 | 346.77 | 0.96 | 0.38 |
| Hex | BE | 4 | 2D | 0 | 62 | 4C | 19 | 15B | 60 | 26 |
| Octal | 276 | 4 | 55 | 0 | 142 | 114 | 31 | 533 | 140 | 46 |
| Binary | 10111110 | 100 | 101101 | 0 | 1100010 | 1001100 | 11001 | 101011011 | 1100000 | 100110 |
Color Harmonies of #BE042D
Complementary color
Monochromatic Colors of #BE042D
Black with #BE042D
Text Example
Text Example
White with #BE042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE042D; }
p { color: rgb(190,4,45); }
H1.HeaderClassName
{
color: #BE042D;
}
.AnyTagClassName
{
color: #BE042D;
}
</style>
background-color css
<style>
a { background-color: #BE042D; }
a { background-color: rgb(190,4,45); }
div.DivClassName
{
background-color: #BE042D;
}
.BgClassName
{
background-color: #BE042D;
}
</style>
border-color css
<style>
span { border-color: #BE042D; }
span { border-color: rgb(190,4,45); }
td.TdClassName
{
border-color: #BE042D;
}
.TagClassName
{
border-color: #BE042D;
}
</style>