Shades of Venetian Red #B5070E
Tints of Venetian Red #B5070E
RGB
CMYK
RGB Variations
Color information
#B5070E (or 0xB5070E) is known color: Venetian Red. HEX triplet: B5, 07 and 0E. RGB value is (181,7,14). Sum of RGB (Red+Green+Blue) = 181+7+14=202 (26% of max value = 765). Red value is 181 (71.09% from 255 or 89.60% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 181 - color contains mainly: red. Hex color #B5070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5070E is #4AF8F1. Grayscale: #3B3B3B. Windows color (decimal): -4913394 or 919477. OLE color: 919477.
HSL color Cylindrical-coordinate representation of color #B5070E: hue angle of 357.59º 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 #B5070E is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 7 | 14 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.29 |
| HSL | 357.59º | 0.93% | 0.37% | - |
| HSV(B) | 357.59º | 0.96% | 0.71% | - |
| XYZ | 19.21 | 10.01 | 1.33 | - |
| YUV | 59.82 | 102.15 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 14 | 0 | 0.96 | 0.92 | 0.29 | 357.59 | 0.93 | 0.37 |
| Hex | B5 | 7 | E | 0 | 60 | 5C | 1D | 166 | 5D | 25 |
| Octal | 265 | 7 | 16 | 0 | 140 | 134 | 35 | 546 | 135 | 45 |
| Binary | 10110101 | 111 | 1110 | 0 | 1100000 | 1011100 | 11101 | 101100110 | 1011101 | 100101 |
Color Harmonies of #B5070E
Complementary color
Monochromatic Colors of #B5070E
Black with #B5070E
Text Example
Text Example
White with #B5070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5070E; }
p { color: rgb(181,7,14); }
H1.HeaderClassName
{
color: #B5070E;
}
.AnyTagClassName
{
color: #B5070E;
}
</style>
background-color css
<style>
a { background-color: #B5070E; }
a { background-color: rgb(181,7,14); }
div.DivClassName
{
background-color: #B5070E;
}
.BgClassName
{
background-color: #B5070E;
}
</style>
border-color css
<style>
span { border-color: #B5070E; }
span { border-color: rgb(181,7,14); }
td.TdClassName
{
border-color: #B5070E;
}
.TagClassName
{
border-color: #B5070E;
}
</style>