Shades of Venetian Red #B01322
Tints of Venetian Red #B01322
RGB
CMYK
RGB Variations
Color information
#B01322 (or 0xB01322) is known color: Venetian Red. HEX triplet: B0, 13 and 22. RGB value is (176,19,34). Sum of RGB (Red+Green+Blue) = 176+19+34=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B01322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01322 is #4FECDD. Grayscale: #434343. Windows color (decimal): -5237982 or 2233264. OLE color: 2233264.
HSL color Cylindrical-coordinate representation of color #B01322: hue angle of 354.27º 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 #B01322 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 34 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.31 |
| HSL | 354.27º | 0.81% | 0.38% | - |
| HSV(B) | 354.27º | 0.89% | 0.69% | - |
| XYZ | 18.43 | 9.81 | 2.44 | - |
| YUV | 67.65 | 109.01 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 34 | 0 | 0.89 | 0.81 | 0.31 | 354.27 | 0.81 | 0.38 |
| Hex | B0 | 13 | 22 | 0 | 59 | 51 | 1F | 162 | 51 | 26 |
| Octal | 260 | 23 | 42 | 0 | 131 | 121 | 37 | 542 | 121 | 46 |
| Binary | 10110000 | 10011 | 100010 | 0 | 1011001 | 1010001 | 11111 | 101100010 | 1010001 | 100110 |
Color Harmonies of #B01322
Complementary color
Monochromatic Colors of #B01322
Black with #B01322
Text Example
Text Example
White with #B01322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01322; }
p { color: rgb(176,19,34); }
H1.HeaderClassName
{
color: #B01322;
}
.AnyTagClassName
{
color: #B01322;
}
</style>
background-color css
<style>
a { background-color: #B01322; }
a { background-color: rgb(176,19,34); }
div.DivClassName
{
background-color: #B01322;
}
.BgClassName
{
background-color: #B01322;
}
</style>
border-color css
<style>
span { border-color: #B01322; }
span { border-color: rgb(176,19,34); }
td.TdClassName
{
border-color: #B01322;
}
.TagClassName
{
border-color: #B01322;
}
</style>