Shades of Venetian Red #BE101B
Tints of Venetian Red #BE101B
RGB
CMYK
RGB Variations
Color information
#BE101B (or 0xBE101B) is known color: Venetian Red. HEX triplet: BE, 10 and 1B. RGB value is (190,16,27). Sum of RGB (Red+Green+Blue) = 190+16+27=233 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.55% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 190 - color contains mainly: red. Hex color #BE101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE101B is #41EFE4. Grayscale: #454545. Windows color (decimal): -4321253 or 1773758. OLE color: 1773758.
HSL color Cylindrical-coordinate representation of color #BE101B: hue angle of 356.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE101B is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 27 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.25 |
| HSL | 356.21º | 0.84% | 0.4% | - |
| HSV(B) | 356.21º | 0.92% | 0.75% | - |
| XYZ | 21.62 | 11.4 | 2.1 | - |
| YUV | 69.28 | 104.15 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 27 | 0 | 0.92 | 0.86 | 0.25 | 356.21 | 0.84 | 0.4 |
| Hex | BE | 10 | 1B | 0 | 5C | 56 | 19 | 164 | 54 | 28 |
| Octal | 276 | 20 | 33 | 0 | 134 | 126 | 31 | 544 | 124 | 50 |
| Binary | 10111110 | 10000 | 11011 | 0 | 1011100 | 1010110 | 11001 | 101100100 | 1010100 | 101000 |
Color Harmonies of #BE101B
Complementary color
Monochromatic Colors of #BE101B
Black with #BE101B
Text Example
Text Example
White with #BE101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE101B; }
p { color: rgb(190,16,27); }
H1.HeaderClassName
{
color: #BE101B;
}
.AnyTagClassName
{
color: #BE101B;
}
</style>
background-color css
<style>
a { background-color: #BE101B; }
a { background-color: rgb(190,16,27); }
div.DivClassName
{
background-color: #BE101B;
}
.BgClassName
{
background-color: #BE101B;
}
</style>
border-color css
<style>
span { border-color: #BE101B; }
span { border-color: rgb(190,16,27); }
td.TdClassName
{
border-color: #BE101B;
}
.TagClassName
{
border-color: #BE101B;
}
</style>