Shades of Venetian Red #BB0003
Tints of Venetian Red #BB0003
RGB
CMYK
RGB Variations
Color information
#BB0003 (or 0xBB0003) is known color: Venetian Red. HEX triplet: BB, 00 and 03. RGB value is (187,0,3). Sum of RGB (Red+Green+Blue) = 187+0+3=190 (25% of max value = 765). Red value is 187 (73.44% from 255 or 98.42% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0003 is #44FFFC. Grayscale: #383838. Windows color (decimal): -4521981 or 196795. OLE color: 196795.
HSL color Cylindrical-coordinate representation of color #BB0003: hue angle of 359.04º 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 #BB0003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.98 | 0.27 |
| HSL | 359.04º | 1% | 0.37% | - |
| HSV(B) | 359.04º | 1% | 0.73% | - |
| XYZ | 20.51 | 10.57 | 1.05 | - |
| YUV | 56.26 | 97.95 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 3 | 0 | 1 | 0.98 | 0.27 | 359.04 | 1 | 0.37 |
| Hex | BB | 0 | 3 | 0 | 64 | 62 | 1B | 167 | 64 | 25 |
| Octal | 273 | 0 | 3 | 0 | 144 | 142 | 33 | 547 | 144 | 45 |
| Binary | 10111011 | 0 | 11 | 0 | 1100100 | 1100010 | 11011 | 101100111 | 1100100 | 100101 |
Color Harmonies of #BB0003
Complementary color
Monochromatic Colors of #BB0003
Black with #BB0003
Text Example
Text Example
White with #BB0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0003; }
p { color: rgb(187,0,3); }
H1.HeaderClassName
{
color: #BB0003;
}
.AnyTagClassName
{
color: #BB0003;
}
</style>
background-color css
<style>
a { background-color: #BB0003; }
a { background-color: rgb(187,0,3); }
div.DivClassName
{
background-color: #BB0003;
}
.BgClassName
{
background-color: #BB0003;
}
</style>
border-color css
<style>
span { border-color: #BB0003; }
span { border-color: rgb(187,0,3); }
td.TdClassName
{
border-color: #BB0003;
}
.TagClassName
{
border-color: #BB0003;
}
</style>