Shades of Venetian Red #B50B20
Tints of Venetian Red #B50B20
RGB
CMYK
RGB Variations
Color information
#B50B20 (or 0xB50B20) is known color: Venetian Red. HEX triplet: B5, 0B and 20. RGB value is (181,11,32). Sum of RGB (Red+Green+Blue) = 181+11+32=224 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.80% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50B20 is #4AF4DF. Grayscale: #404040. Windows color (decimal): -4912352 or 2100149. OLE color: 2100149.
HSL color Cylindrical-coordinate representation of color #B50B20: hue angle of 352.59º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50B20 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 11 | 32 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.29 |
| HSL | 352.59º | 0.89% | 0.38% | - |
| HSV(B) | 352.59º | 0.94% | 0.71% | - |
| XYZ | 19.44 | 10.17 | 2.3 | - |
| YUV | 64.22 | 109.82 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 32 | 0 | 0.94 | 0.82 | 0.29 | 352.59 | 0.89 | 0.38 |
| Hex | B5 | B | 20 | 0 | 5E | 52 | 1D | 161 | 59 | 26 |
| Octal | 265 | 13 | 40 | 0 | 136 | 122 | 35 | 541 | 131 | 46 |
| Binary | 10110101 | 1011 | 100000 | 0 | 1011110 | 1010010 | 11101 | 101100001 | 1011001 | 100110 |
Color Harmonies of #B50B20
Complementary color
Monochromatic Colors of #B50B20
Black with #B50B20
Text Example
Text Example
White with #B50B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50B20; }
p { color: rgb(181,11,32); }
H1.HeaderClassName
{
color: #B50B20;
}
.AnyTagClassName
{
color: #B50B20;
}
</style>
background-color css
<style>
a { background-color: #B50B20; }
a { background-color: rgb(181,11,32); }
div.DivClassName
{
background-color: #B50B20;
}
.BgClassName
{
background-color: #B50B20;
}
</style>
border-color css
<style>
span { border-color: #B50B20; }
span { border-color: rgb(181,11,32); }
td.TdClassName
{
border-color: #B50B20;
}
.TagClassName
{
border-color: #B50B20;
}
</style>