Shades of Venetian Red #B5020E
Tints of Venetian Red #B5020E
RGB
CMYK
RGB Variations
Color information
#B5020E (or 0xB5020E) is known color: Venetian Red. HEX triplet: B5, 02 and 0E. RGB value is (181,2,14). Sum of RGB (Red+Green+Blue) = 181+2+14=197 (26% of max value = 765). Red value is 181 (71.09% from 255 or 91.88% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 181 - color contains mainly: red. Hex color #B5020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5020E is #4AFDF1. Grayscale: #393939. Windows color (decimal): -4914674 or 918197. OLE color: 918197.
HSL color Cylindrical-coordinate representation of color #B5020E: hue angle of 355.98º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5020E is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 14 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.29 |
| HSL | 355.98º | 0.98% | 0.36% | - |
| HSV(B) | 355.98º | 0.99% | 0.71% | - |
| XYZ | 19.16 | 9.9 | 1.32 | - |
| YUV | 56.89 | 103.8 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 14 | 0 | 0.99 | 0.92 | 0.29 | 355.98 | 0.98 | 0.36 |
| Hex | B5 | 2 | E | 0 | 63 | 5C | 1D | 164 | 62 | 24 |
| Octal | 265 | 2 | 16 | 0 | 143 | 134 | 35 | 544 | 142 | 44 |
| Binary | 10110101 | 10 | 1110 | 0 | 1100011 | 1011100 | 11101 | 101100100 | 1100010 | 100100 |
Color Harmonies of #B5020E
Complementary color
Monochromatic Colors of #B5020E
Black with #B5020E
Text Example
Text Example
White with #B5020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5020E; }
p { color: rgb(181,2,14); }
H1.HeaderClassName
{
color: #B5020E;
}
.AnyTagClassName
{
color: #B5020E;
}
</style>
background-color css
<style>
a { background-color: #B5020E; }
a { background-color: rgb(181,2,14); }
div.DivClassName
{
background-color: #B5020E;
}
.BgClassName
{
background-color: #B5020E;
}
</style>
border-color css
<style>
span { border-color: #B5020E; }
span { border-color: rgb(181,2,14); }
td.TdClassName
{
border-color: #B5020E;
}
.TagClassName
{
border-color: #B5020E;
}
</style>