Shades of Venetian Red #B10220
Tints of Venetian Red #B10220
RGB
CMYK
RGB Variations
Color information
#B10220 (or 0xB10220) is known color: Venetian Red. HEX triplet: B1, 02 and 20. RGB value is (177,2,32). Sum of RGB (Red+Green+Blue) = 177+2+32=211 (27% of max value = 765). Red value is 177 (69.53% from 255 or 83.89% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 177 - color contains mainly: red. Hex color #B10220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10220 is #4EFDDF. Grayscale: #393939. Windows color (decimal): -5176800 or 2097841. OLE color: 2097841.
HSL color Cylindrical-coordinate representation of color #B10220: hue angle of 349.71º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10220 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.31 |
| HSL | 349.71º | 0.98% | 0.35% | - |
| HSV(B) | 349.71º | 0.99% | 0.69% | - |
| XYZ | 18.41 | 9.49 | 2.23 | - |
| YUV | 57.75 | 113.48 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 32 | 0 | 0.99 | 0.82 | 0.31 | 349.71 | 0.98 | 0.35 |
| Hex | B1 | 2 | 20 | 0 | 63 | 52 | 1F | 15E | 62 | 23 |
| Octal | 261 | 2 | 40 | 0 | 143 | 122 | 37 | 536 | 142 | 43 |
| Binary | 10110001 | 10 | 100000 | 0 | 1100011 | 1010010 | 11111 | 101011110 | 1100010 | 100011 |
Color Harmonies of #B10220
Complementary color
Monochromatic Colors of #B10220
Black with #B10220
Text Example
Text Example
White with #B10220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10220; }
p { color: rgb(177,2,32); }
H1.HeaderClassName
{
color: #B10220;
}
.AnyTagClassName
{
color: #B10220;
}
</style>
background-color css
<style>
a { background-color: #B10220; }
a { background-color: rgb(177,2,32); }
div.DivClassName
{
background-color: #B10220;
}
.BgClassName
{
background-color: #B10220;
}
</style>
border-color css
<style>
span { border-color: #B10220; }
span { border-color: rgb(177,2,32); }
td.TdClassName
{
border-color: #B10220;
}
.TagClassName
{
border-color: #B10220;
}
</style>