Shades of Venetian Red #BB1214
Tints of Venetian Red #BB1214
RGB
CMYK
RGB Variations
Color information
#BB1214 (or 0xBB1214) is known color: Venetian Red. HEX triplet: BB, 12 and 14. RGB value is (187,18,20). Sum of RGB (Red+Green+Blue) = 187+18+20=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1214 is #44EDEB. Grayscale: #444444. Windows color (decimal): -4517356 or 1315515. OLE color: 1315515.
HSL color Cylindrical-coordinate representation of color #BB1214: hue angle of 359.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1214 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 20 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.27 |
| HSL | 359.29º | 0.82% | 0.4% | - |
| HSV(B) | 359.29º | 0.9% | 0.73% | - |
| XYZ | 20.84 | 11.05 | 1.7 | - |
| YUV | 68.76 | 100.49 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 20 | 0 | 0.90 | 0.89 | 0.27 | 359.29 | 0.82 | 0.4 |
| Hex | BB | 12 | 14 | 0 | 5A | 59 | 1B | 167 | 52 | 28 |
| Octal | 273 | 22 | 24 | 0 | 132 | 131 | 33 | 547 | 122 | 50 |
| Binary | 10111011 | 10010 | 10100 | 0 | 1011010 | 1011001 | 11011 | 101100111 | 1010010 | 101000 |
Color Harmonies of #BB1214
Complementary color
Monochromatic Colors of #BB1214
Black with #BB1214
Text Example
Text Example
White with #BB1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1214; }
p { color: rgb(187,18,20); }
H1.HeaderClassName
{
color: #BB1214;
}
.AnyTagClassName
{
color: #BB1214;
}
</style>
background-color css
<style>
a { background-color: #BB1214; }
a { background-color: rgb(187,18,20); }
div.DivClassName
{
background-color: #BB1214;
}
.BgClassName
{
background-color: #BB1214;
}
</style>
border-color css
<style>
span { border-color: #BB1214; }
span { border-color: rgb(187,18,20); }
td.TdClassName
{
border-color: #BB1214;
}
.TagClassName
{
border-color: #BB1214;
}
</style>