Shades of Venetian Red #B51117
Tints of Venetian Red #B51117
RGB
CMYK
RGB Variations
Color information
#B51117 (or 0xB51117) is known color: Venetian Red. HEX triplet: B5, 11 and 17. RGB value is (181,17,23). Sum of RGB (Red+Green+Blue) = 181+17+23=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B51117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51117 is #4AEEE8. Grayscale: #424242. Windows color (decimal): -4910825 or 1511861. OLE color: 1511861.
HSL color Cylindrical-coordinate representation of color #B51117: hue angle of 357.8º 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 #B51117 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 23 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.29 |
| HSL | 357.8º | 0.83% | 0.39% | - |
| HSV(B) | 357.8º | 0.91% | 0.71% | - |
| XYZ | 19.41 | 10.29 | 1.77 | - |
| YUV | 66.72 | 103.33 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 23 | 0 | 0.91 | 0.87 | 0.29 | 357.8 | 0.83 | 0.39 |
| Hex | B5 | 11 | 17 | 0 | 5B | 57 | 1D | 166 | 53 | 27 |
| Octal | 265 | 21 | 27 | 0 | 133 | 127 | 35 | 546 | 123 | 47 |
| Binary | 10110101 | 10001 | 10111 | 0 | 1011011 | 1010111 | 11101 | 101100110 | 1010011 | 100111 |
Color Harmonies of #B51117
Complementary color
Monochromatic Colors of #B51117
Black with #B51117
Text Example
Text Example
White with #B51117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51117; }
p { color: rgb(181,17,23); }
H1.HeaderClassName
{
color: #B51117;
}
.AnyTagClassName
{
color: #B51117;
}
</style>
background-color css
<style>
a { background-color: #B51117; }
a { background-color: rgb(181,17,23); }
div.DivClassName
{
background-color: #B51117;
}
.BgClassName
{
background-color: #B51117;
}
</style>
border-color css
<style>
span { border-color: #B51117; }
span { border-color: rgb(181,17,23); }
td.TdClassName
{
border-color: #B51117;
}
.TagClassName
{
border-color: #B51117;
}
</style>