Shades of Venetian Red #B20D1A
Tints of Venetian Red #B20D1A
RGB
CMYK
RGB Variations
Color information
#B20D1A (or 0xB20D1A) is known color: Venetian Red. HEX triplet: B2, 0D and 1A. RGB value is (178,13,26). Sum of RGB (Red+Green+Blue) = 178+13+26=217 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.03% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20D1A is #4DF2E5. Grayscale: #3F3F3F. Windows color (decimal): -5108454 or 1707442. OLE color: 1707442.
HSL color Cylindrical-coordinate representation of color #B20D1A: hue angle of 355.27º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20D1A is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 26 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.30 |
| HSL | 355.27º | 0.86% | 0.37% | - |
| HSV(B) | 355.27º | 0.93% | 0.7% | - |
| XYZ | 18.69 | 9.83 | 1.89 | - |
| YUV | 63.82 | 106.66 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 26 | 0 | 0.93 | 0.85 | 0.30 | 355.27 | 0.86 | 0.37 |
| Hex | B2 | D | 1A | 0 | 5D | 55 | 1E | 163 | 56 | 25 |
| Octal | 262 | 15 | 32 | 0 | 135 | 125 | 36 | 543 | 126 | 45 |
| Binary | 10110010 | 1101 | 11010 | 0 | 1011101 | 1010101 | 11110 | 101100011 | 1010110 | 100101 |
Color Harmonies of #B20D1A
Complementary color
Monochromatic Colors of #B20D1A
Black with #B20D1A
Text Example
Text Example
White with #B20D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20D1A; }
p { color: rgb(178,13,26); }
H1.HeaderClassName
{
color: #B20D1A;
}
.AnyTagClassName
{
color: #B20D1A;
}
</style>
background-color css
<style>
a { background-color: #B20D1A; }
a { background-color: rgb(178,13,26); }
div.DivClassName
{
background-color: #B20D1A;
}
.BgClassName
{
background-color: #B20D1A;
}
</style>
border-color css
<style>
span { border-color: #B20D1A; }
span { border-color: rgb(178,13,26); }
td.TdClassName
{
border-color: #B20D1A;
}
.TagClassName
{
border-color: #B20D1A;
}
</style>