Shades of Venetian Red #B50005
Tints of Venetian Red #B50005
RGB
CMYK
RGB Variations
Color information
#B50005 (or 0xB50005) is known color: Venetian Red. HEX triplet: B5, 00 and 05. RGB value is (181,0,5). Sum of RGB (Red+Green+Blue) = 181+0+5=186 (24% of max value = 765). Red value is 181 (71.09% from 255 or 97.31% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 181 - color contains mainly: red. Hex color #B50005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50005 is #4AFFFA. Grayscale: #363636. Windows color (decimal): -4915195 or 327861. OLE color: 327861.
HSL color Cylindrical-coordinate representation of color #B50005: hue angle of 358.34º 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 #B50005 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.97 | 0.29 |
| HSL | 358.34º | 1% | 0.35% | - |
| HSV(B) | 358.34º | 1% | 0.71% | - |
| XYZ | 19.08 | 9.83 | 1.04 | - |
| YUV | 54.69 | 99.97 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 5 | 0 | 1 | 0.97 | 0.29 | 358.34 | 1 | 0.35 |
| Hex | B5 | 0 | 5 | 0 | 64 | 61 | 1D | 166 | 64 | 23 |
| Octal | 265 | 0 | 5 | 0 | 144 | 141 | 35 | 546 | 144 | 43 |
| Binary | 10110101 | 0 | 101 | 0 | 1100100 | 1100001 | 11101 | 101100110 | 1100100 | 100011 |
Color Harmonies of #B50005
Complementary color
Monochromatic Colors of #B50005
Black with #B50005
Text Example
Text Example
White with #B50005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50005; }
p { color: rgb(181,0,5); }
H1.HeaderClassName
{
color: #B50005;
}
.AnyTagClassName
{
color: #B50005;
}
</style>
background-color css
<style>
a { background-color: #B50005; }
a { background-color: rgb(181,0,5); }
div.DivClassName
{
background-color: #B50005;
}
.BgClassName
{
background-color: #B50005;
}
</style>
border-color css
<style>
span { border-color: #B50005; }
span { border-color: rgb(181,0,5); }
td.TdClassName
{
border-color: #B50005;
}
.TagClassName
{
border-color: #B50005;
}
</style>