Shades of Venetian Red #B51114
Tints of Venetian Red #B51114
RGB
CMYK
RGB Variations
Color information
#B51114 (or 0xB51114) is known color: Venetian Red. HEX triplet: B5, 11 and 14. RGB value is (181,17,20). Sum of RGB (Red+Green+Blue) = 181+17+20=218 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.03% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 181 - color contains mainly: red. Hex color #B51114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51114 is #4AEEEB. Grayscale: #424242. Windows color (decimal): -4910828 or 1315253. OLE color: 1315253.
HSL color Cylindrical-coordinate representation of color #B51114: hue angle of 358.9º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51114 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 20 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.29 |
| HSL | 358.9º | 0.83% | 0.39% | - |
| HSV(B) | 358.9º | 0.91% | 0.71% | - |
| XYZ | 19.38 | 10.28 | 1.62 | - |
| YUV | 66.38 | 101.83 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 20 | 0 | 0.91 | 0.89 | 0.29 | 358.9 | 0.83 | 0.39 |
| Hex | B5 | 11 | 14 | 0 | 5B | 59 | 1D | 167 | 53 | 27 |
| Octal | 265 | 21 | 24 | 0 | 133 | 131 | 35 | 547 | 123 | 47 |
| Binary | 10110101 | 10001 | 10100 | 0 | 1011011 | 1011001 | 11101 | 101100111 | 1010011 | 100111 |
Color Harmonies of #B51114
Complementary color
Monochromatic Colors of #B51114
Black with #B51114
Text Example
Text Example
White with #B51114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51114; }
p { color: rgb(181,17,20); }
H1.HeaderClassName
{
color: #B51114;
}
.AnyTagClassName
{
color: #B51114;
}
</style>
background-color css
<style>
a { background-color: #B51114; }
a { background-color: rgb(181,17,20); }
div.DivClassName
{
background-color: #B51114;
}
.BgClassName
{
background-color: #B51114;
}
</style>
border-color css
<style>
span { border-color: #B51114; }
span { border-color: rgb(181,17,20); }
td.TdClassName
{
border-color: #B51114;
}
.TagClassName
{
border-color: #B51114;
}
</style>