Shades of Venetian Red #B50211
Tints of Venetian Red #B50211
RGB
CMYK
RGB Variations
Color information
#B50211 (or 0xB50211) is known color: Venetian Red. HEX triplet: B5, 02 and 11. RGB value is (181,2,17). Sum of RGB (Red+Green+Blue) = 181+2+17=200 (26% of max value = 765). Red value is 181 (71.09% from 255 or 90.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 181 - color contains mainly: red. Hex color #B50211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50211 is #4AFDEE. Grayscale: #393939. Windows color (decimal): -4914671 or 1114805. OLE color: 1114805.
HSL color Cylindrical-coordinate representation of color #B50211: hue angle of 354.97º degrees, saturation: 0.98, 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 #B50211 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.29 |
| HSL | 354.97º | 0.98% | 0.36% | - |
| HSV(B) | 354.97º | 0.99% | 0.71% | - |
| XYZ | 19.18 | 9.91 | 1.43 | - |
| YUV | 57.23 | 105.3 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 17 | 0 | 0.99 | 0.91 | 0.29 | 354.97 | 0.98 | 0.36 |
| Hex | B5 | 2 | 11 | 0 | 63 | 5B | 1D | 163 | 62 | 24 |
| Octal | 265 | 2 | 21 | 0 | 143 | 133 | 35 | 543 | 142 | 44 |
| Binary | 10110101 | 10 | 10001 | 0 | 1100011 | 1011011 | 11101 | 101100011 | 1100010 | 100100 |
Color Harmonies of #B50211
Complementary color
Monochromatic Colors of #B50211
Black with #B50211
Text Example
Text Example
White with #B50211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50211; }
p { color: rgb(181,2,17); }
H1.HeaderClassName
{
color: #B50211;
}
.AnyTagClassName
{
color: #B50211;
}
</style>
background-color css
<style>
a { background-color: #B50211; }
a { background-color: rgb(181,2,17); }
div.DivClassName
{
background-color: #B50211;
}
.BgClassName
{
background-color: #B50211;
}
</style>
border-color css
<style>
span { border-color: #B50211; }
span { border-color: rgb(181,2,17); }
td.TdClassName
{
border-color: #B50211;
}
.TagClassName
{
border-color: #B50211;
}
</style>