Shades of Venetian Red #B2080E
Tints of Venetian Red #B2080E
RGB
CMYK
RGB Variations
Color information
#B2080E (or 0xB2080E) is known color: Venetian Red. HEX triplet: B2, 08 and 0E. RGB value is (178,8,14). Sum of RGB (Red+Green+Blue) = 178+8+14=200 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 178 - color contains mainly: red. Hex color #B2080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2080E is #4DF7F1. Grayscale: #3B3B3B. Windows color (decimal): -5109746 or 919730. OLE color: 919730.
HSL color Cylindrical-coordinate representation of color #B2080E: hue angle of 357.88º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2080E is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 8 | 14 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.30 |
| HSL | 357.88º | 0.91% | 0.36% | - |
| HSV(B) | 357.88º | 0.96% | 0.7% | - |
| XYZ | 18.53 | 9.67 | 1.31 | - |
| YUV | 59.51 | 102.32 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 8 | 14 | 0 | 0.96 | 0.92 | 0.30 | 357.88 | 0.91 | 0.36 |
| Hex | B2 | 8 | E | 0 | 60 | 5C | 1E | 166 | 5B | 24 |
| Octal | 262 | 10 | 16 | 0 | 140 | 134 | 36 | 546 | 133 | 44 |
| Binary | 10110010 | 1000 | 1110 | 0 | 1100000 | 1011100 | 11110 | 101100110 | 1011011 | 100100 |
Color Harmonies of #B2080E
Complementary color
Monochromatic Colors of #B2080E
Black with #B2080E
Text Example
Text Example
White with #B2080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2080E; }
p { color: rgb(178,8,14); }
H1.HeaderClassName
{
color: #B2080E;
}
.AnyTagClassName
{
color: #B2080E;
}
</style>
background-color css
<style>
a { background-color: #B2080E; }
a { background-color: rgb(178,8,14); }
div.DivClassName
{
background-color: #B2080E;
}
.BgClassName
{
background-color: #B2080E;
}
</style>
border-color css
<style>
span { border-color: #B2080E; }
span { border-color: rgb(178,8,14); }
td.TdClassName
{
border-color: #B2080E;
}
.TagClassName
{
border-color: #B2080E;
}
</style>