Shades of Venetian Red #BE0104
Tints of Venetian Red #BE0104
RGB
CMYK
RGB Variations
Color information
#BE0104 (or 0xBE0104) is known color: Venetian Red. HEX triplet: BE, 01 and 04. RGB value is (190,1,4). Sum of RGB (Red+Green+Blue) = 190+1+4=195 (25% of max value = 765). Red value is 190 (74.61% from 255 or 97.44% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0104 is #41FEFB. Grayscale: #3A3A3A. Windows color (decimal): -4325116 or 262590. OLE color: 262590.
HSL color Cylindrical-coordinate representation of color #BE0104: hue angle of 359.05º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0104 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.25 |
| HSL | 359.05º | 0.99% | 0.37% | - |
| HSV(B) | 359.05º | 0.99% | 0.75% | - |
| XYZ | 21.27 | 10.98 | 1.11 | - |
| YUV | 57.85 | 97.62 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 4 | 0 | 0.99 | 0.98 | 0.25 | 359.05 | 0.99 | 0.37 |
| Hex | BE | 1 | 4 | 0 | 63 | 62 | 19 | 167 | 63 | 25 |
| Octal | 276 | 1 | 4 | 0 | 143 | 142 | 31 | 547 | 143 | 45 |
| Binary | 10111110 | 1 | 100 | 0 | 1100011 | 1100010 | 11001 | 101100111 | 1100011 | 100101 |
Color Harmonies of #BE0104
Complementary color
Monochromatic Colors of #BE0104
Black with #BE0104
Text Example
Text Example
White with #BE0104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0104; }
p { color: rgb(190,1,4); }
H1.HeaderClassName
{
color: #BE0104;
}
.AnyTagClassName
{
color: #BE0104;
}
</style>
background-color css
<style>
a { background-color: #BE0104; }
a { background-color: rgb(190,1,4); }
div.DivClassName
{
background-color: #BE0104;
}
.BgClassName
{
background-color: #BE0104;
}
</style>
border-color css
<style>
span { border-color: #BE0104; }
span { border-color: rgb(190,1,4); }
td.TdClassName
{
border-color: #BE0104;
}
.TagClassName
{
border-color: #BE0104;
}
</style>