Shades of Venetian Red #BB080B
Tints of Venetian Red #BB080B
RGB
CMYK
RGB Variations
Color information
#BB080B (or 0xBB080B) is known color: Venetian Red. HEX triplet: BB, 08 and 0B. RGB value is (187,8,11). Sum of RGB (Red+Green+Blue) = 187+8+11=206 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.78% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 187 - color contains mainly: red. Hex color #BB080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB080B is #44F7F4. Grayscale: #3E3E3E. Windows color (decimal): -4519925 or 723131. OLE color: 723131.
HSL color Cylindrical-coordinate representation of color #BB080B: hue angle of 358.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 #BB080B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 11 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.27 |
| HSL | 358.99º | 0.92% | 0.38% | - |
| HSV(B) | 358.99º | 0.96% | 0.73% | - |
| XYZ | 20.64 | 10.76 | 1.31 | - |
| YUV | 61.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 11 | 0 | 0.96 | 0.94 | 0.27 | 358.99 | 0.92 | 0.38 |
| Hex | BB | 8 | B | 0 | 60 | 5E | 1B | 167 | 5C | 26 |
| Octal | 273 | 10 | 13 | 0 | 140 | 136 | 33 | 547 | 134 | 46 |
| Binary | 10111011 | 1000 | 1011 | 0 | 1100000 | 1011110 | 11011 | 101100111 | 1011100 | 100110 |
Color Harmonies of #BB080B
Complementary color
Monochromatic Colors of #BB080B
Black with #BB080B
Text Example
Text Example
White with #BB080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB080B; }
p { color: rgb(187,8,11); }
H1.HeaderClassName
{
color: #BB080B;
}
.AnyTagClassName
{
color: #BB080B;
}
</style>
background-color css
<style>
a { background-color: #BB080B; }
a { background-color: rgb(187,8,11); }
div.DivClassName
{
background-color: #BB080B;
}
.BgClassName
{
background-color: #BB080B;
}
</style>
border-color css
<style>
span { border-color: #BB080B; }
span { border-color: rgb(187,8,11); }
td.TdClassName
{
border-color: #BB080B;
}
.TagClassName
{
border-color: #BB080B;
}
</style>