Shades of Venetian Red #B10105
Tints of Venetian Red #B10105
RGB
CMYK
RGB Variations
Color information
#B10105 (or 0xB10105) is known color: Venetian Red. HEX triplet: B1, 01 and 05. RGB value is (177,1,5). Sum of RGB (Red+Green+Blue) = 177+1+5=183 (24% of max value = 765). Red value is 177 (69.53% from 255 or 96.72% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 177 - color contains mainly: red. Hex color #B10105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10105 is #4EFEFA. Grayscale: #363636. Windows color (decimal): -5177083 or 328113. OLE color: 328113.
HSL color Cylindrical-coordinate representation of color #B10105: hue angle of 358.64º 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 #B10105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.31 |
| HSL | 358.64º | 0.99% | 0.35% | - |
| HSV(B) | 358.64º | 0.99% | 0.69% | - |
| XYZ | 18.17 | 9.38 | 1 | - |
| YUV | 54.08 | 100.31 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 5 | 0 | 0.99 | 0.97 | 0.31 | 358.64 | 0.99 | 0.35 |
| Hex | B1 | 1 | 5 | 0 | 63 | 61 | 1F | 167 | 63 | 23 |
| Octal | 261 | 1 | 5 | 0 | 143 | 141 | 37 | 547 | 143 | 43 |
| Binary | 10110001 | 1 | 101 | 0 | 1100011 | 1100001 | 11111 | 101100111 | 1100011 | 100011 |
Color Harmonies of #B10105
Complementary color
Monochromatic Colors of #B10105
Black with #B10105
Text Example
Text Example
White with #B10105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10105; }
p { color: rgb(177,1,5); }
H1.HeaderClassName
{
color: #B10105;
}
.AnyTagClassName
{
color: #B10105;
}
</style>
background-color css
<style>
a { background-color: #B10105; }
a { background-color: rgb(177,1,5); }
div.DivClassName
{
background-color: #B10105;
}
.BgClassName
{
background-color: #B10105;
}
</style>
border-color css
<style>
span { border-color: #B10105; }
span { border-color: rgb(177,1,5); }
td.TdClassName
{
border-color: #B10105;
}
.TagClassName
{
border-color: #B10105;
}
</style>