Shades of Venetian Red #B50120
Tints of Venetian Red #B50120
RGB
CMYK
RGB Variations
Color information
#B50120 (or 0xB50120) is known color: Venetian Red. HEX triplet: B5, 01 and 20. RGB value is (181,1,32). Sum of RGB (Red+Green+Blue) = 181+1+32=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B50120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50120 is #4AFEDF. Grayscale: #3A3A3A. Windows color (decimal): -4914912 or 2097589. OLE color: 2097589.
HSL color Cylindrical-coordinate representation of color #B50120: hue angle of 349.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 #B50120 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.29 |
| HSL | 349.67º | 0.99% | 0.36% | - |
| HSV(B) | 349.67º | 0.99% | 0.71% | - |
| XYZ | 19.33 | 9.95 | 2.27 | - |
| YUV | 58.35 | 113.13 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 32 | 0 | 0.99 | 0.82 | 0.29 | 349.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | 20 | 0 | 63 | 52 | 1D | 15E | 63 | 24 |
| Octal | 265 | 1 | 40 | 0 | 143 | 122 | 35 | 536 | 143 | 44 |
| Binary | 10110101 | 1 | 100000 | 0 | 1100011 | 1010010 | 11101 | 101011110 | 1100011 | 100100 |
Color Harmonies of #B50120
Complementary color
Monochromatic Colors of #B50120
Black with #B50120
Text Example
Text Example
White with #B50120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50120; }
p { color: rgb(181,1,32); }
H1.HeaderClassName
{
color: #B50120;
}
.AnyTagClassName
{
color: #B50120;
}
</style>
background-color css
<style>
a { background-color: #B50120; }
a { background-color: rgb(181,1,32); }
div.DivClassName
{
background-color: #B50120;
}
.BgClassName
{
background-color: #B50120;
}
</style>
border-color css
<style>
span { border-color: #B50120; }
span { border-color: rgb(181,1,32); }
td.TdClassName
{
border-color: #B50120;
}
.TagClassName
{
border-color: #B50120;
}
</style>