Shades of Venetian Red #BB0001
Tints of Venetian Red #BB0001
RGB
CMYK
RGB Variations
Color information
#BB0001 (or 0xBB0001) is known color: Venetian Red. HEX triplet: BB, 00 and 01. RGB value is (187,0,1). Sum of RGB (Red+Green+Blue) = 187+0+1=188 (24% of max value = 765). Red value is 187 (73.44% from 255 or 99.47% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0001 is #44FFFE. Grayscale: #383838. Windows color (decimal): -4521983 or 65723. OLE color: 65723.
HSL color Cylindrical-coordinate representation of color #BB0001: hue angle of 359.68º 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 #BB0001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.27 |
| HSL | 359.68º | 1% | 0.37% | - |
| HSV(B) | 359.68º | 1% | 0.73% | - |
| XYZ | 20.5 | 10.57 | 0.99 | - |
| YUV | 56.03 | 96.95 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 1 | 0 | 1 | 0.99 | 0.27 | 359.68 | 1 | 0.37 |
| Hex | BB | 0 | 1 | 0 | 64 | 63 | 1B | 168 | 64 | 25 |
| Octal | 273 | 0 | 1 | 0 | 144 | 143 | 33 | 550 | 144 | 45 |
| Binary | 10111011 | 0 | 1 | 0 | 1100100 | 1100011 | 11011 | 101101000 | 1100100 | 100101 |
Color Harmonies of #BB0001
Complementary color
Monochromatic Colors of #BB0001
Black with #BB0001
Text Example
Text Example
White with #BB0001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0001; }
p { color: rgb(187,0,1); }
H1.HeaderClassName
{
color: #BB0001;
}
.AnyTagClassName
{
color: #BB0001;
}
</style>
background-color css
<style>
a { background-color: #BB0001; }
a { background-color: rgb(187,0,1); }
div.DivClassName
{
background-color: #BB0001;
}
.BgClassName
{
background-color: #BB0001;
}
</style>
border-color css
<style>
span { border-color: #BB0001; }
span { border-color: rgb(187,0,1); }
td.TdClassName
{
border-color: #BB0001;
}
.TagClassName
{
border-color: #BB0001;
}
</style>