Shades of Venetian Red #B0000A
Tints of Venetian Red #B0000A
RGB
CMYK
RGB Variations
Color information
#B0000A (or 0xB0000A) is known color: Venetian Red. HEX triplet: B0, 00 and 0A. RGB value is (176,0,10). Sum of RGB (Red+Green+Blue) = 176+0+10=186 (24% of max value = 765). Red value is 176 (69.14% from 255 or 94.62% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 176 - color contains mainly: red. Hex color #B0000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0000A is #4FFFF5. Grayscale: #353535. Windows color (decimal): -5242870 or 655536. OLE color: 655536.
HSL color Cylindrical-coordinate representation of color #B0000A: hue angle of 356.59º 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 #B0000A is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.94 | 0.31 |
| HSL | 356.59º | 1% | 0.35% | - |
| HSV(B) | 356.59º | 1% | 0.69% | - |
| XYZ | 17.96 | 9.25 | 1.13 | - |
| YUV | 53.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 10 | 0 | 1 | 0.94 | 0.31 | 356.59 | 1 | 0.35 |
| Hex | B0 | 0 | A | 0 | 64 | 5E | 1F | 165 | 64 | 23 |
| Octal | 260 | 0 | 12 | 0 | 144 | 136 | 37 | 545 | 144 | 43 |
| Binary | 10110000 | 0 | 1010 | 0 | 1100100 | 1011110 | 11111 | 101100101 | 1100100 | 100011 |
Color Harmonies of #B0000A
Complementary color
Monochromatic Colors of #B0000A
Black with #B0000A
Text Example
Text Example
White with #B0000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0000A; }
p { color: rgb(176,0,10); }
H1.HeaderClassName
{
color: #B0000A;
}
.AnyTagClassName
{
color: #B0000A;
}
</style>
background-color css
<style>
a { background-color: #B0000A; }
a { background-color: rgb(176,0,10); }
div.DivClassName
{
background-color: #B0000A;
}
.BgClassName
{
background-color: #B0000A;
}
</style>
border-color css
<style>
span { border-color: #B0000A; }
span { border-color: rgb(176,0,10); }
td.TdClassName
{
border-color: #B0000A;
}
.TagClassName
{
border-color: #B0000A;
}
</style>