Shades of Venetian Red #B50003
Tints of Venetian Red #B50003
RGB
CMYK
RGB Variations
Color information
#B50003 (or 0xB50003) is known color: Venetian Red. HEX triplet: B5, 00 and 03. RGB value is (181,0,3). Sum of RGB (Red+Green+Blue) = 181+0+3=184 (24% of max value = 765). Red value is 181 (71.09% from 255 or 98.37% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 181 - color contains mainly: red. Hex color #B50003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50003 is #4AFFFC. Grayscale: #363636. Windows color (decimal): -4915197 or 196789. OLE color: 196789.
HSL color Cylindrical-coordinate representation of color #B50003: hue angle of 359.01º 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 #B50003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.98 | 0.29 |
| HSL | 359.01º | 1% | 0.35% | - |
| HSV(B) | 359.01º | 1% | 0.71% | - |
| XYZ | 19.07 | 9.83 | 0.98 | - |
| YUV | 54.46 | 98.97 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 3 | 0 | 1 | 0.98 | 0.29 | 359.01 | 1 | 0.35 |
| Hex | B5 | 0 | 3 | 0 | 64 | 62 | 1D | 167 | 64 | 23 |
| Octal | 265 | 0 | 3 | 0 | 144 | 142 | 35 | 547 | 144 | 43 |
| Binary | 10110101 | 0 | 11 | 0 | 1100100 | 1100010 | 11101 | 101100111 | 1100100 | 100011 |
Color Harmonies of #B50003
Complementary color
Monochromatic Colors of #B50003
Black with #B50003
Text Example
Text Example
White with #B50003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50003; }
p { color: rgb(181,0,3); }
H1.HeaderClassName
{
color: #B50003;
}
.AnyTagClassName
{
color: #B50003;
}
</style>
background-color css
<style>
a { background-color: #B50003; }
a { background-color: rgb(181,0,3); }
div.DivClassName
{
background-color: #B50003;
}
.BgClassName
{
background-color: #B50003;
}
</style>
border-color css
<style>
span { border-color: #B50003; }
span { border-color: rgb(181,0,3); }
td.TdClassName
{
border-color: #B50003;
}
.TagClassName
{
border-color: #B50003;
}
</style>