Shades of Venetian Red #B50820
Tints of Venetian Red #B50820
RGB
CMYK
RGB Variations
Color information
#B50820 (or 0xB50820) is known color: Venetian Red. HEX triplet: B5, 08 and 20. RGB value is (181,8,32). Sum of RGB (Red+Green+Blue) = 181+8+32=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B50820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50820 is #4AF7DF. Grayscale: #3E3E3E. Windows color (decimal): -4913120 or 2099381. OLE color: 2099381.
HSL color Cylindrical-coordinate representation of color #B50820: hue angle of 351.68º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50820 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 32 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.29 |
| HSL | 351.68º | 0.92% | 0.37% | - |
| HSV(B) | 351.68º | 0.96% | 0.71% | - |
| XYZ | 19.4 | 10.1 | 2.29 | - |
| YUV | 62.46 | 110.81 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 32 | 0 | 0.96 | 0.82 | 0.29 | 351.68 | 0.92 | 0.37 |
| Hex | B5 | 8 | 20 | 0 | 60 | 52 | 1D | 160 | 5C | 25 |
| Octal | 265 | 10 | 40 | 0 | 140 | 122 | 35 | 540 | 134 | 45 |
| Binary | 10110101 | 1000 | 100000 | 0 | 1100000 | 1010010 | 11101 | 101100000 | 1011100 | 100101 |
Color Harmonies of #B50820
Complementary color
Monochromatic Colors of #B50820
Black with #B50820
Text Example
Text Example
White with #B50820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50820; }
p { color: rgb(181,8,32); }
H1.HeaderClassName
{
color: #B50820;
}
.AnyTagClassName
{
color: #B50820;
}
</style>
background-color css
<style>
a { background-color: #B50820; }
a { background-color: rgb(181,8,32); }
div.DivClassName
{
background-color: #B50820;
}
.BgClassName
{
background-color: #B50820;
}
</style>
border-color css
<style>
span { border-color: #B50820; }
span { border-color: rgb(181,8,32); }
td.TdClassName
{
border-color: #B50820;
}
.TagClassName
{
border-color: #B50820;
}
</style>