Shades of Venetian Red #B20321
Tints of Venetian Red #B20321
RGB
CMYK
RGB Variations
Color information
#B20321 (or 0xB20321) is known color: Venetian Red. HEX triplet: B2, 03 and 21. RGB value is (178,3,33). Sum of RGB (Red+Green+Blue) = 178+3+33=214 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.18% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 178 - color contains mainly: red. Hex color #B20321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20321 is #4DFCDE. Grayscale: #3A3A3A. Windows color (decimal): -5111007 or 2163634. OLE color: 2163634.
HSL color Cylindrical-coordinate representation of color #B20321: hue angle of 349.71º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20321 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.30 |
| HSL | 349.71º | 0.97% | 0.35% | - |
| HSV(B) | 349.71º | 0.98% | 0.7% | - |
| XYZ | 18.67 | 9.64 | 2.32 | - |
| YUV | 58.75 | 113.48 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 33 | 0 | 0.98 | 0.81 | 0.30 | 349.71 | 0.97 | 0.35 |
| Hex | B2 | 3 | 21 | 0 | 62 | 51 | 1E | 15E | 61 | 23 |
| Octal | 262 | 3 | 41 | 0 | 142 | 121 | 36 | 536 | 141 | 43 |
| Binary | 10110010 | 11 | 100001 | 0 | 1100010 | 1010001 | 11110 | 101011110 | 1100001 | 100011 |
Color Harmonies of #B20321
Complementary color
Monochromatic Colors of #B20321
Black with #B20321
Text Example
Text Example
White with #B20321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20321; }
p { color: rgb(178,3,33); }
H1.HeaderClassName
{
color: #B20321;
}
.AnyTagClassName
{
color: #B20321;
}
</style>
background-color css
<style>
a { background-color: #B20321; }
a { background-color: rgb(178,3,33); }
div.DivClassName
{
background-color: #B20321;
}
.BgClassName
{
background-color: #B20321;
}
</style>
border-color css
<style>
span { border-color: #B20321; }
span { border-color: rgb(178,3,33); }
td.TdClassName
{
border-color: #B20321;
}
.TagClassName
{
border-color: #B20321;
}
</style>