Shades of Venetian Red #B50114
Tints of Venetian Red #B50114
RGB
CMYK
RGB Variations
Color information
#B50114 (or 0xB50114) is known color: Venetian Red. HEX triplet: B5, 01 and 14. RGB value is (181,1,20). Sum of RGB (Red+Green+Blue) = 181+1+20=202 (26% of max value = 765). Red value is 181 (71.09% from 255 or 89.60% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 181 - color contains mainly: red. Hex color #B50114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50114 is #4AFEEB. Grayscale: #393939. Windows color (decimal): -4914924 or 1311157. OLE color: 1311157.
HSL color Cylindrical-coordinate representation of color #B50114: hue angle of 353.67º 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 #B50114 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 20 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.29 |
| HSL | 353.67º | 0.99% | 0.36% | - |
| HSV(B) | 353.67º | 0.99% | 0.71% | - |
| XYZ | 19.19 | 9.9 | 1.56 | - |
| YUV | 56.99 | 107.13 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 20 | 0 | 0.99 | 0.89 | 0.29 | 353.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | 14 | 0 | 63 | 59 | 1D | 162 | 63 | 24 |
| Octal | 265 | 1 | 24 | 0 | 143 | 131 | 35 | 542 | 143 | 44 |
| Binary | 10110101 | 1 | 10100 | 0 | 1100011 | 1011001 | 11101 | 101100010 | 1100011 | 100100 |
Color Harmonies of #B50114
Complementary color
Monochromatic Colors of #B50114
Black with #B50114
Text Example
Text Example
White with #B50114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50114; }
p { color: rgb(181,1,20); }
H1.HeaderClassName
{
color: #B50114;
}
.AnyTagClassName
{
color: #B50114;
}
</style>
background-color css
<style>
a { background-color: #B50114; }
a { background-color: rgb(181,1,20); }
div.DivClassName
{
background-color: #B50114;
}
.BgClassName
{
background-color: #B50114;
}
</style>
border-color css
<style>
span { border-color: #B50114; }
span { border-color: rgb(181,1,20); }
td.TdClassName
{
border-color: #B50114;
}
.TagClassName
{
border-color: #B50114;
}
</style>