Shades of Venetian Red #B51118
Tints of Venetian Red #B51118
RGB
CMYK
RGB Variations
Color information
#B51118 (or 0xB51118) is known color: Venetian Red. HEX triplet: B5, 11 and 18. RGB value is (181,17,24). Sum of RGB (Red+Green+Blue) = 181+17+24=222 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.53% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 181 - color contains mainly: red. Hex color #B51118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51118 is #4AEEE7. Grayscale: #424242. Windows color (decimal): -4910824 or 1577397. OLE color: 1577397.
HSL color Cylindrical-coordinate representation of color #B51118: hue angle of 357.44º 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 #B51118 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 24 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.29 |
| HSL | 357.44º | 0.83% | 0.39% | - |
| HSV(B) | 357.44º | 0.91% | 0.71% | - |
| XYZ | 19.42 | 10.29 | 1.83 | - |
| YUV | 66.83 | 103.83 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 24 | 0 | 0.91 | 0.87 | 0.29 | 357.44 | 0.83 | 0.39 |
| Hex | B5 | 11 | 18 | 0 | 5B | 57 | 1D | 165 | 53 | 27 |
| Octal | 265 | 21 | 30 | 0 | 133 | 127 | 35 | 545 | 123 | 47 |
| Binary | 10110101 | 10001 | 11000 | 0 | 1011011 | 1010111 | 11101 | 101100101 | 1010011 | 100111 |
Color Harmonies of #B51118
Complementary color
Monochromatic Colors of #B51118
Black with #B51118
Text Example
Text Example
White with #B51118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51118; }
p { color: rgb(181,17,24); }
H1.HeaderClassName
{
color: #B51118;
}
.AnyTagClassName
{
color: #B51118;
}
</style>
background-color css
<style>
a { background-color: #B51118; }
a { background-color: rgb(181,17,24); }
div.DivClassName
{
background-color: #B51118;
}
.BgClassName
{
background-color: #B51118;
}
</style>
border-color css
<style>
span { border-color: #B51118; }
span { border-color: rgb(181,17,24); }
td.TdClassName
{
border-color: #B51118;
}
.TagClassName
{
border-color: #B51118;
}
</style>