Shades of Venetian Red #B10010
Tints of Venetian Red #B10010
RGB
CMYK
RGB Variations
Color information
#B10010 (or 0xB10010) is known color: Venetian Red. HEX triplet: B1, 00 and 10. RGB value is (177,0,16). Sum of RGB (Red+Green+Blue) = 177+0+16=193 (25% of max value = 765). Red value is 177 (69.53% from 255 or 91.71% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 177 - color contains mainly: red. Hex color #B10010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10010 is #4EFFEF. Grayscale: #363636. Windows color (decimal): -5177328 or 1048753. OLE color: 1048753.
HSL color Cylindrical-coordinate representation of color #B10010: hue angle of 354.58º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10010 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.91 | 0.31 |
| HSL | 354.58º | 1% | 0.35% | - |
| HSV(B) | 354.58º | 1% | 0.69% | - |
| XYZ | 18.22 | 9.38 | 1.34 | - |
| YUV | 54.75 | 106.14 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 16 | 0 | 1 | 0.91 | 0.31 | 354.58 | 1 | 0.35 |
| Hex | B1 | 0 | 10 | 0 | 64 | 5B | 1F | 163 | 64 | 23 |
| Octal | 261 | 0 | 20 | 0 | 144 | 133 | 37 | 543 | 144 | 43 |
| Binary | 10110001 | 0 | 10000 | 0 | 1100100 | 1011011 | 11111 | 101100011 | 1100100 | 100011 |
Color Harmonies of #B10010
Complementary color
Monochromatic Colors of #B10010
Black with #B10010
Text Example
Text Example
White with #B10010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10010; }
p { color: rgb(177,0,16); }
H1.HeaderClassName
{
color: #B10010;
}
.AnyTagClassName
{
color: #B10010;
}
</style>
background-color css
<style>
a { background-color: #B10010; }
a { background-color: rgb(177,0,16); }
div.DivClassName
{
background-color: #B10010;
}
.BgClassName
{
background-color: #B10010;
}
</style>
border-color css
<style>
span { border-color: #B10010; }
span { border-color: rgb(177,0,16); }
td.TdClassName
{
border-color: #B10010;
}
.TagClassName
{
border-color: #B10010;
}
</style>