Shades of Venetian Red #BB0115
Tints of Venetian Red #BB0115
RGB
CMYK
RGB Variations
Color information
#BB0115 (or 0xBB0115) is known color: Venetian Red. HEX triplet: BB, 01 and 15. RGB value is (187,1,21). Sum of RGB (Red+Green+Blue) = 187+1+21=209 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.47% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0115 is #44FEEA. Grayscale: #3B3B3B. Windows color (decimal): -4521707 or 1376699. OLE color: 1376699.
HSL color Cylindrical-coordinate representation of color #BB0115: hue angle of 353.55º 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 #BB0115 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.27 |
| HSL | 353.55º | 0.99% | 0.37% | - |
| HSV(B) | 353.55º | 0.99% | 0.73% | - |
| XYZ | 20.64 | 10.64 | 1.68 | - |
| YUV | 58.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 21 | 0 | 0.99 | 0.89 | 0.27 | 353.55 | 0.99 | 0.37 |
| Hex | BB | 1 | 15 | 0 | 63 | 59 | 1B | 162 | 63 | 25 |
| Octal | 273 | 1 | 25 | 0 | 143 | 131 | 33 | 542 | 143 | 45 |
| Binary | 10111011 | 1 | 10101 | 0 | 1100011 | 1011001 | 11011 | 101100010 | 1100011 | 100101 |
Color Harmonies of #BB0115
Complementary color
Monochromatic Colors of #BB0115
Black with #BB0115
Text Example
Text Example
White with #BB0115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0115; }
p { color: rgb(187,1,21); }
H1.HeaderClassName
{
color: #BB0115;
}
.AnyTagClassName
{
color: #BB0115;
}
</style>
background-color css
<style>
a { background-color: #BB0115; }
a { background-color: rgb(187,1,21); }
div.DivClassName
{
background-color: #BB0115;
}
.BgClassName
{
background-color: #BB0115;
}
</style>
border-color css
<style>
span { border-color: #BB0115; }
span { border-color: rgb(187,1,21); }
td.TdClassName
{
border-color: #BB0115;
}
.TagClassName
{
border-color: #BB0115;
}
</style>