Shades of Venetian Red #B0131B
Tints of Venetian Red #B0131B
RGB
CMYK
RGB Variations
Color information
#B0131B (or 0xB0131B) is known color: Venetian Red. HEX triplet: B0, 13 and 1B. RGB value is (176,19,27). Sum of RGB (Red+Green+Blue) = 176+19+27=222 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.28% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 176 - color contains mainly: red. Hex color #B0131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0131B is #4FECE4. Grayscale: #424242. Windows color (decimal): -5237989 or 1774512. OLE color: 1774512.
HSL color Cylindrical-coordinate representation of color #B0131B: hue angle of 356.94º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0131B is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 27 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.31 |
| HSL | 356.94º | 0.81% | 0.38% | - |
| HSV(B) | 356.94º | 0.89% | 0.69% | - |
| XYZ | 18.34 | 9.77 | 1.96 | - |
| YUV | 66.86 | 105.51 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 27 | 0 | 0.89 | 0.85 | 0.31 | 356.94 | 0.81 | 0.38 |
| Hex | B0 | 13 | 1B | 0 | 59 | 55 | 1F | 165 | 51 | 26 |
| Octal | 260 | 23 | 33 | 0 | 131 | 125 | 37 | 545 | 121 | 46 |
| Binary | 10110000 | 10011 | 11011 | 0 | 1011001 | 1010101 | 11111 | 101100101 | 1010001 | 100110 |
Color Harmonies of #B0131B
Complementary color
Monochromatic Colors of #B0131B
Black with #B0131B
Text Example
Text Example
White with #B0131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0131B; }
p { color: rgb(176,19,27); }
H1.HeaderClassName
{
color: #B0131B;
}
.AnyTagClassName
{
color: #B0131B;
}
</style>
background-color css
<style>
a { background-color: #B0131B; }
a { background-color: rgb(176,19,27); }
div.DivClassName
{
background-color: #B0131B;
}
.BgClassName
{
background-color: #B0131B;
}
</style>
border-color css
<style>
span { border-color: #B0131B; }
span { border-color: rgb(176,19,27); }
td.TdClassName
{
border-color: #B0131B;
}
.TagClassName
{
border-color: #B0131B;
}
</style>