Shades of Venetian Red #B21119
Tints of Venetian Red #B21119
RGB
CMYK
RGB Variations
Color information
#B21119 (or 0xB21119) is known color: Venetian Red. HEX triplet: B2, 11 and 19. RGB value is (178,17,25). Sum of RGB (Red+Green+Blue) = 178+17+25=220 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.91% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 178 - color contains mainly: red. Hex color #B21119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21119 is #4DEEE6. Grayscale: #424242. Windows color (decimal): -5107431 or 1642930. OLE color: 1642930.
HSL color Cylindrical-coordinate representation of color #B21119: hue angle of 357.02º 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 #B21119 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 25 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.30 |
| HSL | 357.02º | 0.83% | 0.38% | - |
| HSV(B) | 357.02º | 0.9% | 0.7% | - |
| XYZ | 18.74 | 9.94 | 1.85 | - |
| YUV | 66.05 | 104.84 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 25 | 0 | 0.90 | 0.86 | 0.30 | 357.02 | 0.83 | 0.38 |
| Hex | B2 | 11 | 19 | 0 | 5A | 56 | 1E | 165 | 53 | 26 |
| Octal | 262 | 21 | 31 | 0 | 132 | 126 | 36 | 545 | 123 | 46 |
| Binary | 10110010 | 10001 | 11001 | 0 | 1011010 | 1010110 | 11110 | 101100101 | 1010011 | 100110 |
Color Harmonies of #B21119
Complementary color
Monochromatic Colors of #B21119
Black with #B21119
Text Example
Text Example
White with #B21119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21119; }
p { color: rgb(178,17,25); }
H1.HeaderClassName
{
color: #B21119;
}
.AnyTagClassName
{
color: #B21119;
}
</style>
background-color css
<style>
a { background-color: #B21119; }
a { background-color: rgb(178,17,25); }
div.DivClassName
{
background-color: #B21119;
}
.BgClassName
{
background-color: #B21119;
}
</style>
border-color css
<style>
span { border-color: #B21119; }
span { border-color: rgb(178,17,25); }
td.TdClassName
{
border-color: #B21119;
}
.TagClassName
{
border-color: #B21119;
}
</style>