Shades of Venetian Red #B21112
Tints of Venetian Red #B21112
RGB
CMYK
RGB Variations
Color information
#B21112 (or 0xB21112) is known color: Venetian Red. HEX triplet: B2, 11 and 12. RGB value is (178,17,18). Sum of RGB (Red+Green+Blue) = 178+17+18=213 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.57% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 178 - color contains mainly: red. Hex color #B21112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21112 is #4DEEED. Grayscale: #414141. Windows color (decimal): -5107438 or 1184178. OLE color: 1184178.
HSL color Cylindrical-coordinate representation of color #B21112: hue angle of 359.63º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21112 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 18 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.30 |
| HSL | 359.63º | 0.83% | 0.38% | - |
| HSV(B) | 359.63º | 0.9% | 0.7% | - |
| XYZ | 18.67 | 9.91 | 1.5 | - |
| YUV | 65.25 | 101.34 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 18 | 0 | 0.90 | 0.90 | 0.30 | 359.63 | 0.83 | 0.38 |
| Hex | B2 | 11 | 12 | 0 | 5A | 5A | 1E | 168 | 53 | 26 |
| Octal | 262 | 21 | 22 | 0 | 132 | 132 | 36 | 550 | 123 | 46 |
| Binary | 10110010 | 10001 | 10010 | 0 | 1011010 | 1011010 | 11110 | 101101000 | 1010011 | 100110 |
Color Harmonies of #B21112
Complementary color
Monochromatic Colors of #B21112
Black with #B21112
Text Example
Text Example
White with #B21112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21112; }
p { color: rgb(178,17,18); }
H1.HeaderClassName
{
color: #B21112;
}
.AnyTagClassName
{
color: #B21112;
}
</style>
background-color css
<style>
a { background-color: #B21112; }
a { background-color: rgb(178,17,18); }
div.DivClassName
{
background-color: #B21112;
}
.BgClassName
{
background-color: #B21112;
}
</style>
border-color css
<style>
span { border-color: #B21112; }
span { border-color: rgb(178,17,18); }
td.TdClassName
{
border-color: #B21112;
}
.TagClassName
{
border-color: #B21112;
}
</style>