Shades of Venetian Red #B0131F
Tints of Venetian Red #B0131F
RGB
CMYK
RGB Variations
Color information
#B0131F (or 0xB0131F) is known color: Venetian Red. HEX triplet: B0, 13 and 1F. RGB value is (176,19,31). Sum of RGB (Red+Green+Blue) = 176+19+31=226 (29% of max value = 765). Red value is 176 (69.14% from 255 or 77.88% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 176 - color contains mainly: red. Hex color #B0131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0131F is #4FECE0. Grayscale: #434343. Windows color (decimal): -5237985 or 2036656. OLE color: 2036656.
HSL color Cylindrical-coordinate representation of color #B0131F: hue angle of 355.41º 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 #B0131F is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 31 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.31 |
| HSL | 355.41º | 0.81% | 0.38% | - |
| HSV(B) | 355.41º | 0.89% | 0.69% | - |
| XYZ | 18.38 | 9.79 | 2.22 | - |
| YUV | 67.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 31 | 0 | 0.89 | 0.82 | 0.31 | 355.41 | 0.81 | 0.38 |
| Hex | B0 | 13 | 1F | 0 | 59 | 52 | 1F | 163 | 51 | 26 |
| Octal | 260 | 23 | 37 | 0 | 131 | 122 | 37 | 543 | 121 | 46 |
| Binary | 10110000 | 10011 | 11111 | 0 | 1011001 | 1010010 | 11111 | 101100011 | 1010001 | 100110 |
Color Harmonies of #B0131F
Complementary color
Monochromatic Colors of #B0131F
Black with #B0131F
Text Example
Text Example
White with #B0131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0131F; }
p { color: rgb(176,19,31); }
H1.HeaderClassName
{
color: #B0131F;
}
.AnyTagClassName
{
color: #B0131F;
}
</style>
background-color css
<style>
a { background-color: #B0131F; }
a { background-color: rgb(176,19,31); }
div.DivClassName
{
background-color: #B0131F;
}
.BgClassName
{
background-color: #B0131F;
}
</style>
border-color css
<style>
span { border-color: #B0131F; }
span { border-color: rgb(176,19,31); }
td.TdClassName
{
border-color: #B0131F;
}
.TagClassName
{
border-color: #B0131F;
}
</style>