Shades of Venetian Red #BB1115
Tints of Venetian Red #BB1115
RGB
CMYK
RGB Variations
Color information
#BB1115 (or 0xBB1115) is known color: Venetian Red. HEX triplet: BB, 11 and 15. RGB value is (187,17,21). Sum of RGB (Red+Green+Blue) = 187+17+21=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1115 is #44EEEA. Grayscale: #444444. Windows color (decimal): -4517611 or 1380795. OLE color: 1380795.
HSL color Cylindrical-coordinate representation of color #BB1115: hue angle of 358.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1115 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 21 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.27 |
| HSL | 358.59º | 0.83% | 0.4% | - |
| HSV(B) | 358.59º | 0.91% | 0.73% | - |
| XYZ | 20.83 | 11.02 | 1.74 | - |
| YUV | 68.29 | 101.32 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 21 | 0 | 0.91 | 0.89 | 0.27 | 358.59 | 0.83 | 0.4 |
| Hex | BB | 11 | 15 | 0 | 5B | 59 | 1B | 167 | 53 | 28 |
| Octal | 273 | 21 | 25 | 0 | 133 | 131 | 33 | 547 | 123 | 50 |
| Binary | 10111011 | 10001 | 10101 | 0 | 1011011 | 1011001 | 11011 | 101100111 | 1010011 | 101000 |
Color Harmonies of #BB1115
Complementary color
Monochromatic Colors of #BB1115
Black with #BB1115
Text Example
Text Example
White with #BB1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1115; }
p { color: rgb(187,17,21); }
H1.HeaderClassName
{
color: #BB1115;
}
.AnyTagClassName
{
color: #BB1115;
}
</style>
background-color css
<style>
a { background-color: #BB1115; }
a { background-color: rgb(187,17,21); }
div.DivClassName
{
background-color: #BB1115;
}
.BgClassName
{
background-color: #BB1115;
}
</style>
border-color css
<style>
span { border-color: #BB1115; }
span { border-color: rgb(187,17,21); }
td.TdClassName
{
border-color: #BB1115;
}
.TagClassName
{
border-color: #BB1115;
}
</style>