Shades of Venetian Red #BB011D
Tints of Venetian Red #BB011D
RGB
CMYK
RGB Variations
Color information
#BB011D (or 0xBB011D) is known color: Venetian Red. HEX triplet: BB, 01 and 1D. RGB value is (187,1,29). Sum of RGB (Red+Green+Blue) = 187+1+29=217 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.18% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 187 - color contains mainly: red. Hex color #BB011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB011D is #44FEE2. Grayscale: #3B3B3B. Windows color (decimal): -4521699 or 1900987. OLE color: 1900987.
HSL color Cylindrical-coordinate representation of color #BB011D: hue angle of 350.97º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB011D is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.27 |
| HSL | 350.97º | 0.99% | 0.37% | - |
| HSV(B) | 350.97º | 0.99% | 0.73% | - |
| XYZ | 20.73 | 10.68 | 2.13 | - |
| YUV | 59.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 29 | 0 | 0.99 | 0.84 | 0.27 | 350.97 | 0.99 | 0.37 |
| Hex | BB | 1 | 1D | 0 | 63 | 54 | 1B | 15F | 63 | 25 |
| Octal | 273 | 1 | 35 | 0 | 143 | 124 | 33 | 537 | 143 | 45 |
| Binary | 10111011 | 1 | 11101 | 0 | 1100011 | 1010100 | 11011 | 101011111 | 1100011 | 100101 |
Color Harmonies of #BB011D
Complementary color
Monochromatic Colors of #BB011D
Black with #BB011D
Text Example
Text Example
White with #BB011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB011D; }
p { color: rgb(187,1,29); }
H1.HeaderClassName
{
color: #BB011D;
}
.AnyTagClassName
{
color: #BB011D;
}
</style>
background-color css
<style>
a { background-color: #BB011D; }
a { background-color: rgb(187,1,29); }
div.DivClassName
{
background-color: #BB011D;
}
.BgClassName
{
background-color: #BB011D;
}
</style>
border-color css
<style>
span { border-color: #BB011D; }
span { border-color: rgb(187,1,29); }
td.TdClassName
{
border-color: #BB011D;
}
.TagClassName
{
border-color: #BB011D;
}
</style>