Shades of Venetian Red #B50029
Tints of Venetian Red #B50029
RGB
CMYK
RGB Variations
Color information
#B50029 (or 0xB50029) is known color: Venetian Red. HEX triplet: B5, 00 and 29. RGB value is (181,0,41). Sum of RGB (Red+Green+Blue) = 181+0+41=222 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.53% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 181 - color contains mainly: red. Hex color #B50029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50029 is #4AFFD6. Grayscale: #3A3A3A. Windows color (decimal): -4915159 or 2687157. OLE color: 2687157.
HSL color Cylindrical-coordinate representation of color #B50029: hue angle of 346.41º 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 #B50029 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.77 | 0.29 |
| HSL | 346.41º | 1% | 0.35% | - |
| HSV(B) | 346.41º | 1% | 0.71% | - |
| XYZ | 19.46 | 9.98 | 3 | - |
| YUV | 58.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 41 | 0 | 1 | 0.77 | 0.29 | 346.41 | 1 | 0.35 |
| Hex | B5 | 0 | 29 | 0 | 64 | 4D | 1D | 15A | 64 | 23 |
| Octal | 265 | 0 | 51 | 0 | 144 | 115 | 35 | 532 | 144 | 43 |
| Binary | 10110101 | 0 | 101001 | 0 | 1100100 | 1001101 | 11101 | 101011010 | 1100100 | 100011 |
Color Harmonies of #B50029
Complementary color
Monochromatic Colors of #B50029
Black with #B50029
Text Example
Text Example
White with #B50029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50029; }
p { color: rgb(181,0,41); }
H1.HeaderClassName
{
color: #B50029;
}
.AnyTagClassName
{
color: #B50029;
}
</style>
background-color css
<style>
a { background-color: #B50029; }
a { background-color: rgb(181,0,41); }
div.DivClassName
{
background-color: #B50029;
}
.BgClassName
{
background-color: #B50029;
}
</style>
border-color css
<style>
span { border-color: #B50029; }
span { border-color: rgb(181,0,41); }
td.TdClassName
{
border-color: #B50029;
}
.TagClassName
{
border-color: #B50029;
}
</style>