Shades of Venetian Red #B50021
Tints of Venetian Red #B50021
RGB
CMYK
RGB Variations
Color information
#B50021 (or 0xB50021) is known color: Venetian Red. HEX triplet: B5, 00 and 21. RGB value is (181,0,33). Sum of RGB (Red+Green+Blue) = 181+0+33=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B50021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50021 is #4AFFDE. Grayscale: #393939. Windows color (decimal): -4915167 or 2162869. OLE color: 2162869.
HSL color Cylindrical-coordinate representation of color #B50021: hue angle of 349.06º 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 #B50021 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.82 | 0.29 |
| HSL | 349.06º | 1% | 0.35% | - |
| HSV(B) | 349.06º | 1% | 0.71% | - |
| XYZ | 19.33 | 9.93 | 2.34 | - |
| YUV | 57.88 | 113.97 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 33 | 0 | 1 | 0.82 | 0.29 | 349.06 | 1 | 0.35 |
| Hex | B5 | 0 | 21 | 0 | 64 | 52 | 1D | 15D | 64 | 23 |
| Octal | 265 | 0 | 41 | 0 | 144 | 122 | 35 | 535 | 144 | 43 |
| Binary | 10110101 | 0 | 100001 | 0 | 1100100 | 1010010 | 11101 | 101011101 | 1100100 | 100011 |
Color Harmonies of #B50021
Complementary color
Monochromatic Colors of #B50021
Black with #B50021
Text Example
Text Example
White with #B50021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50021; }
p { color: rgb(181,0,33); }
H1.HeaderClassName
{
color: #B50021;
}
.AnyTagClassName
{
color: #B50021;
}
</style>
background-color css
<style>
a { background-color: #B50021; }
a { background-color: rgb(181,0,33); }
div.DivClassName
{
background-color: #B50021;
}
.BgClassName
{
background-color: #B50021;
}
</style>
border-color css
<style>
span { border-color: #B50021; }
span { border-color: rgb(181,0,33); }
td.TdClassName
{
border-color: #B50021;
}
.TagClassName
{
border-color: #B50021;
}
</style>