Shades of Venetian Red #BB1315
Tints of Venetian Red #BB1315
RGB
CMYK
RGB Variations
Color information
#BB1315 (or 0xBB1315) is known color: Venetian Red. HEX triplet: BB, 13 and 15. RGB value is (187,19,21). Sum of RGB (Red+Green+Blue) = 187+19+21=227 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.38% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1315 is #44ECEA. Grayscale: #454545. Windows color (decimal): -4517099 or 1381307. OLE color: 1381307.
HSL color Cylindrical-coordinate representation of color #BB1315: hue angle of 359.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1315 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 21 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.27 |
| HSL | 359.29º | 0.82% | 0.4% | - |
| HSV(B) | 359.29º | 0.9% | 0.73% | - |
| XYZ | 20.86 | 11.08 | 1.75 | - |
| YUV | 69.46 | 100.66 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 21 | 0 | 0.90 | 0.89 | 0.27 | 359.29 | 0.82 | 0.4 |
| Hex | BB | 13 | 15 | 0 | 5A | 59 | 1B | 167 | 52 | 28 |
| Octal | 273 | 23 | 25 | 0 | 132 | 131 | 33 | 547 | 122 | 50 |
| Binary | 10111011 | 10011 | 10101 | 0 | 1011010 | 1011001 | 11011 | 101100111 | 1010010 | 101000 |
Color Harmonies of #BB1315
Complementary color
Monochromatic Colors of #BB1315
Black with #BB1315
Text Example
Text Example
White with #BB1315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1315; }
p { color: rgb(187,19,21); }
H1.HeaderClassName
{
color: #BB1315;
}
.AnyTagClassName
{
color: #BB1315;
}
</style>
background-color css
<style>
a { background-color: #BB1315; }
a { background-color: rgb(187,19,21); }
div.DivClassName
{
background-color: #BB1315;
}
.BgClassName
{
background-color: #BB1315;
}
</style>
border-color css
<style>
span { border-color: #BB1315; }
span { border-color: rgb(187,19,21); }
td.TdClassName
{
border-color: #BB1315;
}
.TagClassName
{
border-color: #BB1315;
}
</style>