Shades of Venetian Red #BB0008
Tints of Venetian Red #BB0008
RGB
CMYK
RGB Variations
Color information
#BB0008 (or 0xBB0008) is known color: Venetian Red. HEX triplet: BB, 00 and 08. RGB value is (187,0,8). Sum of RGB (Red+Green+Blue) = 187+0+8=195 (25% of max value = 765). Red value is 187 (73.44% from 255 or 95.90% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0008 is #44FFF7. Grayscale: #383838. Windows color (decimal): -4521976 or 524475. OLE color: 524475.
HSL color Cylindrical-coordinate representation of color #BB0008: hue angle of 357.43º 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 #BB0008 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.96 | 0.27 |
| HSL | 357.43º | 1% | 0.37% | - |
| HSV(B) | 357.43º | 1% | 0.73% | - |
| XYZ | 20.54 | 10.58 | 1.19 | - |
| YUV | 56.83 | 100.45 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 8 | 0 | 1 | 0.96 | 0.27 | 357.43 | 1 | 0.37 |
| Hex | BB | 0 | 8 | 0 | 64 | 60 | 1B | 165 | 64 | 25 |
| Octal | 273 | 0 | 10 | 0 | 144 | 140 | 33 | 545 | 144 | 45 |
| Binary | 10111011 | 0 | 1000 | 0 | 1100100 | 1100000 | 11011 | 101100101 | 1100100 | 100101 |
Color Harmonies of #BB0008
Complementary color
Monochromatic Colors of #BB0008
Black with #BB0008
Text Example
Text Example
White with #BB0008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0008; }
p { color: rgb(187,0,8); }
H1.HeaderClassName
{
color: #BB0008;
}
.AnyTagClassName
{
color: #BB0008;
}
</style>
background-color css
<style>
a { background-color: #BB0008; }
a { background-color: rgb(187,0,8); }
div.DivClassName
{
background-color: #BB0008;
}
.BgClassName
{
background-color: #BB0008;
}
</style>
border-color css
<style>
span { border-color: #BB0008; }
span { border-color: rgb(187,0,8); }
td.TdClassName
{
border-color: #BB0008;
}
.TagClassName
{
border-color: #BB0008;
}
</style>