Shades of Venetian Red #B2080B
Tints of Venetian Red #B2080B
RGB
CMYK
RGB Variations
Color information
#B2080B (or 0xB2080B) is known color: Venetian Red. HEX triplet: B2, 08 and 0B. RGB value is (178,8,11). Sum of RGB (Red+Green+Blue) = 178+8+11=197 (26% of max value = 765). Red value is 178 (69.92% from 255 or 90.36% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 178 - color contains mainly: red. Hex color #B2080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2080B is #4DF7F4. Grayscale: #3B3B3B. Windows color (decimal): -5109749 or 723122. OLE color: 723122.
HSL color Cylindrical-coordinate representation of color #B2080B: hue angle of 358.94º 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 #B2080B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 8 | 11 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.30 |
| HSL | 358.94º | 0.91% | 0.36% | - |
| HSV(B) | 358.94º | 0.96% | 0.7% | - |
| XYZ | 18.51 | 9.66 | 1.21 | - |
| YUV | 59.17 | 100.82 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 8 | 11 | 0 | 0.96 | 0.94 | 0.30 | 358.94 | 0.91 | 0.36 |
| Hex | B2 | 8 | B | 0 | 60 | 5E | 1E | 167 | 5B | 24 |
| Octal | 262 | 10 | 13 | 0 | 140 | 136 | 36 | 547 | 133 | 44 |
| Binary | 10110010 | 1000 | 1011 | 0 | 1100000 | 1011110 | 11110 | 101100111 | 1011011 | 100100 |
Color Harmonies of #B2080B
Complementary color
Monochromatic Colors of #B2080B
Black with #B2080B
Text Example
Text Example
White with #B2080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2080B; }
p { color: rgb(178,8,11); }
H1.HeaderClassName
{
color: #B2080B;
}
.AnyTagClassName
{
color: #B2080B;
}
</style>
background-color css
<style>
a { background-color: #B2080B; }
a { background-color: rgb(178,8,11); }
div.DivClassName
{
background-color: #B2080B;
}
.BgClassName
{
background-color: #B2080B;
}
</style>
border-color css
<style>
span { border-color: #B2080B; }
span { border-color: rgb(178,8,11); }
td.TdClassName
{
border-color: #B2080B;
}
.TagClassName
{
border-color: #B2080B;
}
</style>