Shades of Venetian Red #B5111F
Tints of Venetian Red #B5111F
RGB
CMYK
RGB Variations
Color information
#B5111F (or 0xB5111F) is known color: Venetian Red. HEX triplet: B5, 11 and 1F. RGB value is (181,17,31). Sum of RGB (Red+Green+Blue) = 181+17+31=229 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.04% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 181 - color contains mainly: red. Hex color #B5111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5111F is #4AEEE0. Grayscale: #434343. Windows color (decimal): -4910817 or 2036149. OLE color: 2036149.
HSL color Cylindrical-coordinate representation of color #B5111F: hue angle of 354.88º 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 #B5111F is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 31 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.29 |
| HSL | 354.88º | 0.83% | 0.39% | - |
| HSV(B) | 354.88º | 0.91% | 0.71% | - |
| XYZ | 19.5 | 10.32 | 2.26 | - |
| YUV | 67.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 31 | 0 | 0.91 | 0.83 | 0.29 | 354.88 | 0.83 | 0.39 |
| Hex | B5 | 11 | 1F | 0 | 5B | 53 | 1D | 163 | 53 | 27 |
| Octal | 265 | 21 | 37 | 0 | 133 | 123 | 35 | 543 | 123 | 47 |
| Binary | 10110101 | 10001 | 11111 | 0 | 1011011 | 1010011 | 11101 | 101100011 | 1010011 | 100111 |
Color Harmonies of #B5111F
Complementary color
Monochromatic Colors of #B5111F
Black with #B5111F
Text Example
Text Example
White with #B5111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5111F; }
p { color: rgb(181,17,31); }
H1.HeaderClassName
{
color: #B5111F;
}
.AnyTagClassName
{
color: #B5111F;
}
</style>
background-color css
<style>
a { background-color: #B5111F; }
a { background-color: rgb(181,17,31); }
div.DivClassName
{
background-color: #B5111F;
}
.BgClassName
{
background-color: #B5111F;
}
</style>
border-color css
<style>
span { border-color: #B5111F; }
span { border-color: rgb(181,17,31); }
td.TdClassName
{
border-color: #B5111F;
}
.TagClassName
{
border-color: #B5111F;
}
</style>