Shades of Venetian Red #B50813
Tints of Venetian Red #B50813
RGB
CMYK
RGB Variations
Color information
#B50813 (or 0xB50813) is known color: Venetian Red. HEX triplet: B5, 08 and 13. RGB value is (181,8,19). Sum of RGB (Red+Green+Blue) = 181+8+19=208 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.02% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 181 - color contains mainly: red. Hex color #B50813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50813 is #4AF7EC. Grayscale: #3D3D3D. Windows color (decimal): -4913133 or 1247413. OLE color: 1247413.
HSL color Cylindrical-coordinate representation of color #B50813: hue angle of 356.18º 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 #B50813 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 19 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.29 |
| HSL | 356.19º | 0.92% | 0.37% | - |
| HSV(B) | 356.19º | 0.96% | 0.71% | - |
| XYZ | 19.26 | 10.04 | 1.54 | - |
| YUV | 60.98 | 104.31 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 19 | 0 | 0.96 | 0.90 | 0.29 | 356.19 | 0.92 | 0.37 |
| Hex | B5 | 8 | 13 | 0 | 60 | 5A | 1D | 164 | 5C | 25 |
| Octal | 265 | 10 | 23 | 0 | 140 | 132 | 35 | 544 | 134 | 45 |
| Binary | 10110101 | 1000 | 10011 | 0 | 1100000 | 1011010 | 11101 | 101100100 | 1011100 | 100101 |
Color Harmonies of #B50813
Complementary color
Monochromatic Colors of #B50813
Black with #B50813
Text Example
Text Example
White with #B50813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50813; }
p { color: rgb(181,8,19); }
H1.HeaderClassName
{
color: #B50813;
}
.AnyTagClassName
{
color: #B50813;
}
</style>
background-color css
<style>
a { background-color: #B50813; }
a { background-color: rgb(181,8,19); }
div.DivClassName
{
background-color: #B50813;
}
.BgClassName
{
background-color: #B50813;
}
</style>
border-color css
<style>
span { border-color: #B50813; }
span { border-color: rgb(181,8,19); }
td.TdClassName
{
border-color: #B50813;
}
.TagClassName
{
border-color: #B50813;
}
</style>