Shades of Venetian Red #B0131A
Tints of Venetian Red #B0131A
RGB
CMYK
RGB Variations
Color information
#B0131A (or 0xB0131A) is known color: Venetian Red. HEX triplet: B0, 13 and 1A. RGB value is (176,19,26). Sum of RGB (Red+Green+Blue) = 176+19+26=221 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.64% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 176 - color contains mainly: red. Hex color #B0131A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0131A is #4FECE5. Grayscale: #424242. Windows color (decimal): -5237990 or 1708976. OLE color: 1708976.
HSL color Cylindrical-coordinate representation of color #B0131A: hue angle of 357.32º 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 #B0131A is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 26 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.31 |
| HSL | 357.32º | 0.81% | 0.38% | - |
| HSV(B) | 357.32º | 0.89% | 0.69% | - |
| XYZ | 18.32 | 9.77 | 1.9 | - |
| YUV | 66.74 | 105.01 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 26 | 0 | 0.89 | 0.85 | 0.31 | 357.32 | 0.81 | 0.38 |
| Hex | B0 | 13 | 1A | 0 | 59 | 55 | 1F | 165 | 51 | 26 |
| Octal | 260 | 23 | 32 | 0 | 131 | 125 | 37 | 545 | 121 | 46 |
| Binary | 10110000 | 10011 | 11010 | 0 | 1011001 | 1010101 | 11111 | 101100101 | 1010001 | 100110 |
Color Harmonies of #B0131A
Complementary color
Monochromatic Colors of #B0131A
Black with #B0131A
Text Example
Text Example
White with #B0131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0131A; }
p { color: rgb(176,19,26); }
H1.HeaderClassName
{
color: #B0131A;
}
.AnyTagClassName
{
color: #B0131A;
}
</style>
background-color css
<style>
a { background-color: #B0131A; }
a { background-color: rgb(176,19,26); }
div.DivClassName
{
background-color: #B0131A;
}
.BgClassName
{
background-color: #B0131A;
}
</style>
border-color css
<style>
span { border-color: #B0131A; }
span { border-color: rgb(176,19,26); }
td.TdClassName
{
border-color: #B0131A;
}
.TagClassName
{
border-color: #B0131A;
}
</style>