Shades of Venetian Red #BB111F
Tints of Venetian Red #BB111F
RGB
CMYK
RGB Variations
Color information
#BB111F (or 0xBB111F) is known color: Venetian Red. HEX triplet: BB, 11 and 1F. RGB value is (187,17,31). Sum of RGB (Red+Green+Blue) = 187+17+31=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB111F is #44EEE0. Grayscale: #454545. Windows color (decimal): -4517601 or 2036155. OLE color: 2036155.
HSL color Cylindrical-coordinate representation of color #BB111F: hue angle of 355.06º 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 #BB111F is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 31 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.27 |
| HSL | 355.06º | 0.83% | 0.4% | - |
| HSV(B) | 355.06º | 0.91% | 0.73% | - |
| XYZ | 20.94 | 11.06 | 2.33 | - |
| YUV | 69.43 | 106.32 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 31 | 0 | 0.91 | 0.83 | 0.27 | 355.06 | 0.83 | 0.4 |
| Hex | BB | 11 | 1F | 0 | 5B | 53 | 1B | 163 | 53 | 28 |
| Octal | 273 | 21 | 37 | 0 | 133 | 123 | 33 | 543 | 123 | 50 |
| Binary | 10111011 | 10001 | 11111 | 0 | 1011011 | 1010011 | 11011 | 101100011 | 1010011 | 101000 |
Color Harmonies of #BB111F
Complementary color
Monochromatic Colors of #BB111F
Black with #BB111F
Text Example
Text Example
White with #BB111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB111F; }
p { color: rgb(187,17,31); }
H1.HeaderClassName
{
color: #BB111F;
}
.AnyTagClassName
{
color: #BB111F;
}
</style>
background-color css
<style>
a { background-color: #BB111F; }
a { background-color: rgb(187,17,31); }
div.DivClassName
{
background-color: #BB111F;
}
.BgClassName
{
background-color: #BB111F;
}
</style>
border-color css
<style>
span { border-color: #BB111F; }
span { border-color: rgb(187,17,31); }
td.TdClassName
{
border-color: #BB111F;
}
.TagClassName
{
border-color: #BB111F;
}
</style>