Shades of Venetian Red #B1010B
Tints of Venetian Red #B1010B
RGB
CMYK
RGB Variations
Color information
#B1010B (or 0xB1010B) is known color: Venetian Red. HEX triplet: B1, 01 and 0B. RGB value is (177,1,11). Sum of RGB (Red+Green+Blue) = 177+1+11=189 (25% of max value = 765). Red value is 177 (69.53% from 255 or 93.65% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 177 - color contains mainly: red. Hex color #B1010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1010B is #4EFEF4. Grayscale: #363636. Windows color (decimal): -5177077 or 721329. OLE color: 721329.
HSL color Cylindrical-coordinate representation of color #B1010B: hue angle of 356.59º 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 #B1010B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.31 |
| HSL | 356.59º | 0.99% | 0.35% | - |
| HSV(B) | 356.59º | 0.99% | 0.69% | - |
| XYZ | 18.2 | 9.39 | 1.17 | - |
| YUV | 54.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 11 | 0 | 0.99 | 0.94 | 0.31 | 356.59 | 0.99 | 0.35 |
| Hex | B1 | 1 | B | 0 | 63 | 5E | 1F | 165 | 63 | 23 |
| Octal | 261 | 1 | 13 | 0 | 143 | 136 | 37 | 545 | 143 | 43 |
| Binary | 10110001 | 1 | 1011 | 0 | 1100011 | 1011110 | 11111 | 101100101 | 1100011 | 100011 |
Color Harmonies of #B1010B
Complementary color
Monochromatic Colors of #B1010B
Black with #B1010B
Text Example
Text Example
White with #B1010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1010B; }
p { color: rgb(177,1,11); }
H1.HeaderClassName
{
color: #B1010B;
}
.AnyTagClassName
{
color: #B1010B;
}
</style>
background-color css
<style>
a { background-color: #B1010B; }
a { background-color: rgb(177,1,11); }
div.DivClassName
{
background-color: #B1010B;
}
.BgClassName
{
background-color: #B1010B;
}
</style>
border-color css
<style>
span { border-color: #B1010B; }
span { border-color: rgb(177,1,11); }
td.TdClassName
{
border-color: #B1010B;
}
.TagClassName
{
border-color: #B1010B;
}
</style>