Shades of Venetian Red #B20121
Tints of Venetian Red #B20121
RGB
CMYK
RGB Variations
Color information
#B20121 (or 0xB20121) is known color: Venetian Red. HEX triplet: B2, 01 and 21. RGB value is (178,1,33). Sum of RGB (Red+Green+Blue) = 178+1+33=212 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.96% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 178 - color contains mainly: red. Hex color #B20121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20121 is #4DFEDE. Grayscale: #393939. Windows color (decimal): -5111519 or 2163122. OLE color: 2163122.
HSL color Cylindrical-coordinate representation of color #B20121: hue angle of 349.15º 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 #B20121 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 33 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.30 |
| HSL | 349.15º | 0.99% | 0.35% | - |
| HSV(B) | 349.15º | 0.99% | 0.7% | - |
| XYZ | 18.65 | 9.6 | 2.31 | - |
| YUV | 57.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 33 | 0 | 0.99 | 0.81 | 0.30 | 349.15 | 0.99 | 0.35 |
| Hex | B2 | 1 | 21 | 0 | 63 | 51 | 1E | 15D | 63 | 23 |
| Octal | 262 | 1 | 41 | 0 | 143 | 121 | 36 | 535 | 143 | 43 |
| Binary | 10110010 | 1 | 100001 | 0 | 1100011 | 1010001 | 11110 | 101011101 | 1100011 | 100011 |
Color Harmonies of #B20121
Complementary color
Monochromatic Colors of #B20121
Black with #B20121
Text Example
Text Example
White with #B20121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20121; }
p { color: rgb(178,1,33); }
H1.HeaderClassName
{
color: #B20121;
}
.AnyTagClassName
{
color: #B20121;
}
</style>
background-color css
<style>
a { background-color: #B20121; }
a { background-color: rgb(178,1,33); }
div.DivClassName
{
background-color: #B20121;
}
.BgClassName
{
background-color: #B20121;
}
</style>
border-color css
<style>
span { border-color: #B20121; }
span { border-color: rgb(178,1,33); }
td.TdClassName
{
border-color: #B20121;
}
.TagClassName
{
border-color: #B20121;
}
</style>