Shades of Venetian Red #B10116
Tints of Venetian Red #B10116
RGB
CMYK
RGB Variations
Color information
#B10116 (or 0xB10116) is known color: Venetian Red. HEX triplet: B1, 01 and 16. RGB value is (177,1,22). Sum of RGB (Red+Green+Blue) = 177+1+22=200 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 177 - color contains mainly: red. Hex color #B10116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10116 is #4EFEE9. Grayscale: #383838. Windows color (decimal): -5177066 or 1442225. OLE color: 1442225.
HSL color Cylindrical-coordinate representation of color #B10116: hue angle of 352.84º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10116 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.31 |
| HSL | 352.84º | 0.99% | 0.35% | - |
| HSV(B) | 352.84º | 0.99% | 0.69% | - |
| XYZ | 18.29 | 9.43 | 1.61 | - |
| YUV | 56.02 | 108.81 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 22 | 0 | 0.99 | 0.88 | 0.31 | 352.84 | 0.99 | 0.35 |
| Hex | B1 | 1 | 16 | 0 | 63 | 58 | 1F | 161 | 63 | 23 |
| Octal | 261 | 1 | 26 | 0 | 143 | 130 | 37 | 541 | 143 | 43 |
| Binary | 10110001 | 1 | 10110 | 0 | 1100011 | 1011000 | 11111 | 101100001 | 1100011 | 100011 |
Color Harmonies of #B10116
Complementary color
Monochromatic Colors of #B10116
Black with #B10116
Text Example
Text Example
White with #B10116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10116; }
p { color: rgb(177,1,22); }
H1.HeaderClassName
{
color: #B10116;
}
.AnyTagClassName
{
color: #B10116;
}
</style>
background-color css
<style>
a { background-color: #B10116; }
a { background-color: rgb(177,1,22); }
div.DivClassName
{
background-color: #B10116;
}
.BgClassName
{
background-color: #B10116;
}
</style>
border-color css
<style>
span { border-color: #B10116; }
span { border-color: rgb(177,1,22); }
td.TdClassName
{
border-color: #B10116;
}
.TagClassName
{
border-color: #B10116;
}
</style>