Shades of Venetian Red #B21020
Tints of Venetian Red #B21020
RGB
CMYK
RGB Variations
Color information
#B21020 (or 0xB21020) is known color: Venetian Red. HEX triplet: B2, 10 and 20. RGB value is (178,16,32). Sum of RGB (Red+Green+Blue) = 178+16+32=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B21020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21020 is #4DEFDF. Grayscale: #424242. Windows color (decimal): -5107680 or 2101426. OLE color: 2101426.
HSL color Cylindrical-coordinate representation of color #B21020: hue angle of 354.07º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B21020 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 32 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.30 |
| HSL | 354.07º | 0.84% | 0.38% | - |
| HSV(B) | 354.07º | 0.91% | 0.7% | - |
| XYZ | 18.81 | 9.94 | 2.29 | - |
| YUV | 66.26 | 108.67 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 32 | 0 | 0.91 | 0.82 | 0.30 | 354.07 | 0.84 | 0.38 |
| Hex | B2 | 10 | 20 | 0 | 5B | 52 | 1E | 162 | 54 | 26 |
| Octal | 262 | 20 | 40 | 0 | 133 | 122 | 36 | 542 | 124 | 46 |
| Binary | 10110010 | 10000 | 100000 | 0 | 1011011 | 1010010 | 11110 | 101100010 | 1010100 | 100110 |
Color Harmonies of #B21020
Complementary color
Monochromatic Colors of #B21020
Black with #B21020
Text Example
Text Example
White with #B21020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21020; }
p { color: rgb(178,16,32); }
H1.HeaderClassName
{
color: #B21020;
}
.AnyTagClassName
{
color: #B21020;
}
</style>
background-color css
<style>
a { background-color: #B21020; }
a { background-color: rgb(178,16,32); }
div.DivClassName
{
background-color: #B21020;
}
.BgClassName
{
background-color: #B21020;
}
</style>
border-color css
<style>
span { border-color: #B21020; }
span { border-color: rgb(178,16,32); }
td.TdClassName
{
border-color: #B21020;
}
.TagClassName
{
border-color: #B21020;
}
</style>