Shades of Venetian Red #BB0215
Tints of Venetian Red #BB0215
RGB
CMYK
RGB Variations
Color information
#BB0215 (or 0xBB0215) is known color: Venetian Red. HEX triplet: BB, 02 and 15. RGB value is (187,2,21). Sum of RGB (Red+Green+Blue) = 187+2+21=210 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.05% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0215 is #44FDEA. Grayscale: #3B3B3B. Windows color (decimal): -4521451 or 1376955. OLE color: 1376955.
HSL color Cylindrical-coordinate representation of color #BB0215: hue angle of 353.84º degrees, saturation: 0.98, 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 #BB0215 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 21 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.27 |
| HSL | 353.84º | 0.98% | 0.37% | - |
| HSV(B) | 353.84º | 0.99% | 0.73% | - |
| XYZ | 20.65 | 10.66 | 1.68 | - |
| YUV | 59.48 | 106.29 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 21 | 0 | 0.99 | 0.89 | 0.27 | 353.84 | 0.98 | 0.37 |
| Hex | BB | 2 | 15 | 0 | 63 | 59 | 1B | 162 | 62 | 25 |
| Octal | 273 | 2 | 25 | 0 | 143 | 131 | 33 | 542 | 142 | 45 |
| Binary | 10111011 | 10 | 10101 | 0 | 1100011 | 1011001 | 11011 | 101100010 | 1100010 | 100101 |
Color Harmonies of #BB0215
Complementary color
Monochromatic Colors of #BB0215
Black with #BB0215
Text Example
Text Example
White with #BB0215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0215; }
p { color: rgb(187,2,21); }
H1.HeaderClassName
{
color: #BB0215;
}
.AnyTagClassName
{
color: #BB0215;
}
</style>
background-color css
<style>
a { background-color: #BB0215; }
a { background-color: rgb(187,2,21); }
div.DivClassName
{
background-color: #BB0215;
}
.BgClassName
{
background-color: #BB0215;
}
</style>
border-color css
<style>
span { border-color: #BB0215; }
span { border-color: rgb(187,2,21); }
td.TdClassName
{
border-color: #BB0215;
}
.TagClassName
{
border-color: #BB0215;
}
</style>