Shades of Venetian Red #BB080E
Tints of Venetian Red #BB080E
RGB
CMYK
RGB Variations
Color information
#BB080E (or 0xBB080E) is known color: Venetian Red. HEX triplet: BB, 08 and 0E. RGB value is (187,8,14). Sum of RGB (Red+Green+Blue) = 187+8+14=209 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.47% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 187 - color contains mainly: red. Hex color #BB080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB080E is #44F7F1. Grayscale: #3E3E3E. Windows color (decimal): -4519922 or 919739. OLE color: 919739.
HSL color Cylindrical-coordinate representation of color #BB080E: hue angle of 357.99º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB080E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 14 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.27 |
| HSL | 357.99º | 0.92% | 0.38% | - |
| HSV(B) | 357.99º | 0.96% | 0.73% | - |
| XYZ | 20.66 | 10.77 | 1.41 | - |
| YUV | 62.21 | 100.8 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 14 | 0 | 0.96 | 0.93 | 0.27 | 357.99 | 0.92 | 0.38 |
| Hex | BB | 8 | E | 0 | 60 | 5D | 1B | 166 | 5C | 26 |
| Octal | 273 | 10 | 16 | 0 | 140 | 135 | 33 | 546 | 134 | 46 |
| Binary | 10111011 | 1000 | 1110 | 0 | 1100000 | 1011101 | 11011 | 101100110 | 1011100 | 100110 |
Color Harmonies of #BB080E
Complementary color
Monochromatic Colors of #BB080E
Black with #BB080E
Text Example
Text Example
White with #BB080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB080E; }
p { color: rgb(187,8,14); }
H1.HeaderClassName
{
color: #BB080E;
}
.AnyTagClassName
{
color: #BB080E;
}
</style>
background-color css
<style>
a { background-color: #BB080E; }
a { background-color: rgb(187,8,14); }
div.DivClassName
{
background-color: #BB080E;
}
.BgClassName
{
background-color: #BB080E;
}
</style>
border-color css
<style>
span { border-color: #BB080E; }
span { border-color: rgb(187,8,14); }
td.TdClassName
{
border-color: #BB080E;
}
.TagClassName
{
border-color: #BB080E;
}
</style>