Shades of Venetian Red #B20513
Tints of Venetian Red #B20513
RGB
CMYK
RGB Variations
Color information
#B20513 (or 0xB20513) is known color: Venetian Red. HEX triplet: B2, 05 and 13. RGB value is (178,5,19). Sum of RGB (Red+Green+Blue) = 178+5+19=202 (26% of max value = 765). Red value is 178 (69.92% from 255 or 88.12% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 178 - color contains mainly: red. Hex color #B20513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20513 is #4DFAEC. Grayscale: #3A3A3A. Windows color (decimal): -5110509 or 1246642. OLE color: 1246642.
HSL color Cylindrical-coordinate representation of color #B20513: hue angle of 355.14º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20513 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 5 | 19 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.30 |
| HSL | 355.14º | 0.95% | 0.36% | - |
| HSV(B) | 355.14º | 0.97% | 0.7% | - |
| XYZ | 18.53 | 9.62 | 1.5 | - |
| YUV | 58.32 | 105.81 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 19 | 0 | 0.97 | 0.89 | 0.30 | 355.14 | 0.95 | 0.36 |
| Hex | B2 | 5 | 13 | 0 | 61 | 59 | 1E | 163 | 5F | 24 |
| Octal | 262 | 5 | 23 | 0 | 141 | 131 | 36 | 543 | 137 | 44 |
| Binary | 10110010 | 101 | 10011 | 0 | 1100001 | 1011001 | 11110 | 101100011 | 1011111 | 100100 |
Color Harmonies of #B20513
Complementary color
Monochromatic Colors of #B20513
Black with #B20513
Text Example
Text Example
White with #B20513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20513; }
p { color: rgb(178,5,19); }
H1.HeaderClassName
{
color: #B20513;
}
.AnyTagClassName
{
color: #B20513;
}
</style>
background-color css
<style>
a { background-color: #B20513; }
a { background-color: rgb(178,5,19); }
div.DivClassName
{
background-color: #B20513;
}
.BgClassName
{
background-color: #B20513;
}
</style>
border-color css
<style>
span { border-color: #B20513; }
span { border-color: rgb(178,5,19); }
td.TdClassName
{
border-color: #B20513;
}
.TagClassName
{
border-color: #B20513;
}
</style>