Shades of Venetian Red #BB000C
Tints of Venetian Red #BB000C
RGB
CMYK
RGB Variations
Color information
#BB000C (or 0xBB000C) is known color: Venetian Red. HEX triplet: BB, 00 and 0C. RGB value is (187,0,12). Sum of RGB (Red+Green+Blue) = 187+0+12=199 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.97% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 187 - color contains mainly: red. Hex color #BB000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB000C is #44FFF3. Grayscale: #393939. Windows color (decimal): -4521972 or 786619. OLE color: 786619.
HSL color Cylindrical-coordinate representation of color #BB000C: hue angle of 356.15º 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 #BB000C is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.94 | 0.27 |
| HSL | 356.15º | 1% | 0.37% | - |
| HSV(B) | 356.15º | 1% | 0.73% | - |
| XYZ | 20.56 | 10.59 | 1.31 | - |
| YUV | 57.28 | 102.45 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 12 | 0 | 1 | 0.94 | 0.27 | 356.15 | 1 | 0.37 |
| Hex | BB | 0 | C | 0 | 64 | 5E | 1B | 164 | 64 | 25 |
| Octal | 273 | 0 | 14 | 0 | 144 | 136 | 33 | 544 | 144 | 45 |
| Binary | 10111011 | 0 | 1100 | 0 | 1100100 | 1011110 | 11011 | 101100100 | 1100100 | 100101 |
Color Harmonies of #BB000C
Complementary color
Monochromatic Colors of #BB000C
Black with #BB000C
Text Example
Text Example
White with #BB000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB000C; }
p { color: rgb(187,0,12); }
H1.HeaderClassName
{
color: #BB000C;
}
.AnyTagClassName
{
color: #BB000C;
}
</style>
background-color css
<style>
a { background-color: #BB000C; }
a { background-color: rgb(187,0,12); }
div.DivClassName
{
background-color: #BB000C;
}
.BgClassName
{
background-color: #BB000C;
}
</style>
border-color css
<style>
span { border-color: #BB000C; }
span { border-color: rgb(187,0,12); }
td.TdClassName
{
border-color: #BB000C;
}
.TagClassName
{
border-color: #BB000C;
}
</style>