Shades of Venetian Red #BB101B
Tints of Venetian Red #BB101B
RGB
CMYK
RGB Variations
Color information
#BB101B (or 0xBB101B) is known color: Venetian Red. HEX triplet: BB, 10 and 1B. RGB value is (187,16,27). Sum of RGB (Red+Green+Blue) = 187+16+27=230 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.30% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 187 - color contains mainly: red. Hex color #BB101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB101B is #44EFE4. Grayscale: #444444. Windows color (decimal): -4517861 or 1773755. OLE color: 1773755.
HSL color Cylindrical-coordinate representation of color #BB101B: hue angle of 356.14º degrees, saturation: 0.84, 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 #BB101B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 27 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.27 |
| HSL | 356.14º | 0.84% | 0.4% | - |
| HSV(B) | 356.14º | 0.91% | 0.73% | - |
| XYZ | 20.88 | 11.01 | 2.06 | - |
| YUV | 68.38 | 104.65 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 27 | 0 | 0.91 | 0.86 | 0.27 | 356.14 | 0.84 | 0.4 |
| Hex | BB | 10 | 1B | 0 | 5B | 56 | 1B | 164 | 54 | 28 |
| Octal | 273 | 20 | 33 | 0 | 133 | 126 | 33 | 544 | 124 | 50 |
| Binary | 10111011 | 10000 | 11011 | 0 | 1011011 | 1010110 | 11011 | 101100100 | 1010100 | 101000 |
Color Harmonies of #BB101B
Complementary color
Monochromatic Colors of #BB101B
Black with #BB101B
Text Example
Text Example
White with #BB101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB101B; }
p { color: rgb(187,16,27); }
H1.HeaderClassName
{
color: #BB101B;
}
.AnyTagClassName
{
color: #BB101B;
}
</style>
background-color css
<style>
a { background-color: #BB101B; }
a { background-color: rgb(187,16,27); }
div.DivClassName
{
background-color: #BB101B;
}
.BgClassName
{
background-color: #BB101B;
}
</style>
border-color css
<style>
span { border-color: #BB101B; }
span { border-color: rgb(187,16,27); }
td.TdClassName
{
border-color: #BB101B;
}
.TagClassName
{
border-color: #BB101B;
}
</style>