Shades of Venetian Red #B50113
Tints of Venetian Red #B50113
RGB
CMYK
RGB Variations
Color information
#B50113 (or 0xB50113) is known color: Venetian Red. HEX triplet: B5, 01 and 13. RGB value is (181,1,19). Sum of RGB (Red+Green+Blue) = 181+1+19=201 (26% of max value = 765). Red value is 181 (71.09% from 255 or 90.05% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 181 - color contains mainly: red. Hex color #B50113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50113 is #4AFEEC. Grayscale: #383838. Windows color (decimal): -4914925 or 1245621. OLE color: 1245621.
HSL color Cylindrical-coordinate representation of color #B50113: hue angle of 354º 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 #B50113 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.29 |
| HSL | 354º | 0.99% | 0.36% | - |
| HSV(B) | 354º | 0.99% | 0.71% | - |
| XYZ | 19.18 | 9.89 | 1.51 | - |
| YUV | 56.87 | 106.63 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 19 | 0 | 0.99 | 0.90 | 0.29 | 354 | 0.99 | 0.36 |
| Hex | B5 | 1 | 13 | 0 | 63 | 5A | 1D | 162 | 63 | 24 |
| Octal | 265 | 1 | 23 | 0 | 143 | 132 | 35 | 542 | 143 | 44 |
| Binary | 10110101 | 1 | 10011 | 0 | 1100011 | 1011010 | 11101 | 101100010 | 1100011 | 100100 |
Color Harmonies of #B50113
Complementary color
Monochromatic Colors of #B50113
Black with #B50113
Text Example
Text Example
White with #B50113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50113; }
p { color: rgb(181,1,19); }
H1.HeaderClassName
{
color: #B50113;
}
.AnyTagClassName
{
color: #B50113;
}
</style>
background-color css
<style>
a { background-color: #B50113; }
a { background-color: rgb(181,1,19); }
div.DivClassName
{
background-color: #B50113;
}
.BgClassName
{
background-color: #B50113;
}
</style>
border-color css
<style>
span { border-color: #B50113; }
span { border-color: rgb(181,1,19); }
td.TdClassName
{
border-color: #B50113;
}
.TagClassName
{
border-color: #B50113;
}
</style>