Shades of Venetian Red #B10F16
Tints of Venetian Red #B10F16
RGB
CMYK
RGB Variations
Color information
#B10F16 (or 0xB10F16) is known color: Venetian Red. HEX triplet: B1, 0F and 16. RGB value is (177,15,22). Sum of RGB (Red+Green+Blue) = 177+15+22=214 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.71% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10F16 is #4EF0E9. Grayscale: #404040. Windows color (decimal): -5173482 or 1445809. OLE color: 1445809.
HSL color Cylindrical-coordinate representation of color #B10F16: hue angle of 357.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10F16 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 15 | 22 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.31 |
| HSL | 357.41º | 0.84% | 0.38% | - |
| HSV(B) | 357.41º | 0.92% | 0.69% | - |
| XYZ | 18.45 | 9.75 | 1.67 | - |
| YUV | 64.24 | 104.17 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 22 | 0 | 0.92 | 0.88 | 0.31 | 357.41 | 0.84 | 0.38 |
| Hex | B1 | F | 16 | 0 | 5C | 58 | 1F | 165 | 54 | 26 |
| Octal | 261 | 17 | 26 | 0 | 134 | 130 | 37 | 545 | 124 | 46 |
| Binary | 10110001 | 1111 | 10110 | 0 | 1011100 | 1011000 | 11111 | 101100101 | 1010100 | 100110 |
Color Harmonies of #B10F16
Complementary color
Monochromatic Colors of #B10F16
Black with #B10F16
Text Example
Text Example
White with #B10F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10F16; }
p { color: rgb(177,15,22); }
H1.HeaderClassName
{
color: #B10F16;
}
.AnyTagClassName
{
color: #B10F16;
}
</style>
background-color css
<style>
a { background-color: #B10F16; }
a { background-color: rgb(177,15,22); }
div.DivClassName
{
background-color: #B10F16;
}
.BgClassName
{
background-color: #B10F16;
}
</style>
border-color css
<style>
span { border-color: #B10F16; }
span { border-color: rgb(177,15,22); }
td.TdClassName
{
border-color: #B10F16;
}
.TagClassName
{
border-color: #B10F16;
}
</style>