Shades of Venetian Red #B50819
Tints of Venetian Red #B50819
RGB
CMYK
RGB Variations
Color information
#B50819 (or 0xB50819) is known color: Venetian Red. HEX triplet: B5, 08 and 19. RGB value is (181,8,25). Sum of RGB (Red+Green+Blue) = 181+8+25=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B50819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50819 is #4AF7E6. Grayscale: #3D3D3D. Windows color (decimal): -4913127 or 1640629. OLE color: 1640629.
HSL color Cylindrical-coordinate representation of color #B50819: hue angle of 354.1º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50819 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 25 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.29 |
| HSL | 354.1º | 0.92% | 0.37% | - |
| HSV(B) | 354.1º | 0.96% | 0.71% | - |
| XYZ | 19.32 | 10.07 | 1.84 | - |
| YUV | 61.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 25 | 0 | 0.96 | 0.86 | 0.29 | 354.1 | 0.92 | 0.37 |
| Hex | B5 | 8 | 19 | 0 | 60 | 56 | 1D | 162 | 5C | 25 |
| Octal | 265 | 10 | 31 | 0 | 140 | 126 | 35 | 542 | 134 | 45 |
| Binary | 10110101 | 1000 | 11001 | 0 | 1100000 | 1010110 | 11101 | 101100010 | 1011100 | 100101 |
Color Harmonies of #B50819
Complementary color
Monochromatic Colors of #B50819
Black with #B50819
Text Example
Text Example
White with #B50819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50819; }
p { color: rgb(181,8,25); }
H1.HeaderClassName
{
color: #B50819;
}
.AnyTagClassName
{
color: #B50819;
}
</style>
background-color css
<style>
a { background-color: #B50819; }
a { background-color: rgb(181,8,25); }
div.DivClassName
{
background-color: #B50819;
}
.BgClassName
{
background-color: #B50819;
}
</style>
border-color css
<style>
span { border-color: #B50819; }
span { border-color: rgb(181,8,25); }
td.TdClassName
{
border-color: #B50819;
}
.TagClassName
{
border-color: #B50819;
}
</style>