Shades of Venetian Red #BB0116
Tints of Venetian Red #BB0116
RGB
CMYK
RGB Variations
Color information
#BB0116 (or 0xBB0116) is known color: Venetian Red. HEX triplet: BB, 01 and 16. RGB value is (187,1,22). Sum of RGB (Red+Green+Blue) = 187+1+22=210 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.05% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0116 is #44FEE9. Grayscale: #3B3B3B. Windows color (decimal): -4521706 or 1442235. OLE color: 1442235.
HSL color Cylindrical-coordinate representation of color #BB0116: hue angle of 353.23º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0116 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.27 |
| HSL | 353.23º | 0.99% | 0.37% | - |
| HSV(B) | 353.23º | 0.99% | 0.73% | - |
| XYZ | 20.65 | 10.64 | 1.73 | - |
| YUV | 59.01 | 107.12 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 22 | 0 | 0.99 | 0.88 | 0.27 | 353.23 | 0.99 | 0.37 |
| Hex | BB | 1 | 16 | 0 | 63 | 58 | 1B | 161 | 63 | 25 |
| Octal | 273 | 1 | 26 | 0 | 143 | 130 | 33 | 541 | 143 | 45 |
| Binary | 10111011 | 1 | 10110 | 0 | 1100011 | 1011000 | 11011 | 101100001 | 1100011 | 100101 |
Color Harmonies of #BB0116
Complementary color
Monochromatic Colors of #BB0116
Black with #BB0116
Text Example
Text Example
White with #BB0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0116; }
p { color: rgb(187,1,22); }
H1.HeaderClassName
{
color: #BB0116;
}
.AnyTagClassName
{
color: #BB0116;
}
</style>
background-color css
<style>
a { background-color: #BB0116; }
a { background-color: rgb(187,1,22); }
div.DivClassName
{
background-color: #BB0116;
}
.BgClassName
{
background-color: #BB0116;
}
</style>
border-color css
<style>
span { border-color: #BB0116; }
span { border-color: rgb(187,1,22); }
td.TdClassName
{
border-color: #BB0116;
}
.TagClassName
{
border-color: #BB0116;
}
</style>