Shades of Venetian Red #B50205
Tints of Venetian Red #B50205
RGB
CMYK
RGB Variations
Color information
#B50205 (or 0xB50205) is known color: Venetian Red. HEX triplet: B5, 02 and 05. RGB value is (181,2,5). Sum of RGB (Red+Green+Blue) = 181+2+5=188 (24% of max value = 765). Red value is 181 (71.09% from 255 or 96.28% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 181 - color contains mainly: red. Hex color #B50205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50205 is #4AFDFA. Grayscale: #383838. Windows color (decimal): -4914683 or 328373. OLE color: 328373.
HSL color Cylindrical-coordinate representation of color #B50205: hue angle of 358.99º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50205 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.29 |
| HSL | 358.99º | 0.98% | 0.36% | - |
| HSV(B) | 358.99º | 0.99% | 0.71% | - |
| XYZ | 19.11 | 9.88 | 1.04 | - |
| YUV | 55.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 5 | 0 | 0.99 | 0.97 | 0.29 | 358.99 | 0.98 | 0.36 |
| Hex | B5 | 2 | 5 | 0 | 63 | 61 | 1D | 167 | 62 | 24 |
| Octal | 265 | 2 | 5 | 0 | 143 | 141 | 35 | 547 | 142 | 44 |
| Binary | 10110101 | 10 | 101 | 0 | 1100011 | 1100001 | 11101 | 101100111 | 1100010 | 100100 |
Color Harmonies of #B50205
Complementary color
Monochromatic Colors of #B50205
Black with #B50205
Text Example
Text Example
White with #B50205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50205; }
p { color: rgb(181,2,5); }
H1.HeaderClassName
{
color: #B50205;
}
.AnyTagClassName
{
color: #B50205;
}
</style>
background-color css
<style>
a { background-color: #B50205; }
a { background-color: rgb(181,2,5); }
div.DivClassName
{
background-color: #B50205;
}
.BgClassName
{
background-color: #B50205;
}
</style>
border-color css
<style>
span { border-color: #B50205; }
span { border-color: rgb(181,2,5); }
td.TdClassName
{
border-color: #B50205;
}
.TagClassName
{
border-color: #B50205;
}
</style>