Shades of Venetian Red #B5080B
Tints of Venetian Red #B5080B
RGB
CMYK
RGB Variations
Color information
#B5080B (or 0xB5080B) is known color: Venetian Red. HEX triplet: B5, 08 and 0B. RGB value is (181,8,11). Sum of RGB (Red+Green+Blue) = 181+8+11=200 (26% of max value = 765). Red value is 181 (71.09% from 255 or 90.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 181 - color contains mainly: red. Hex color #B5080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5080B is #4AF7F4. Grayscale: #3C3C3C. Windows color (decimal): -4913141 or 723125. OLE color: 723125.
HSL color Cylindrical-coordinate representation of color #B5080B: hue angle of 358.96º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5080B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 11 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.29 |
| HSL | 358.96º | 0.92% | 0.37% | - |
| HSV(B) | 358.96º | 0.96% | 0.71% | - |
| XYZ | 19.2 | 10.02 | 1.24 | - |
| YUV | 60.07 | 100.31 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 11 | 0 | 0.96 | 0.94 | 0.29 | 358.96 | 0.92 | 0.37 |
| Hex | B5 | 8 | B | 0 | 60 | 5E | 1D | 167 | 5C | 25 |
| Octal | 265 | 10 | 13 | 0 | 140 | 136 | 35 | 547 | 134 | 45 |
| Binary | 10110101 | 1000 | 1011 | 0 | 1100000 | 1011110 | 11101 | 101100111 | 1011100 | 100101 |
Color Harmonies of #B5080B
Complementary color
Monochromatic Colors of #B5080B
Black with #B5080B
Text Example
Text Example
White with #B5080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5080B; }
p { color: rgb(181,8,11); }
H1.HeaderClassName
{
color: #B5080B;
}
.AnyTagClassName
{
color: #B5080B;
}
</style>
background-color css
<style>
a { background-color: #B5080B; }
a { background-color: rgb(181,8,11); }
div.DivClassName
{
background-color: #B5080B;
}
.BgClassName
{
background-color: #B5080B;
}
</style>
border-color css
<style>
span { border-color: #B5080B; }
span { border-color: rgb(181,8,11); }
td.TdClassName
{
border-color: #B5080B;
}
.TagClassName
{
border-color: #B5080B;
}
</style>