Shades of Venetian Red #B5131E
Tints of Venetian Red #B5131E
RGB
CMYK
RGB Variations
Color information
#B5131E (or 0xB5131E) is known color: Venetian Red. HEX triplet: B5, 13 and 1E. RGB value is (181,19,30). Sum of RGB (Red+Green+Blue) = 181+19+30=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B5131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5131E is #4AECE1. Grayscale: #444444. Windows color (decimal): -4910306 or 1971125. OLE color: 1971125.
HSL color Cylindrical-coordinate representation of color #B5131E: hue angle of 355.93º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5131E is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 30 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.29 |
| HSL | 355.93º | 0.81% | 0.39% | - |
| HSV(B) | 355.93º | 0.9% | 0.71% | - |
| XYZ | 19.52 | 10.38 | 2.2 | - |
| YUV | 68.69 | 106.17 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 30 | 0 | 0.90 | 0.83 | 0.29 | 355.93 | 0.81 | 0.39 |
| Hex | B5 | 13 | 1E | 0 | 5A | 53 | 1D | 164 | 51 | 27 |
| Octal | 265 | 23 | 36 | 0 | 132 | 123 | 35 | 544 | 121 | 47 |
| Binary | 10110101 | 10011 | 11110 | 0 | 1011010 | 1010011 | 11101 | 101100100 | 1010001 | 100111 |
Color Harmonies of #B5131E
Complementary color
Monochromatic Colors of #B5131E
Black with #B5131E
Text Example
Text Example
White with #B5131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5131E; }
p { color: rgb(181,19,30); }
H1.HeaderClassName
{
color: #B5131E;
}
.AnyTagClassName
{
color: #B5131E;
}
</style>
background-color css
<style>
a { background-color: #B5131E; }
a { background-color: rgb(181,19,30); }
div.DivClassName
{
background-color: #B5131E;
}
.BgClassName
{
background-color: #B5131E;
}
</style>
border-color css
<style>
span { border-color: #B5131E; }
span { border-color: rgb(181,19,30); }
td.TdClassName
{
border-color: #B5131E;
}
.TagClassName
{
border-color: #B5131E;
}
</style>