Shades of Venetian Red #BB0011
Tints of Venetian Red #BB0011
RGB
CMYK
RGB Variations
Color information
#BB0011 (or 0xBB0011) is known color: Venetian Red. HEX triplet: BB, 00 and 11. RGB value is (187,0,17). Sum of RGB (Red+Green+Blue) = 187+0+17=204 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.67% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0011 is #44FFEE. Grayscale: #393939. Windows color (decimal): -4521967 or 1114299. OLE color: 1114299.
HSL color Cylindrical-coordinate representation of color #BB0011: hue angle of 354.55º 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 #BB0011 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.91 | 0.27 |
| HSL | 354.55º | 1% | 0.37% | - |
| HSV(B) | 354.55º | 1% | 0.73% | - |
| XYZ | 20.59 | 10.61 | 1.49 | - |
| YUV | 57.85 | 104.95 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 17 | 0 | 1 | 0.91 | 0.27 | 354.55 | 1 | 0.37 |
| Hex | BB | 0 | 11 | 0 | 64 | 5B | 1B | 163 | 64 | 25 |
| Octal | 273 | 0 | 21 | 0 | 144 | 133 | 33 | 543 | 144 | 45 |
| Binary | 10111011 | 0 | 10001 | 0 | 1100100 | 1011011 | 11011 | 101100011 | 1100100 | 100101 |
Color Harmonies of #BB0011
Complementary color
Monochromatic Colors of #BB0011
Black with #BB0011
Text Example
Text Example
White with #BB0011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0011; }
p { color: rgb(187,0,17); }
H1.HeaderClassName
{
color: #BB0011;
}
.AnyTagClassName
{
color: #BB0011;
}
</style>
background-color css
<style>
a { background-color: #BB0011; }
a { background-color: rgb(187,0,17); }
div.DivClassName
{
background-color: #BB0011;
}
.BgClassName
{
background-color: #BB0011;
}
</style>
border-color css
<style>
span { border-color: #BB0011; }
span { border-color: rgb(187,0,17); }
td.TdClassName
{
border-color: #BB0011;
}
.TagClassName
{
border-color: #BB0011;
}
</style>