Shades of Venetian Red #B01120
Tints of Venetian Red #B01120
RGB
CMYK
RGB Variations
Color information
#B01120 (or 0xB01120) is known color: Venetian Red. HEX triplet: B0, 11 and 20. RGB value is (176,17,32). Sum of RGB (Red+Green+Blue) = 176+17+32=225 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.22% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 176 - color contains mainly: red. Hex color #B01120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01120 is #4FEEDF. Grayscale: #424242. Windows color (decimal): -5238496 or 2101680. OLE color: 2101680.
HSL color Cylindrical-coordinate representation of color #B01120: hue angle of 354.34º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01120 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 17 | 32 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.31 |
| HSL | 354.34º | 0.82% | 0.38% | - |
| HSV(B) | 354.34º | 0.9% | 0.69% | - |
| XYZ | 18.37 | 9.74 | 2.28 | - |
| YUV | 66.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 32 | 0 | 0.90 | 0.82 | 0.31 | 354.34 | 0.82 | 0.38 |
| Hex | B0 | 11 | 20 | 0 | 5A | 52 | 1F | 162 | 52 | 26 |
| Octal | 260 | 21 | 40 | 0 | 132 | 122 | 37 | 542 | 122 | 46 |
| Binary | 10110000 | 10001 | 100000 | 0 | 1011010 | 1010010 | 11111 | 101100010 | 1010010 | 100110 |
Color Harmonies of #B01120
Complementary color
Monochromatic Colors of #B01120
Black with #B01120
Text Example
Text Example
White with #B01120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01120; }
p { color: rgb(176,17,32); }
H1.HeaderClassName
{
color: #B01120;
}
.AnyTagClassName
{
color: #B01120;
}
</style>
background-color css
<style>
a { background-color: #B01120; }
a { background-color: rgb(176,17,32); }
div.DivClassName
{
background-color: #B01120;
}
.BgClassName
{
background-color: #B01120;
}
</style>
border-color css
<style>
span { border-color: #B01120; }
span { border-color: rgb(176,17,32); }
td.TdClassName
{
border-color: #B01120;
}
.TagClassName
{
border-color: #B01120;
}
</style>