Shades of Venetian Red #B20110
Tints of Venetian Red #B20110
RGB
CMYK
RGB Variations
Color information
#B20110 (or 0xB20110) is known color: Venetian Red. HEX triplet: B2, 01 and 10. RGB value is (178,1,16). Sum of RGB (Red+Green+Blue) = 178+1+16=195 (25% of max value = 765). Red value is 178 (69.92% from 255 or 91.28% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 178 - color contains mainly: red. Hex color #B20110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20110 is #4DFEEF. Grayscale: #373737. Windows color (decimal): -5111536 or 1049010. OLE color: 1049010.
HSL color Cylindrical-coordinate representation of color #B20110: hue angle of 354.92º 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 #B20110 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.30 |
| HSL | 354.92º | 0.99% | 0.35% | - |
| HSV(B) | 354.92º | 0.99% | 0.7% | - |
| XYZ | 18.46 | 9.52 | 1.36 | - |
| YUV | 55.63 | 105.64 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 16 | 0 | 0.99 | 0.91 | 0.30 | 354.92 | 0.99 | 0.35 |
| Hex | B2 | 1 | 10 | 0 | 63 | 5B | 1E | 163 | 63 | 23 |
| Octal | 262 | 1 | 20 | 0 | 143 | 133 | 36 | 543 | 143 | 43 |
| Binary | 10110010 | 1 | 10000 | 0 | 1100011 | 1011011 | 11110 | 101100011 | 1100011 | 100011 |
Color Harmonies of #B20110
Complementary color
Monochromatic Colors of #B20110
Black with #B20110
Text Example
Text Example
White with #B20110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20110; }
p { color: rgb(178,1,16); }
H1.HeaderClassName
{
color: #B20110;
}
.AnyTagClassName
{
color: #B20110;
}
</style>
background-color css
<style>
a { background-color: #B20110; }
a { background-color: rgb(178,1,16); }
div.DivClassName
{
background-color: #B20110;
}
.BgClassName
{
background-color: #B20110;
}
</style>
border-color css
<style>
span { border-color: #B20110; }
span { border-color: rgb(178,1,16); }
td.TdClassName
{
border-color: #B20110;
}
.TagClassName
{
border-color: #B20110;
}
</style>