Shades of Venetian Red #BE0102
Tints of Venetian Red #BE0102
RGB
CMYK
RGB Variations
Color information
#BE0102 (or 0xBE0102) is known color: Venetian Red. HEX triplet: BE, 01 and 02. RGB value is (190,1,2). Sum of RGB (Red+Green+Blue) = 190+1+2=193 (25% of max value = 765). Red value is 190 (74.61% from 255 or 98.45% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0102 is #41FEFD. Grayscale: #393939. Windows color (decimal): -4325118 or 131518. OLE color: 131518.
HSL color Cylindrical-coordinate representation of color #BE0102: hue angle of 359.68º 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 #BE0102 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.25 |
| HSL | 359.68º | 0.99% | 0.37% | - |
| HSV(B) | 359.68º | 0.99% | 0.75% | - |
| XYZ | 21.26 | 10.97 | 1.06 | - |
| YUV | 57.63 | 96.62 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 2 | 0 | 0.99 | 0.99 | 0.25 | 359.68 | 0.99 | 0.37 |
| Hex | BE | 1 | 2 | 0 | 63 | 63 | 19 | 168 | 63 | 25 |
| Octal | 276 | 1 | 2 | 0 | 143 | 143 | 31 | 550 | 143 | 45 |
| Binary | 10111110 | 1 | 10 | 0 | 1100011 | 1100011 | 11001 | 101101000 | 1100011 | 100101 |
Color Harmonies of #BE0102
Complementary color
Monochromatic Colors of #BE0102
Black with #BE0102
Text Example
Text Example
White with #BE0102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0102; }
p { color: rgb(190,1,2); }
H1.HeaderClassName
{
color: #BE0102;
}
.AnyTagClassName
{
color: #BE0102;
}
</style>
background-color css
<style>
a { background-color: #BE0102; }
a { background-color: rgb(190,1,2); }
div.DivClassName
{
background-color: #BE0102;
}
.BgClassName
{
background-color: #BE0102;
}
</style>
border-color css
<style>
span { border-color: #BE0102; }
span { border-color: rgb(190,1,2); }
td.TdClassName
{
border-color: #BE0102;
}
.TagClassName
{
border-color: #BE0102;
}
</style>