Shades of Venetian Red #BB021B
Tints of Venetian Red #BB021B
RGB
CMYK
RGB Variations
Color information
#BB021B (or 0xBB021B) is known color: Venetian Red. HEX triplet: BB, 02 and 1B. RGB value is (187,2,27). Sum of RGB (Red+Green+Blue) = 187+2+27=216 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.57% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 187 - color contains mainly: red. Hex color #BB021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB021B is #44FDE4. Grayscale: #3C3C3C. Windows color (decimal): -4521445 or 1770171. OLE color: 1770171.
HSL color Cylindrical-coordinate representation of color #BB021B: hue angle of 351.89º 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 #BB021B is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.27 |
| HSL | 351.89º | 0.98% | 0.37% | - |
| HSV(B) | 351.89º | 0.99% | 0.73% | - |
| XYZ | 20.71 | 10.69 | 2.01 | - |
| YUV | 60.17 | 109.29 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 27 | 0 | 0.99 | 0.86 | 0.27 | 351.89 | 0.98 | 0.37 |
| Hex | BB | 2 | 1B | 0 | 63 | 56 | 1B | 160 | 62 | 25 |
| Octal | 273 | 2 | 33 | 0 | 143 | 126 | 33 | 540 | 142 | 45 |
| Binary | 10111011 | 10 | 11011 | 0 | 1100011 | 1010110 | 11011 | 101100000 | 1100010 | 100101 |
Color Harmonies of #BB021B
Complementary color
Monochromatic Colors of #BB021B
Black with #BB021B
Text Example
Text Example
White with #BB021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB021B; }
p { color: rgb(187,2,27); }
H1.HeaderClassName
{
color: #BB021B;
}
.AnyTagClassName
{
color: #BB021B;
}
</style>
background-color css
<style>
a { background-color: #BB021B; }
a { background-color: rgb(187,2,27); }
div.DivClassName
{
background-color: #BB021B;
}
.BgClassName
{
background-color: #BB021B;
}
</style>
border-color css
<style>
span { border-color: #BB021B; }
span { border-color: rgb(187,2,27); }
td.TdClassName
{
border-color: #BB021B;
}
.TagClassName
{
border-color: #BB021B;
}
</style>