Shades of Venetian Red #B0000F
Tints of Venetian Red #B0000F
RGB
CMYK
RGB Variations
Color information
#B0000F (or 0xB0000F) is known color: Venetian Red. HEX triplet: B0, 00 and 0F. RGB value is (176,0,15). Sum of RGB (Red+Green+Blue) = 176+0+15=191 (25% of max value = 765). Red value is 176 (69.14% from 255 or 92.15% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 176 - color contains mainly: red. Hex color #B0000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0000F is #4FFFF0. Grayscale: #363636. Windows color (decimal): -5242865 or 983216. OLE color: 983216.
HSL color Cylindrical-coordinate representation of color #B0000F: hue angle of 354.89º 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 #B0000F is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.91 | 0.31 |
| HSL | 354.89º | 1% | 0.35% | - |
| HSV(B) | 354.89º | 1% | 0.69% | - |
| XYZ | 17.99 | 9.26 | 1.29 | - |
| YUV | 54.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 15 | 0 | 1 | 0.91 | 0.31 | 354.89 | 1 | 0.35 |
| Hex | B0 | 0 | F | 0 | 64 | 5B | 1F | 163 | 64 | 23 |
| Octal | 260 | 0 | 17 | 0 | 144 | 133 | 37 | 543 | 144 | 43 |
| Binary | 10110000 | 0 | 1111 | 0 | 1100100 | 1011011 | 11111 | 101100011 | 1100100 | 100011 |
Color Harmonies of #B0000F
Complementary color
Monochromatic Colors of #B0000F
Black with #B0000F
Text Example
Text Example
White with #B0000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0000F; }
p { color: rgb(176,0,15); }
H1.HeaderClassName
{
color: #B0000F;
}
.AnyTagClassName
{
color: #B0000F;
}
</style>
background-color css
<style>
a { background-color: #B0000F; }
a { background-color: rgb(176,0,15); }
div.DivClassName
{
background-color: #B0000F;
}
.BgClassName
{
background-color: #B0000F;
}
</style>
border-color css
<style>
span { border-color: #B0000F; }
span { border-color: rgb(176,0,15); }
td.TdClassName
{
border-color: #B0000F;
}
.TagClassName
{
border-color: #B0000F;
}
</style>