Shades of Venetian Red #B20D1B
Tints of Venetian Red #B20D1B
RGB
CMYK
RGB Variations
Color information
#B20D1B (or 0xB20D1B) is known color: Venetian Red. HEX triplet: B2, 0D and 1B. RGB value is (178,13,27). Sum of RGB (Red+Green+Blue) = 178+13+27=218 (28% of max value = 765). Red value is 178 (69.92% from 255 or 81.65% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20D1B is #4DF2E4. Grayscale: #404040. Windows color (decimal): -5108453 or 1772978. OLE color: 1772978.
HSL color Cylindrical-coordinate representation of color #B20D1B: hue angle of 354.91º 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 #B20D1B is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 27 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.30 |
| HSL | 354.91º | 0.86% | 0.37% | - |
| HSV(B) | 354.91º | 0.93% | 0.7% | - |
| XYZ | 18.7 | 9.83 | 1.95 | - |
| YUV | 63.93 | 107.16 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 27 | 0 | 0.93 | 0.85 | 0.30 | 354.91 | 0.86 | 0.37 |
| Hex | B2 | D | 1B | 0 | 5D | 55 | 1E | 163 | 56 | 25 |
| Octal | 262 | 15 | 33 | 0 | 135 | 125 | 36 | 543 | 126 | 45 |
| Binary | 10110010 | 1101 | 11011 | 0 | 1011101 | 1010101 | 11110 | 101100011 | 1010110 | 100101 |
Color Harmonies of #B20D1B
Complementary color
Monochromatic Colors of #B20D1B
Black with #B20D1B
Text Example
Text Example
White with #B20D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20D1B; }
p { color: rgb(178,13,27); }
H1.HeaderClassName
{
color: #B20D1B;
}
.AnyTagClassName
{
color: #B20D1B;
}
</style>
background-color css
<style>
a { background-color: #B20D1B; }
a { background-color: rgb(178,13,27); }
div.DivClassName
{
background-color: #B20D1B;
}
.BgClassName
{
background-color: #B20D1B;
}
</style>
border-color css
<style>
span { border-color: #B20D1B; }
span { border-color: rgb(178,13,27); }
td.TdClassName
{
border-color: #B20D1B;
}
.TagClassName
{
border-color: #B20D1B;
}
</style>