Shades of Venetian Red #BB0911
Tints of Venetian Red #BB0911
RGB
CMYK
RGB Variations
Color information
#BB0911 (or 0xBB0911) is known color: Venetian Red. HEX triplet: BB, 09 and 11. RGB value is (187,9,17). Sum of RGB (Red+Green+Blue) = 187+9+17=213 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.79% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0911 is #44F6EE. Grayscale: #3F3F3F. Windows color (decimal): -4519663 or 1116603. OLE color: 1116603.
HSL color Cylindrical-coordinate representation of color #BB0911: hue angle of 357.3º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0911 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 17 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.27 |
| HSL | 357.3º | 0.91% | 0.38% | - |
| HSV(B) | 357.3º | 0.95% | 0.73% | - |
| XYZ | 20.69 | 10.8 | 1.52 | - |
| YUV | 63.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 17 | 0 | 0.95 | 0.91 | 0.27 | 357.3 | 0.91 | 0.38 |
| Hex | BB | 9 | 11 | 0 | 5F | 5B | 1B | 165 | 5B | 26 |
| Octal | 273 | 11 | 21 | 0 | 137 | 133 | 33 | 545 | 133 | 46 |
| Binary | 10111011 | 1001 | 10001 | 0 | 1011111 | 1011011 | 11011 | 101100101 | 1011011 | 100110 |
Color Harmonies of #BB0911
Complementary color
Monochromatic Colors of #BB0911
Black with #BB0911
Text Example
Text Example
White with #BB0911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0911; }
p { color: rgb(187,9,17); }
H1.HeaderClassName
{
color: #BB0911;
}
.AnyTagClassName
{
color: #BB0911;
}
</style>
background-color css
<style>
a { background-color: #BB0911; }
a { background-color: rgb(187,9,17); }
div.DivClassName
{
background-color: #BB0911;
}
.BgClassName
{
background-color: #BB0911;
}
</style>
border-color css
<style>
span { border-color: #BB0911; }
span { border-color: rgb(187,9,17); }
td.TdClassName
{
border-color: #BB0911;
}
.TagClassName
{
border-color: #BB0911;
}
</style>