Shades of Venetian Red #B50619
Tints of Venetian Red #B50619
RGB
CMYK
RGB Variations
Color information
#B50619 (or 0xB50619) is known color: Venetian Red. HEX triplet: B5, 06 and 19. RGB value is (181,6,25). Sum of RGB (Red+Green+Blue) = 181+6+25=212 (28% of max value = 765). Red value is 181 (71.09% from 255 or 85.38% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 181 - color contains mainly: red. Hex color #B50619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50619 is #4AF9E6. Grayscale: #3C3C3C. Windows color (decimal): -4913639 or 1640117. OLE color: 1640117.
HSL color Cylindrical-coordinate representation of color #B50619: hue angle of 353.49º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50619 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 25 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.29 |
| HSL | 353.49º | 0.94% | 0.37% | - |
| HSV(B) | 353.49º | 0.97% | 0.71% | - |
| XYZ | 19.3 | 10.02 | 1.84 | - |
| YUV | 60.49 | 107.98 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 25 | 0 | 0.97 | 0.86 | 0.29 | 353.49 | 0.94 | 0.37 |
| Hex | B5 | 6 | 19 | 0 | 61 | 56 | 1D | 161 | 5E | 25 |
| Octal | 265 | 6 | 31 | 0 | 141 | 126 | 35 | 541 | 136 | 45 |
| Binary | 10110101 | 110 | 11001 | 0 | 1100001 | 1010110 | 11101 | 101100001 | 1011110 | 100101 |
Color Harmonies of #B50619
Complementary color
Monochromatic Colors of #B50619
Black with #B50619
Text Example
Text Example
White with #B50619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50619; }
p { color: rgb(181,6,25); }
H1.HeaderClassName
{
color: #B50619;
}
.AnyTagClassName
{
color: #B50619;
}
</style>
background-color css
<style>
a { background-color: #B50619; }
a { background-color: rgb(181,6,25); }
div.DivClassName
{
background-color: #B50619;
}
.BgClassName
{
background-color: #B50619;
}
</style>
border-color css
<style>
span { border-color: #B50619; }
span { border-color: rgb(181,6,25); }
td.TdClassName
{
border-color: #B50619;
}
.TagClassName
{
border-color: #B50619;
}
</style>