Shades of Venetian Red #B20A1B
Tints of Venetian Red #B20A1B
RGB
CMYK
RGB Variations
Color information
#B20A1B (or 0xB20A1B) is known color: Venetian Red. HEX triplet: B2, 0A and 1B. RGB value is (178,10,27). Sum of RGB (Red+Green+Blue) = 178+10+27=215 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.79% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20A1B is #4DF5E4. Grayscale: #3E3E3E. Windows color (decimal): -5109221 or 1772210. OLE color: 1772210.
HSL color Cylindrical-coordinate representation of color #B20A1B: hue angle of 353.93º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20A1B is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 27 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.30 |
| HSL | 353.93º | 0.89% | 0.37% | - |
| HSV(B) | 353.93º | 0.94% | 0.7% | - |
| XYZ | 18.67 | 9.76 | 1.94 | - |
| YUV | 62.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 27 | 0 | 0.94 | 0.85 | 0.30 | 353.93 | 0.89 | 0.37 |
| Hex | B2 | A | 1B | 0 | 5E | 55 | 1E | 162 | 59 | 25 |
| Octal | 262 | 12 | 33 | 0 | 136 | 125 | 36 | 542 | 131 | 45 |
| Binary | 10110010 | 1010 | 11011 | 0 | 1011110 | 1010101 | 11110 | 101100010 | 1011001 | 100101 |
Color Harmonies of #B20A1B
Complementary color
Monochromatic Colors of #B20A1B
Black with #B20A1B
Text Example
Text Example
White with #B20A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20A1B; }
p { color: rgb(178,10,27); }
H1.HeaderClassName
{
color: #B20A1B;
}
.AnyTagClassName
{
color: #B20A1B;
}
</style>
background-color css
<style>
a { background-color: #B20A1B; }
a { background-color: rgb(178,10,27); }
div.DivClassName
{
background-color: #B20A1B;
}
.BgClassName
{
background-color: #B20A1B;
}
</style>
border-color css
<style>
span { border-color: #B20A1B; }
span { border-color: rgb(178,10,27); }
td.TdClassName
{
border-color: #B20A1B;
}
.TagClassName
{
border-color: #B20A1B;
}
</style>