Shades of Venetian Red #B5071E
Tints of Venetian Red #B5071E
RGB
CMYK
RGB Variations
Color information
#B5071E (or 0xB5071E) is known color: Venetian Red. HEX triplet: B5, 07 and 1E. RGB value is (181,7,30). Sum of RGB (Red+Green+Blue) = 181+7+30=218 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.03% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 181 - color contains mainly: red. Hex color #B5071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5071E is #4AF8E1. Grayscale: #3D3D3D. Windows color (decimal): -4913378 or 1968053. OLE color: 1968053.
HSL color Cylindrical-coordinate representation of color #B5071E: hue angle of 352.07º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5071E is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 7 | 30 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.29 |
| HSL | 352.07º | 0.93% | 0.37% | - |
| HSV(B) | 352.07º | 0.96% | 0.71% | - |
| XYZ | 19.37 | 10.07 | 2.15 | - |
| YUV | 61.65 | 110.15 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 30 | 0 | 0.96 | 0.83 | 0.29 | 352.07 | 0.93 | 0.37 |
| Hex | B5 | 7 | 1E | 0 | 60 | 53 | 1D | 160 | 5D | 25 |
| Octal | 265 | 7 | 36 | 0 | 140 | 123 | 35 | 540 | 135 | 45 |
| Binary | 10110101 | 111 | 11110 | 0 | 1100000 | 1010011 | 11101 | 101100000 | 1011101 | 100101 |
Color Harmonies of #B5071E
Complementary color
Monochromatic Colors of #B5071E
Black with #B5071E
Text Example
Text Example
White with #B5071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5071E; }
p { color: rgb(181,7,30); }
H1.HeaderClassName
{
color: #B5071E;
}
.AnyTagClassName
{
color: #B5071E;
}
</style>
background-color css
<style>
a { background-color: #B5071E; }
a { background-color: rgb(181,7,30); }
div.DivClassName
{
background-color: #B5071E;
}
.BgClassName
{
background-color: #B5071E;
}
</style>
border-color css
<style>
span { border-color: #B5071E; }
span { border-color: rgb(181,7,30); }
td.TdClassName
{
border-color: #B5071E;
}
.TagClassName
{
border-color: #B5071E;
}
</style>