Shades of Venetian Red #B20210
Tints of Venetian Red #B20210
RGB
CMYK
RGB Variations
Color information
#B20210 (or 0xB20210) is known color: Venetian Red. HEX triplet: B2, 02 and 10. RGB value is (178,2,16). Sum of RGB (Red+Green+Blue) = 178+2+16=196 (25% of max value = 765). Red value is 178 (69.92% from 255 or 90.82% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 178 - color contains mainly: red. Hex color #B20210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20210 is #4DFDEF. Grayscale: #383838. Windows color (decimal): -5111280 or 1049266. OLE color: 1049266.
HSL color Cylindrical-coordinate representation of color #B20210: hue angle of 355.23º degrees, saturation: 0.98, 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 #B20210 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.30 |
| HSL | 355.23º | 0.98% | 0.35% | - |
| HSV(B) | 355.23º | 0.99% | 0.7% | - |
| XYZ | 18.48 | 9.55 | 1.36 | - |
| YUV | 56.22 | 105.31 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 16 | 0 | 0.99 | 0.91 | 0.30 | 355.23 | 0.98 | 0.35 |
| Hex | B2 | 2 | 10 | 0 | 63 | 5B | 1E | 163 | 62 | 23 |
| Octal | 262 | 2 | 20 | 0 | 143 | 133 | 36 | 543 | 142 | 43 |
| Binary | 10110010 | 10 | 10000 | 0 | 1100011 | 1011011 | 11110 | 101100011 | 1100010 | 100011 |
Color Harmonies of #B20210
Complementary color
Monochromatic Colors of #B20210
Black with #B20210
Text Example
Text Example
White with #B20210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20210; }
p { color: rgb(178,2,16); }
H1.HeaderClassName
{
color: #B20210;
}
.AnyTagClassName
{
color: #B20210;
}
</style>
background-color css
<style>
a { background-color: #B20210; }
a { background-color: rgb(178,2,16); }
div.DivClassName
{
background-color: #B20210;
}
.BgClassName
{
background-color: #B20210;
}
</style>
border-color css
<style>
span { border-color: #B20210; }
span { border-color: rgb(178,2,16); }
td.TdClassName
{
border-color: #B20210;
}
.TagClassName
{
border-color: #B20210;
}
</style>