Shades of Venetian Red #BB0316
Tints of Venetian Red #BB0316
RGB
CMYK
RGB Variations
Color information
#BB0316 (or 0xBB0316) is known color: Venetian Red. HEX triplet: BB, 03 and 16. RGB value is (187,3,22). Sum of RGB (Red+Green+Blue) = 187+3+22=212 (28% of max value = 765). Red value is 187 (73.44% from 255 or 88.21% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0316 is #44FCE9. Grayscale: #3C3C3C. Windows color (decimal): -4521194 or 1442747. OLE color: 1442747.
HSL color Cylindrical-coordinate representation of color #BB0316: hue angle of 353.8º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0316 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 22 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.27 |
| HSL | 353.8º | 0.97% | 0.37% | - |
| HSV(B) | 353.8º | 0.98% | 0.73% | - |
| XYZ | 20.67 | 10.69 | 1.73 | - |
| YUV | 60.18 | 106.46 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 22 | 0 | 0.98 | 0.88 | 0.27 | 353.8 | 0.97 | 0.37 |
| Hex | BB | 3 | 16 | 0 | 62 | 58 | 1B | 162 | 61 | 25 |
| Octal | 273 | 3 | 26 | 0 | 142 | 130 | 33 | 542 | 141 | 45 |
| Binary | 10111011 | 11 | 10110 | 0 | 1100010 | 1011000 | 11011 | 101100010 | 1100001 | 100101 |
Color Harmonies of #BB0316
Complementary color
Monochromatic Colors of #BB0316
Black with #BB0316
Text Example
Text Example
White with #BB0316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0316; }
p { color: rgb(187,3,22); }
H1.HeaderClassName
{
color: #BB0316;
}
.AnyTagClassName
{
color: #BB0316;
}
</style>
background-color css
<style>
a { background-color: #BB0316; }
a { background-color: rgb(187,3,22); }
div.DivClassName
{
background-color: #BB0316;
}
.BgClassName
{
background-color: #BB0316;
}
</style>
border-color css
<style>
span { border-color: #BB0316; }
span { border-color: rgb(187,3,22); }
td.TdClassName
{
border-color: #BB0316;
}
.TagClassName
{
border-color: #BB0316;
}
</style>