Shades of Venetian Red #B20D14
Tints of Venetian Red #B20D14
RGB
CMYK
RGB Variations
Color information
#B20D14 (or 0xB20D14) is known color: Venetian Red. HEX triplet: B2, 0D and 14. RGB value is (178,13,20). Sum of RGB (Red+Green+Blue) = 178+13+20=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20D14 is #4DF2EB. Grayscale: #3F3F3F. Windows color (decimal): -5108460 or 1314226. OLE color: 1314226.
HSL color Cylindrical-coordinate representation of color #B20D14: hue angle of 357.45º 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 #B20D14 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 20 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.30 |
| HSL | 357.45º | 0.86% | 0.37% | - |
| HSV(B) | 357.45º | 0.93% | 0.7% | - |
| XYZ | 18.63 | 9.8 | 1.57 | - |
| YUV | 63.13 | 103.66 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 20 | 0 | 0.93 | 0.89 | 0.30 | 357.45 | 0.86 | 0.37 |
| Hex | B2 | D | 14 | 0 | 5D | 59 | 1E | 165 | 56 | 25 |
| Octal | 262 | 15 | 24 | 0 | 135 | 131 | 36 | 545 | 126 | 45 |
| Binary | 10110010 | 1101 | 10100 | 0 | 1011101 | 1011001 | 11110 | 101100101 | 1010110 | 100101 |
Color Harmonies of #B20D14
Complementary color
Monochromatic Colors of #B20D14
Black with #B20D14
Text Example
Text Example
White with #B20D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20D14; }
p { color: rgb(178,13,20); }
H1.HeaderClassName
{
color: #B20D14;
}
.AnyTagClassName
{
color: #B20D14;
}
</style>
background-color css
<style>
a { background-color: #B20D14; }
a { background-color: rgb(178,13,20); }
div.DivClassName
{
background-color: #B20D14;
}
.BgClassName
{
background-color: #B20D14;
}
</style>
border-color css
<style>
span { border-color: #B20D14; }
span { border-color: rgb(178,13,20); }
td.TdClassName
{
border-color: #B20D14;
}
.TagClassName
{
border-color: #B20D14;
}
</style>