Shades of Venetian Red #B0000B
Tints of Venetian Red #B0000B
RGB
CMYK
RGB Variations
Color information
#B0000B (or 0xB0000B) is known color: Venetian Red. HEX triplet: B0, 00 and 0B. RGB value is (176,0,11). Sum of RGB (Red+Green+Blue) = 176+0+11=187 (24% of max value = 765). Red value is 176 (69.14% from 255 or 94.12% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 176 - color contains mainly: red. Hex color #B0000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0000B is #4FFFF4. Grayscale: #363636. Windows color (decimal): -5242869 or 721072. OLE color: 721072.
HSL color Cylindrical-coordinate representation of color #B0000B: hue angle of 356.25º 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 #B0000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.31 |
| HSL | 356.25º | 1% | 0.35% | - |
| HSV(B) | 356.25º | 1% | 0.69% | - |
| XYZ | 17.96 | 9.25 | 1.16 | - |
| YUV | 53.88 | 103.81 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 11 | 0 | 1 | 0.94 | 0.31 | 356.25 | 1 | 0.35 |
| Hex | B0 | 0 | B | 0 | 64 | 5E | 1F | 164 | 64 | 23 |
| Octal | 260 | 0 | 13 | 0 | 144 | 136 | 37 | 544 | 144 | 43 |
| Binary | 10110000 | 0 | 1011 | 0 | 1100100 | 1011110 | 11111 | 101100100 | 1100100 | 100011 |
Color Harmonies of #B0000B
Complementary color
Monochromatic Colors of #B0000B
Black with #B0000B
Text Example
Text Example
White with #B0000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0000B; }
p { color: rgb(176,0,11); }
H1.HeaderClassName
{
color: #B0000B;
}
.AnyTagClassName
{
color: #B0000B;
}
</style>
background-color css
<style>
a { background-color: #B0000B; }
a { background-color: rgb(176,0,11); }
div.DivClassName
{
background-color: #B0000B;
}
.BgClassName
{
background-color: #B0000B;
}
</style>
border-color css
<style>
span { border-color: #B0000B; }
span { border-color: rgb(176,0,11); }
td.TdClassName
{
border-color: #B0000B;
}
.TagClassName
{
border-color: #B0000B;
}
</style>