Shades of Venetian Red #B20115
Tints of Venetian Red #B20115
RGB
CMYK
RGB Variations
Color information
#B20115 (or 0xB20115) is known color: Venetian Red. HEX triplet: B2, 01 and 15. RGB value is (178,1,21). Sum of RGB (Red+Green+Blue) = 178+1+21=200 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 178 - color contains mainly: red. Hex color #B20115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20115 is #4DFEEA. Grayscale: #383838. Windows color (decimal): -5111531 or 1376690. OLE color: 1376690.
HSL color Cylindrical-coordinate representation of color #B20115: hue angle of 353.22º 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 #B20115 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.30 |
| HSL | 353.22º | 0.99% | 0.35% | - |
| HSV(B) | 353.22º | 0.99% | 0.7% | - |
| XYZ | 18.51 | 9.54 | 1.58 | - |
| YUV | 56.2 | 108.14 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 21 | 0 | 0.99 | 0.88 | 0.30 | 353.22 | 0.99 | 0.35 |
| Hex | B2 | 1 | 15 | 0 | 63 | 58 | 1E | 161 | 63 | 23 |
| Octal | 262 | 1 | 25 | 0 | 143 | 130 | 36 | 541 | 143 | 43 |
| Binary | 10110010 | 1 | 10101 | 0 | 1100011 | 1011000 | 11110 | 101100001 | 1100011 | 100011 |
Color Harmonies of #B20115
Complementary color
Monochromatic Colors of #B20115
Black with #B20115
Text Example
Text Example
White with #B20115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20115; }
p { color: rgb(178,1,21); }
H1.HeaderClassName
{
color: #B20115;
}
.AnyTagClassName
{
color: #B20115;
}
</style>
background-color css
<style>
a { background-color: #B20115; }
a { background-color: rgb(178,1,21); }
div.DivClassName
{
background-color: #B20115;
}
.BgClassName
{
background-color: #B20115;
}
</style>
border-color css
<style>
span { border-color: #B20115; }
span { border-color: rgb(178,1,21); }
td.TdClassName
{
border-color: #B20115;
}
.TagClassName
{
border-color: #B20115;
}
</style>