Shades of Venetian Red #B0070E
Tints of Venetian Red #B0070E
RGB
CMYK
RGB Variations
Color information
#B0070E (or 0xB0070E) is known color: Venetian Red. HEX triplet: B0, 07 and 0E. RGB value is (176,7,14). Sum of RGB (Red+Green+Blue) = 176+7+14=197 (26% of max value = 765). Red value is 176 (69.14% from 255 or 89.34% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 176 - color contains mainly: red. Hex color #B0070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0070E is #4FF8F1. Grayscale: #3A3A3A. Windows color (decimal): -5241074 or 919472. OLE color: 919472.
HSL color Cylindrical-coordinate representation of color #B0070E: hue angle of 357.51º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0070E is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 14 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.31 |
| HSL | 357.51º | 0.92% | 0.36% | - |
| HSV(B) | 357.51º | 0.96% | 0.69% | - |
| XYZ | 18.06 | 9.41 | 1.28 | - |
| YUV | 58.33 | 102.99 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 14 | 0 | 0.96 | 0.92 | 0.31 | 357.51 | 0.92 | 0.36 |
| Hex | B0 | 7 | E | 0 | 60 | 5C | 1F | 166 | 5C | 24 |
| Octal | 260 | 7 | 16 | 0 | 140 | 134 | 37 | 546 | 134 | 44 |
| Binary | 10110000 | 111 | 1110 | 0 | 1100000 | 1011100 | 11111 | 101100110 | 1011100 | 100100 |
Color Harmonies of #B0070E
Complementary color
Monochromatic Colors of #B0070E
Black with #B0070E
Text Example
Text Example
White with #B0070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0070E; }
p { color: rgb(176,7,14); }
H1.HeaderClassName
{
color: #B0070E;
}
.AnyTagClassName
{
color: #B0070E;
}
</style>
background-color css
<style>
a { background-color: #B0070E; }
a { background-color: rgb(176,7,14); }
div.DivClassName
{
background-color: #B0070E;
}
.BgClassName
{
background-color: #B0070E;
}
</style>
border-color css
<style>
span { border-color: #B0070E; }
span { border-color: rgb(176,7,14); }
td.TdClassName
{
border-color: #B0070E;
}
.TagClassName
{
border-color: #B0070E;
}
</style>