Shades of Venetian Red #BB021C
Tints of Venetian Red #BB021C
RGB
CMYK
RGB Variations
Color information
#BB021C (or 0xBB021C) is known color: Venetian Red. HEX triplet: BB, 02 and 1C. RGB value is (187,2,28). Sum of RGB (Red+Green+Blue) = 187+2+28=217 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.18% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 187 - color contains mainly: red. Hex color #BB021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB021C is #44FDE3. Grayscale: #3C3C3C. Windows color (decimal): -4521444 or 1835707. OLE color: 1835707.
HSL color Cylindrical-coordinate representation of color #BB021C: hue angle of 351.57º 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 #BB021C is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.27 |
| HSL | 351.57º | 0.98% | 0.37% | - |
| HSV(B) | 351.57º | 0.99% | 0.73% | - |
| XYZ | 20.72 | 10.69 | 2.07 | - |
| YUV | 60.28 | 109.79 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 28 | 0 | 0.99 | 0.85 | 0.27 | 351.57 | 0.98 | 0.37 |
| Hex | BB | 2 | 1C | 0 | 63 | 55 | 1B | 160 | 62 | 25 |
| Octal | 273 | 2 | 34 | 0 | 143 | 125 | 33 | 540 | 142 | 45 |
| Binary | 10111011 | 10 | 11100 | 0 | 1100011 | 1010101 | 11011 | 101100000 | 1100010 | 100101 |
Color Harmonies of #BB021C
Complementary color
Monochromatic Colors of #BB021C
Black with #BB021C
Text Example
Text Example
White with #BB021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB021C; }
p { color: rgb(187,2,28); }
H1.HeaderClassName
{
color: #BB021C;
}
.AnyTagClassName
{
color: #BB021C;
}
</style>
background-color css
<style>
a { background-color: #BB021C; }
a { background-color: rgb(187,2,28); }
div.DivClassName
{
background-color: #BB021C;
}
.BgClassName
{
background-color: #BB021C;
}
</style>
border-color css
<style>
span { border-color: #BB021C; }
span { border-color: rgb(187,2,28); }
td.TdClassName
{
border-color: #BB021C;
}
.TagClassName
{
border-color: #BB021C;
}
</style>