Shades of Venetian Red #B10102
Tints of Venetian Red #B10102
RGB
CMYK
RGB Variations
Color information
#B10102 (or 0xB10102) is known color: Venetian Red. HEX triplet: B1, 01 and 02. RGB value is (177,1,2). Sum of RGB (Red+Green+Blue) = 177+1+2=180 (23% of max value = 765). Red value is 177 (69.53% from 255 or 98.33% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 177 - color contains mainly: red. Hex color #B10102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10102 is #4EFEFD. Grayscale: #353535. Windows color (decimal): -5177086 or 131505. OLE color: 131505.
HSL color Cylindrical-coordinate representation of color #B10102: hue angle of 359.66º degrees, saturation: 0.99, 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 #B10102 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.31 |
| HSL | 359.66º | 0.99% | 0.35% | - |
| HSV(B) | 359.66º | 0.99% | 0.69% | - |
| XYZ | 18.15 | 9.37 | 0.91 | - |
| YUV | 53.74 | 98.81 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 2 | 0 | 0.99 | 0.99 | 0.31 | 359.66 | 0.99 | 0.35 |
| Hex | B1 | 1 | 2 | 0 | 63 | 63 | 1F | 168 | 63 | 23 |
| Octal | 261 | 1 | 2 | 0 | 143 | 143 | 37 | 550 | 143 | 43 |
| Binary | 10110001 | 1 | 10 | 0 | 1100011 | 1100011 | 11111 | 101101000 | 1100011 | 100011 |
Color Harmonies of #B10102
Complementary color
Monochromatic Colors of #B10102
Black with #B10102
Text Example
Text Example
White with #B10102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10102; }
p { color: rgb(177,1,2); }
H1.HeaderClassName
{
color: #B10102;
}
.AnyTagClassName
{
color: #B10102;
}
</style>
background-color css
<style>
a { background-color: #B10102; }
a { background-color: rgb(177,1,2); }
div.DivClassName
{
background-color: #B10102;
}
.BgClassName
{
background-color: #B10102;
}
</style>
border-color css
<style>
span { border-color: #B10102; }
span { border-color: rgb(177,1,2); }
td.TdClassName
{
border-color: #B10102;
}
.TagClassName
{
border-color: #B10102;
}
</style>