Shades of Venetian Red #B21120
Tints of Venetian Red #B21120
RGB
CMYK
RGB Variations
Color information
#B21120 (or 0xB21120) is known color: Venetian Red. HEX triplet: B2, 11 and 20. RGB value is (178,17,32). Sum of RGB (Red+Green+Blue) = 178+17+32=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B21120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21120 is #4DEEDF. Grayscale: #424242. Windows color (decimal): -5107424 or 2101682. OLE color: 2101682.
HSL color Cylindrical-coordinate representation of color #B21120: hue angle of 354.41º 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 #B21120 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 32 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.30 |
| HSL | 354.41º | 0.83% | 0.38% | - |
| HSV(B) | 354.41º | 0.9% | 0.7% | - |
| XYZ | 18.82 | 9.97 | 2.3 | - |
| YUV | 66.85 | 108.34 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 32 | 0 | 0.90 | 0.82 | 0.30 | 354.41 | 0.83 | 0.38 |
| Hex | B2 | 11 | 20 | 0 | 5A | 52 | 1E | 162 | 53 | 26 |
| Octal | 262 | 21 | 40 | 0 | 132 | 122 | 36 | 542 | 123 | 46 |
| Binary | 10110010 | 10001 | 100000 | 0 | 1011010 | 1010010 | 11110 | 101100010 | 1010011 | 100110 |
Color Harmonies of #B21120
Complementary color
Monochromatic Colors of #B21120
Black with #B21120
Text Example
Text Example
White with #B21120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21120; }
p { color: rgb(178,17,32); }
H1.HeaderClassName
{
color: #B21120;
}
.AnyTagClassName
{
color: #B21120;
}
</style>
background-color css
<style>
a { background-color: #B21120; }
a { background-color: rgb(178,17,32); }
div.DivClassName
{
background-color: #B21120;
}
.BgClassName
{
background-color: #B21120;
}
</style>
border-color css
<style>
span { border-color: #B21120; }
span { border-color: rgb(178,17,32); }
td.TdClassName
{
border-color: #B21120;
}
.TagClassName
{
border-color: #B21120;
}
</style>