Shades of Venetian Red #B50116
Tints of Venetian Red #B50116
RGB
CMYK
RGB Variations
Color information
#B50116 (or 0xB50116) is known color: Venetian Red. HEX triplet: B5, 01 and 16. RGB value is (181,1,22). Sum of RGB (Red+Green+Blue) = 181+1+22=204 (27% of max value = 765). Red value is 181 (71.09% from 255 or 88.73% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 181 - color contains mainly: red. Hex color #B50116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50116 is #4AFEE9. Grayscale: #393939. Windows color (decimal): -4914922 or 1442229. OLE color: 1442229.
HSL color Cylindrical-coordinate representation of color #B50116: hue angle of 353º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50116 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.29 |
| HSL | 353º | 0.99% | 0.36% | - |
| HSV(B) | 353º | 0.99% | 0.71% | - |
| XYZ | 19.21 | 9.9 | 1.66 | - |
| YUV | 57.21 | 108.13 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 22 | 0 | 0.99 | 0.88 | 0.29 | 353 | 0.99 | 0.36 |
| Hex | B5 | 1 | 16 | 0 | 63 | 58 | 1D | 161 | 63 | 24 |
| Octal | 265 | 1 | 26 | 0 | 143 | 130 | 35 | 541 | 143 | 44 |
| Binary | 10110101 | 1 | 10110 | 0 | 1100011 | 1011000 | 11101 | 101100001 | 1100011 | 100100 |
Color Harmonies of #B50116
Complementary color
Monochromatic Colors of #B50116
Black with #B50116
Text Example
Text Example
White with #B50116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50116; }
p { color: rgb(181,1,22); }
H1.HeaderClassName
{
color: #B50116;
}
.AnyTagClassName
{
color: #B50116;
}
</style>
background-color css
<style>
a { background-color: #B50116; }
a { background-color: rgb(181,1,22); }
div.DivClassName
{
background-color: #B50116;
}
.BgClassName
{
background-color: #B50116;
}
</style>
border-color css
<style>
span { border-color: #B50116; }
span { border-color: rgb(181,1,22); }
td.TdClassName
{
border-color: #B50116;
}
.TagClassName
{
border-color: #B50116;
}
</style>