Shades of Venetian Red #B50105
Tints of Venetian Red #B50105
RGB
CMYK
RGB Variations
Color information
#B50105 (or 0xB50105) is known color: Venetian Red. HEX triplet: B5, 01 and 05. RGB value is (181,1,5). Sum of RGB (Red+Green+Blue) = 181+1+5=187 (24% of max value = 765). Red value is 181 (71.09% from 255 or 96.79% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 181 - color contains mainly: red. Hex color #B50105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50105 is #4AFEFA. Grayscale: #373737. Windows color (decimal): -4914939 or 328117. OLE color: 328117.
HSL color Cylindrical-coordinate representation of color #B50105: hue angle of 358.67º degrees, saturation: 0.99, 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 #B50105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.29 |
| HSL | 358.67º | 0.99% | 0.36% | - |
| HSV(B) | 358.67º | 0.99% | 0.71% | - |
| XYZ | 19.09 | 9.86 | 1.04 | - |
| YUV | 55.28 | 99.63 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 5 | 0 | 0.99 | 0.97 | 0.29 | 358.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | 5 | 0 | 63 | 61 | 1D | 167 | 63 | 24 |
| Octal | 265 | 1 | 5 | 0 | 143 | 141 | 35 | 547 | 143 | 44 |
| Binary | 10110101 | 1 | 101 | 0 | 1100011 | 1100001 | 11101 | 101100111 | 1100011 | 100100 |
Color Harmonies of #B50105
Complementary color
Monochromatic Colors of #B50105
Black with #B50105
Text Example
Text Example
White with #B50105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50105; }
p { color: rgb(181,1,5); }
H1.HeaderClassName
{
color: #B50105;
}
.AnyTagClassName
{
color: #B50105;
}
</style>
background-color css
<style>
a { background-color: #B50105; }
a { background-color: rgb(181,1,5); }
div.DivClassName
{
background-color: #B50105;
}
.BgClassName
{
background-color: #B50105;
}
</style>
border-color css
<style>
span { border-color: #B50105; }
span { border-color: rgb(181,1,5); }
td.TdClassName
{
border-color: #B50105;
}
.TagClassName
{
border-color: #B50105;
}
</style>