Shades of Venetian Red #BB0108
Tints of Venetian Red #BB0108
RGB
CMYK
RGB Variations
Color information
#BB0108 (or 0xBB0108) is known color: Venetian Red. HEX triplet: BB, 01 and 08. RGB value is (187,1,8). Sum of RGB (Red+Green+Blue) = 187+1+8=196 (25% of max value = 765). Red value is 187 (73.44% from 255 or 95.41% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0108 is #44FEF7. Grayscale: #393939. Windows color (decimal): -4521720 or 524731. OLE color: 524731.
HSL color Cylindrical-coordinate representation of color #BB0108: hue angle of 357.74º degrees, saturation: 0.99, 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 #BB0108 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 8 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.27 |
| HSL | 357.74º | 0.99% | 0.37% | - |
| HSV(B) | 357.74º | 0.99% | 0.73% | - |
| XYZ | 20.55 | 10.6 | 1.19 | - |
| YUV | 57.41 | 100.12 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 8 | 0 | 0.99 | 0.96 | 0.27 | 357.74 | 0.99 | 0.37 |
| Hex | BB | 1 | 8 | 0 | 63 | 60 | 1B | 166 | 63 | 25 |
| Octal | 273 | 1 | 10 | 0 | 143 | 140 | 33 | 546 | 143 | 45 |
| Binary | 10111011 | 1 | 1000 | 0 | 1100011 | 1100000 | 11011 | 101100110 | 1100011 | 100101 |
Color Harmonies of #BB0108
Complementary color
Monochromatic Colors of #BB0108
Black with #BB0108
Text Example
Text Example
White with #BB0108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0108; }
p { color: rgb(187,1,8); }
H1.HeaderClassName
{
color: #BB0108;
}
.AnyTagClassName
{
color: #BB0108;
}
</style>
background-color css
<style>
a { background-color: #BB0108; }
a { background-color: rgb(187,1,8); }
div.DivClassName
{
background-color: #BB0108;
}
.BgClassName
{
background-color: #BB0108;
}
</style>
border-color css
<style>
span { border-color: #BB0108; }
span { border-color: rgb(187,1,8); }
td.TdClassName
{
border-color: #BB0108;
}
.TagClassName
{
border-color: #BB0108;
}
</style>