Shades of Venetian Red #BB0002
Tints of Venetian Red #BB0002
RGB
CMYK
RGB Variations
Color information
#BB0002 (or 0xBB0002) is known color: Venetian Red. HEX triplet: BB, 00 and 02. RGB value is (187,0,2). Sum of RGB (Red+Green+Blue) = 187+0+2=189 (25% of max value = 765). Red value is 187 (73.44% from 255 or 98.94% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0002 is #44FFFD. Grayscale: #383838. Windows color (decimal): -4521982 or 131259. OLE color: 131259.
HSL color Cylindrical-coordinate representation of color #BB0002: hue angle of 359.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.27 |
| HSL | 359.36º | 1% | 0.37% | - |
| HSV(B) | 359.36º | 1% | 0.73% | - |
| XYZ | 20.5 | 10.57 | 1.02 | - |
| YUV | 56.14 | 97.45 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 2 | 0 | 1 | 0.99 | 0.27 | 359.36 | 1 | 0.37 |
| Hex | BB | 0 | 2 | 0 | 64 | 63 | 1B | 167 | 64 | 25 |
| Octal | 273 | 0 | 2 | 0 | 144 | 143 | 33 | 547 | 144 | 45 |
| Binary | 10111011 | 0 | 10 | 0 | 1100100 | 1100011 | 11011 | 101100111 | 1100100 | 100101 |
Color Harmonies of #BB0002
Complementary color
Monochromatic Colors of #BB0002
Black with #BB0002
Text Example
Text Example
White with #BB0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0002; }
p { color: rgb(187,0,2); }
H1.HeaderClassName
{
color: #BB0002;
}
.AnyTagClassName
{
color: #BB0002;
}
</style>
background-color css
<style>
a { background-color: #BB0002; }
a { background-color: rgb(187,0,2); }
div.DivClassName
{
background-color: #BB0002;
}
.BgClassName
{
background-color: #BB0002;
}
</style>
border-color css
<style>
span { border-color: #BB0002; }
span { border-color: rgb(187,0,2); }
td.TdClassName
{
border-color: #BB0002;
}
.TagClassName
{
border-color: #BB0002;
}
</style>