Shades of Venetian Red #BB111B
Tints of Venetian Red #BB111B
RGB
CMYK
RGB Variations
Color information
#BB111B (or 0xBB111B) is known color: Venetian Red. HEX triplet: BB, 11 and 1B. RGB value is (187,17,27). Sum of RGB (Red+Green+Blue) = 187+17+27=231 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.95% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 187 - color contains mainly: red. Hex color #BB111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB111B is #44EEE4. Grayscale: #454545. Windows color (decimal): -4517605 or 1774011. OLE color: 1774011.
HSL color Cylindrical-coordinate representation of color #BB111B: hue angle of 356.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB111B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 27 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.27 |
| HSL | 356.47º | 0.83% | 0.4% | - |
| HSV(B) | 356.47º | 0.91% | 0.73% | - |
| XYZ | 20.89 | 11.04 | 2.07 | - |
| YUV | 68.97 | 104.32 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 27 | 0 | 0.91 | 0.86 | 0.27 | 356.47 | 0.83 | 0.4 |
| Hex | BB | 11 | 1B | 0 | 5B | 56 | 1B | 164 | 53 | 28 |
| Octal | 273 | 21 | 33 | 0 | 133 | 126 | 33 | 544 | 123 | 50 |
| Binary | 10111011 | 10001 | 11011 | 0 | 1011011 | 1010110 | 11011 | 101100100 | 1010011 | 101000 |
Color Harmonies of #BB111B
Complementary color
Monochromatic Colors of #BB111B
Black with #BB111B
Text Example
Text Example
White with #BB111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB111B; }
p { color: rgb(187,17,27); }
H1.HeaderClassName
{
color: #BB111B;
}
.AnyTagClassName
{
color: #BB111B;
}
</style>
background-color css
<style>
a { background-color: #BB111B; }
a { background-color: rgb(187,17,27); }
div.DivClassName
{
background-color: #BB111B;
}
.BgClassName
{
background-color: #BB111B;
}
</style>
border-color css
<style>
span { border-color: #BB111B; }
span { border-color: rgb(187,17,27); }
td.TdClassName
{
border-color: #BB111B;
}
.TagClassName
{
border-color: #BB111B;
}
</style>