Shades of Venetian Red #B20119
Tints of Venetian Red #B20119
RGB
CMYK
RGB Variations
Color information
#B20119 (or 0xB20119) is known color: Venetian Red. HEX triplet: B2, 01 and 19. RGB value is (178,1,25). Sum of RGB (Red+Green+Blue) = 178+1+25=204 (27% of max value = 765). Red value is 178 (69.92% from 255 or 87.25% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 178 - color contains mainly: red. Hex color #B20119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20119 is #4DFEE6. Grayscale: #383838. Windows color (decimal): -5111527 or 1638834. OLE color: 1638834.
HSL color Cylindrical-coordinate representation of color #B20119: hue angle of 351.86º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20119 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.30 |
| HSL | 351.86º | 0.99% | 0.35% | - |
| HSV(B) | 351.86º | 0.99% | 0.7% | - |
| XYZ | 18.55 | 9.56 | 1.79 | - |
| YUV | 56.66 | 110.14 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 25 | 0 | 0.99 | 0.86 | 0.30 | 351.86 | 0.99 | 0.35 |
| Hex | B2 | 1 | 19 | 0 | 63 | 56 | 1E | 160 | 63 | 23 |
| Octal | 262 | 1 | 31 | 0 | 143 | 126 | 36 | 540 | 143 | 43 |
| Binary | 10110010 | 1 | 11001 | 0 | 1100011 | 1010110 | 11110 | 101100000 | 1100011 | 100011 |
Color Harmonies of #B20119
Complementary color
Monochromatic Colors of #B20119
Black with #B20119
Text Example
Text Example
White with #B20119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20119; }
p { color: rgb(178,1,25); }
H1.HeaderClassName
{
color: #B20119;
}
.AnyTagClassName
{
color: #B20119;
}
</style>
background-color css
<style>
a { background-color: #B20119; }
a { background-color: rgb(178,1,25); }
div.DivClassName
{
background-color: #B20119;
}
.BgClassName
{
background-color: #B20119;
}
</style>
border-color css
<style>
span { border-color: #B20119; }
span { border-color: rgb(178,1,25); }
td.TdClassName
{
border-color: #B20119;
}
.TagClassName
{
border-color: #B20119;
}
</style>