Shades of Venetian Red #B10A22
Tints of Venetian Red #B10A22
RGB
CMYK
RGB Variations
Color information
#B10A22 (or 0xB10A22) is known color: Venetian Red. HEX triplet: B1, 0A and 22. RGB value is (177,10,34). Sum of RGB (Red+Green+Blue) = 177+10+34=221 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.09% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10A22 is #4EF5DD. Grayscale: #3E3E3E. Windows color (decimal): -5174750 or 2230961. OLE color: 2230961.
HSL color Cylindrical-coordinate representation of color #B10A22: hue angle of 351.38º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10A22 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 10 | 34 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.31 |
| HSL | 351.38º | 0.89% | 0.37% | - |
| HSV(B) | 351.38º | 0.94% | 0.69% | - |
| XYZ | 18.53 | 9.68 | 2.41 | - |
| YUV | 62.67 | 111.83 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 34 | 0 | 0.94 | 0.81 | 0.31 | 351.38 | 0.89 | 0.37 |
| Hex | B1 | A | 22 | 0 | 5E | 51 | 1F | 15F | 59 | 25 |
| Octal | 261 | 12 | 42 | 0 | 136 | 121 | 37 | 537 | 131 | 45 |
| Binary | 10110001 | 1010 | 100010 | 0 | 1011110 | 1010001 | 11111 | 101011111 | 1011001 | 100101 |
Color Harmonies of #B10A22
Complementary color
Monochromatic Colors of #B10A22
Black with #B10A22
Text Example
Text Example
White with #B10A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10A22; }
p { color: rgb(177,10,34); }
H1.HeaderClassName
{
color: #B10A22;
}
.AnyTagClassName
{
color: #B10A22;
}
</style>
background-color css
<style>
a { background-color: #B10A22; }
a { background-color: rgb(177,10,34); }
div.DivClassName
{
background-color: #B10A22;
}
.BgClassName
{
background-color: #B10A22;
}
</style>
border-color css
<style>
span { border-color: #B10A22; }
span { border-color: rgb(177,10,34); }
td.TdClassName
{
border-color: #B10A22;
}
.TagClassName
{
border-color: #B10A22;
}
</style>