Shades of Venetian Red #B0080B
Tints of Venetian Red #B0080B
RGB
CMYK
RGB Variations
Color information
#B0080B (or 0xB0080B) is known color: Venetian Red. HEX triplet: B0, 08 and 0B. RGB value is (176,8,11). Sum of RGB (Red+Green+Blue) = 176+8+11=195 (25% of max value = 765). Red value is 176 (69.14% from 255 or 90.26% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 176 - color contains mainly: red. Hex color #B0080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0080B is #4FF7F4. Grayscale: #3A3A3A. Windows color (decimal): -5240821 or 723120. OLE color: 723120.
HSL color Cylindrical-coordinate representation of color #B0080B: hue angle of 358.93º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0080B is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 11 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.31 |
| HSL | 358.93º | 0.91% | 0.36% | - |
| HSV(B) | 358.93º | 0.95% | 0.69% | - |
| XYZ | 18.05 | 9.43 | 1.18 | - |
| YUV | 58.57 | 101.16 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 11 | 0 | 0.95 | 0.94 | 0.31 | 358.93 | 0.91 | 0.36 |
| Hex | B0 | 8 | B | 0 | 5F | 5E | 1F | 167 | 5B | 24 |
| Octal | 260 | 10 | 13 | 0 | 137 | 136 | 37 | 547 | 133 | 44 |
| Binary | 10110000 | 1000 | 1011 | 0 | 1011111 | 1011110 | 11111 | 101100111 | 1011011 | 100100 |
Color Harmonies of #B0080B
Complementary color
Monochromatic Colors of #B0080B
Black with #B0080B
Text Example
Text Example
White with #B0080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0080B; }
p { color: rgb(176,8,11); }
H1.HeaderClassName
{
color: #B0080B;
}
.AnyTagClassName
{
color: #B0080B;
}
</style>
background-color css
<style>
a { background-color: #B0080B; }
a { background-color: rgb(176,8,11); }
div.DivClassName
{
background-color: #B0080B;
}
.BgClassName
{
background-color: #B0080B;
}
</style>
border-color css
<style>
span { border-color: #B0080B; }
span { border-color: rgb(176,8,11); }
td.TdClassName
{
border-color: #B0080B;
}
.TagClassName
{
border-color: #B0080B;
}
</style>