Shades of Venetian Red #B50104
Tints of Venetian Red #B50104
RGB
CMYK
RGB Variations
Color information
#B50104 (or 0xB50104) is known color: Venetian Red. HEX triplet: B5, 01 and 04. RGB value is (181,1,4). Sum of RGB (Red+Green+Blue) = 181+1+4=186 (24% of max value = 765). Red value is 181 (71.09% from 255 or 97.31% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 181 - color contains mainly: red. Hex color #B50104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50104 is #4AFEFB. Grayscale: #373737. Windows color (decimal): -4914940 or 262581. OLE color: 262581.
HSL color Cylindrical-coordinate representation of color #B50104: hue angle of 359º 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 #B50104 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.29 |
| HSL | 359º | 0.99% | 0.36% | - |
| HSV(B) | 359º | 0.99% | 0.71% | - |
| XYZ | 19.09 | 9.85 | 1.01 | - |
| YUV | 55.16 | 99.13 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 4 | 0 | 0.99 | 0.98 | 0.29 | 359 | 0.99 | 0.36 |
| Hex | B5 | 1 | 4 | 0 | 63 | 62 | 1D | 167 | 63 | 24 |
| Octal | 265 | 1 | 4 | 0 | 143 | 142 | 35 | 547 | 143 | 44 |
| Binary | 10110101 | 1 | 100 | 0 | 1100011 | 1100010 | 11101 | 101100111 | 1100011 | 100100 |
Color Harmonies of #B50104
Complementary color
Monochromatic Colors of #B50104
Black with #B50104
Text Example
Text Example
White with #B50104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50104; }
p { color: rgb(181,1,4); }
H1.HeaderClassName
{
color: #B50104;
}
.AnyTagClassName
{
color: #B50104;
}
</style>
background-color css
<style>
a { background-color: #B50104; }
a { background-color: rgb(181,1,4); }
div.DivClassName
{
background-color: #B50104;
}
.BgClassName
{
background-color: #B50104;
}
</style>
border-color css
<style>
span { border-color: #B50104; }
span { border-color: rgb(181,1,4); }
td.TdClassName
{
border-color: #B50104;
}
.TagClassName
{
border-color: #B50104;
}
</style>