Shades of Venetian Red #B10622
Tints of Venetian Red #B10622
RGB
CMYK
RGB Variations
Color information
#B10622 (or 0xB10622) is known color: Venetian Red. HEX triplet: B1, 06 and 22. RGB value is (177,6,34). Sum of RGB (Red+Green+Blue) = 177+6+34=217 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.57% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 177 - color contains mainly: red. Hex color #B10622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10622 is #4EF9DD. Grayscale: #3C3C3C. Windows color (decimal): -5175774 or 2229937. OLE color: 2229937.
HSL color Cylindrical-coordinate representation of color #B10622: hue angle of 350.18º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10622 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.31 |
| HSL | 350.18º | 0.93% | 0.36% | - |
| HSV(B) | 350.18º | 0.97% | 0.69% | - |
| XYZ | 18.49 | 9.59 | 2.39 | - |
| YUV | 60.32 | 113.15 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 34 | 0 | 0.97 | 0.81 | 0.31 | 350.18 | 0.93 | 0.36 |
| Hex | B1 | 6 | 22 | 0 | 61 | 51 | 1F | 15E | 5D | 24 |
| Octal | 261 | 6 | 42 | 0 | 141 | 121 | 37 | 536 | 135 | 44 |
| Binary | 10110001 | 110 | 100010 | 0 | 1100001 | 1010001 | 11111 | 101011110 | 1011101 | 100100 |
Color Harmonies of #B10622
Complementary color
Monochromatic Colors of #B10622
Black with #B10622
Text Example
Text Example
White with #B10622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10622; }
p { color: rgb(177,6,34); }
H1.HeaderClassName
{
color: #B10622;
}
.AnyTagClassName
{
color: #B10622;
}
</style>
background-color css
<style>
a { background-color: #B10622; }
a { background-color: rgb(177,6,34); }
div.DivClassName
{
background-color: #B10622;
}
.BgClassName
{
background-color: #B10622;
}
</style>
border-color css
<style>
span { border-color: #B10622; }
span { border-color: rgb(177,6,34); }
td.TdClassName
{
border-color: #B10622;
}
.TagClassName
{
border-color: #B10622;
}
</style>