Shades of Venetian Red #B5151E
Tints of Venetian Red #B5151E
RGB
CMYK
RGB Variations
Color information
#B5151E (or 0xB5151E) is known color: Venetian Red. HEX triplet: B5, 15 and 1E. RGB value is (181,21,30). Sum of RGB (Red+Green+Blue) = 181+21+30=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B5151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5151E is #4AEAE1. Grayscale: #454545. Windows color (decimal): -4909794 or 1971637. OLE color: 1971637.
HSL color Cylindrical-coordinate representation of color #B5151E: hue angle of 356.62º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5151E is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 21 | 30 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.29 |
| HSL | 356.63º | 0.79% | 0.4% | - |
| HSV(B) | 356.63º | 0.88% | 0.71% | - |
| XYZ | 19.56 | 10.45 | 2.22 | - |
| YUV | 69.87 | 105.51 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 21 | 30 | 0 | 0.88 | 0.83 | 0.29 | 356.63 | 0.79 | 0.4 |
| Hex | B5 | 15 | 1E | 0 | 58 | 53 | 1D | 165 | 4F | 28 |
| Octal | 265 | 25 | 36 | 0 | 130 | 123 | 35 | 545 | 117 | 50 |
| Binary | 10110101 | 10101 | 11110 | 0 | 1011000 | 1010011 | 11101 | 101100101 | 1001111 | 101000 |
Color Harmonies of #B5151E
Complementary color
Monochromatic Colors of #B5151E
Black with #B5151E
Text Example
Text Example
White with #B5151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5151E; }
p { color: rgb(181,21,30); }
H1.HeaderClassName
{
color: #B5151E;
}
.AnyTagClassName
{
color: #B5151E;
}
</style>
background-color css
<style>
a { background-color: #B5151E; }
a { background-color: rgb(181,21,30); }
div.DivClassName
{
background-color: #B5151E;
}
.BgClassName
{
background-color: #B5151E;
}
</style>
border-color css
<style>
span { border-color: #B5151E; }
span { border-color: rgb(181,21,30); }
td.TdClassName
{
border-color: #B5151E;
}
.TagClassName
{
border-color: #B5151E;
}
</style>