Shades of Venetian Red #BE0106
Tints of Venetian Red #BE0106
RGB
CMYK
RGB Variations
Color information
#BE0106 (or 0xBE0106) is known color: Venetian Red. HEX triplet: BE, 01 and 06. RGB value is (190,1,6). Sum of RGB (Red+Green+Blue) = 190+1+6=197 (26% of max value = 765). Red value is 190 (74.61% from 255 or 96.45% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0106 is #41FEF9. Grayscale: #3A3A3A. Windows color (decimal): -4325114 or 393662. OLE color: 393662.
HSL color Cylindrical-coordinate representation of color #BE0106: hue angle of 358.41º 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 #BE0106 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 6 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.25 |
| HSL | 358.41º | 0.99% | 0.37% | - |
| HSV(B) | 358.41º | 0.99% | 0.75% | - |
| XYZ | 21.28 | 10.98 | 1.17 | - |
| YUV | 58.08 | 98.62 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 6 | 0 | 0.99 | 0.97 | 0.25 | 358.41 | 0.99 | 0.37 |
| Hex | BE | 1 | 6 | 0 | 63 | 61 | 19 | 166 | 63 | 25 |
| Octal | 276 | 1 | 6 | 0 | 143 | 141 | 31 | 546 | 143 | 45 |
| Binary | 10111110 | 1 | 110 | 0 | 1100011 | 1100001 | 11001 | 101100110 | 1100011 | 100101 |
Color Harmonies of #BE0106
Complementary color
Monochromatic Colors of #BE0106
Black with #BE0106
Text Example
Text Example
White with #BE0106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0106; }
p { color: rgb(190,1,6); }
H1.HeaderClassName
{
color: #BE0106;
}
.AnyTagClassName
{
color: #BE0106;
}
</style>
background-color css
<style>
a { background-color: #BE0106; }
a { background-color: rgb(190,1,6); }
div.DivClassName
{
background-color: #BE0106;
}
.BgClassName
{
background-color: #BE0106;
}
</style>
border-color css
<style>
span { border-color: #BE0106; }
span { border-color: rgb(190,1,6); }
td.TdClassName
{
border-color: #BE0106;
}
.TagClassName
{
border-color: #BE0106;
}
</style>