Shades of Venetian Red #B0000E
Tints of Venetian Red #B0000E
RGB
CMYK
RGB Variations
Color information
#B0000E (or 0xB0000E) is known color: Venetian Red. HEX triplet: B0, 00 and 0E. RGB value is (176,0,14). Sum of RGB (Red+Green+Blue) = 176+0+14=190 (25% of max value = 765). Red value is 176 (69.14% from 255 or 92.63% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 176 - color contains mainly: red. Hex color #B0000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0000E is #4FFFF1. Grayscale: #363636. Windows color (decimal): -5242866 or 917680. OLE color: 917680.
HSL color Cylindrical-coordinate representation of color #B0000E: hue angle of 355.23º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0000E is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.92 | 0.31 |
| HSL | 355.23º | 1% | 0.35% | - |
| HSV(B) | 355.23º | 1% | 0.69% | - |
| XYZ | 17.98 | 9.26 | 1.26 | - |
| YUV | 54.22 | 105.31 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 14 | 0 | 1 | 0.92 | 0.31 | 355.23 | 1 | 0.35 |
| Hex | B0 | 0 | E | 0 | 64 | 5C | 1F | 163 | 64 | 23 |
| Octal | 260 | 0 | 16 | 0 | 144 | 134 | 37 | 543 | 144 | 43 |
| Binary | 10110000 | 0 | 1110 | 0 | 1100100 | 1011100 | 11111 | 101100011 | 1100100 | 100011 |
Color Harmonies of #B0000E
Complementary color
Monochromatic Colors of #B0000E
Black with #B0000E
Text Example
Text Example
White with #B0000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0000E; }
p { color: rgb(176,0,14); }
H1.HeaderClassName
{
color: #B0000E;
}
.AnyTagClassName
{
color: #B0000E;
}
</style>
background-color css
<style>
a { background-color: #B0000E; }
a { background-color: rgb(176,0,14); }
div.DivClassName
{
background-color: #B0000E;
}
.BgClassName
{
background-color: #B0000E;
}
</style>
border-color css
<style>
span { border-color: #B0000E; }
span { border-color: rgb(176,0,14); }
td.TdClassName
{
border-color: #B0000E;
}
.TagClassName
{
border-color: #B0000E;
}
</style>