Shades of Venetian Red #B5141E
Tints of Venetian Red #B5141E
RGB
CMYK
RGB Variations
Color information
#B5141E (or 0xB5141E) is known color: Venetian Red. HEX triplet: B5, 14 and 1E. RGB value is (181,20,30). Sum of RGB (Red+Green+Blue) = 181+20+30=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B5141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5141E is #4AEBE1. Grayscale: #454545. Windows color (decimal): -4910050 or 1971381. OLE color: 1971381.
HSL color Cylindrical-coordinate representation of color #B5141E: hue angle of 356.27º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5141E is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 30 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.29 |
| HSL | 356.27º | 0.8% | 0.39% | - |
| HSV(B) | 356.27º | 0.89% | 0.71% | - |
| XYZ | 19.54 | 10.42 | 2.21 | - |
| YUV | 69.28 | 105.84 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 30 | 0 | 0.89 | 0.83 | 0.29 | 356.27 | 0.8 | 0.39 |
| Hex | B5 | 14 | 1E | 0 | 59 | 53 | 1D | 164 | 50 | 27 |
| Octal | 265 | 24 | 36 | 0 | 131 | 123 | 35 | 544 | 120 | 47 |
| Binary | 10110101 | 10100 | 11110 | 0 | 1011001 | 1010011 | 11101 | 101100100 | 1010000 | 100111 |
Color Harmonies of #B5141E
Complementary color
Monochromatic Colors of #B5141E
Black with #B5141E
Text Example
Text Example
White with #B5141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5141E; }
p { color: rgb(181,20,30); }
H1.HeaderClassName
{
color: #B5141E;
}
.AnyTagClassName
{
color: #B5141E;
}
</style>
background-color css
<style>
a { background-color: #B5141E; }
a { background-color: rgb(181,20,30); }
div.DivClassName
{
background-color: #B5141E;
}
.BgClassName
{
background-color: #B5141E;
}
</style>
border-color css
<style>
span { border-color: #B5141E; }
span { border-color: rgb(181,20,30); }
td.TdClassName
{
border-color: #B5141E;
}
.TagClassName
{
border-color: #B5141E;
}
</style>