Shades of Venetian Red #B50014
Tints of Venetian Red #B50014
RGB
CMYK
RGB Variations
Color information
#B50014 (or 0xB50014) is known color: Venetian Red. HEX triplet: B5, 00 and 14. RGB value is (181,0,20). Sum of RGB (Red+Green+Blue) = 181+0+20=201 (26% of max value = 765). Red value is 181 (71.09% from 255 or 90.05% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 181 - color contains mainly: red. Hex color #B50014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50014 is #4AFFEB. Grayscale: #383838. Windows color (decimal): -4915180 or 1310901. OLE color: 1310901.
HSL color Cylindrical-coordinate representation of color #B50014: hue angle of 353.37º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50014 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.89 | 0.29 |
| HSL | 353.37º | 1% | 0.35% | - |
| HSV(B) | 353.37º | 1% | 0.71% | - |
| XYZ | 19.18 | 9.87 | 1.56 | - |
| YUV | 56.4 | 107.47 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 20 | 0 | 1 | 0.89 | 0.29 | 353.37 | 1 | 0.35 |
| Hex | B5 | 0 | 14 | 0 | 64 | 59 | 1D | 161 | 64 | 23 |
| Octal | 265 | 0 | 24 | 0 | 144 | 131 | 35 | 541 | 144 | 43 |
| Binary | 10110101 | 0 | 10100 | 0 | 1100100 | 1011001 | 11101 | 101100001 | 1100100 | 100011 |
Color Harmonies of #B50014
Complementary color
Monochromatic Colors of #B50014
Black with #B50014
Text Example
Text Example
White with #B50014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50014; }
p { color: rgb(181,0,20); }
H1.HeaderClassName
{
color: #B50014;
}
.AnyTagClassName
{
color: #B50014;
}
</style>
background-color css
<style>
a { background-color: #B50014; }
a { background-color: rgb(181,0,20); }
div.DivClassName
{
background-color: #B50014;
}
.BgClassName
{
background-color: #B50014;
}
</style>
border-color css
<style>
span { border-color: #B50014; }
span { border-color: rgb(181,0,20); }
td.TdClassName
{
border-color: #B50014;
}
.TagClassName
{
border-color: #B50014;
}
</style>