Shades of Venetian Red #BB111A
Tints of Venetian Red #BB111A
RGB
CMYK
RGB Variations
Color information
#BB111A (or 0xBB111A) is known color: Venetian Red. HEX triplet: BB, 11 and 1A. RGB value is (187,17,26). Sum of RGB (Red+Green+Blue) = 187+17+26=230 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.30% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 187 - color contains mainly: red. Hex color #BB111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB111A is #44EEE5. Grayscale: #444444. Windows color (decimal): -4517606 or 1708475. OLE color: 1708475.
HSL color Cylindrical-coordinate representation of color #BB111A: hue angle of 356.82º 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 #BB111A is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 26 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.27 |
| HSL | 356.82º | 0.83% | 0.4% | - |
| HSV(B) | 356.82º | 0.91% | 0.73% | - |
| XYZ | 20.88 | 11.04 | 2.01 | - |
| YUV | 68.86 | 103.82 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 26 | 0 | 0.91 | 0.86 | 0.27 | 356.82 | 0.83 | 0.4 |
| Hex | BB | 11 | 1A | 0 | 5B | 56 | 1B | 165 | 53 | 28 |
| Octal | 273 | 21 | 32 | 0 | 133 | 126 | 33 | 545 | 123 | 50 |
| Binary | 10111011 | 10001 | 11010 | 0 | 1011011 | 1010110 | 11011 | 101100101 | 1010011 | 101000 |
Color Harmonies of #BB111A
Complementary color
Monochromatic Colors of #BB111A
Black with #BB111A
Text Example
Text Example
White with #BB111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB111A; }
p { color: rgb(187,17,26); }
H1.HeaderClassName
{
color: #BB111A;
}
.AnyTagClassName
{
color: #BB111A;
}
</style>
background-color css
<style>
a { background-color: #BB111A; }
a { background-color: rgb(187,17,26); }
div.DivClassName
{
background-color: #BB111A;
}
.BgClassName
{
background-color: #BB111A;
}
</style>
border-color css
<style>
span { border-color: #BB111A; }
span { border-color: rgb(187,17,26); }
td.TdClassName
{
border-color: #BB111A;
}
.TagClassName
{
border-color: #BB111A;
}
</style>