Shades of Venetian Red #B00105
Tints of Venetian Red #B00105
RGB
CMYK
RGB Variations
Color information
#B00105 (or 0xB00105) is known color: Venetian Red. HEX triplet: B0, 01 and 05. RGB value is (176,1,5). Sum of RGB (Red+Green+Blue) = 176+1+5=182 (24% of max value = 765). Red value is 176 (69.14% from 255 or 96.70% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 176 - color contains mainly: red. Hex color #B00105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00105 is #4FFEFA. Grayscale: #353535. Windows color (decimal): -5242619 or 328112. OLE color: 328112.
HSL color Cylindrical-coordinate representation of color #B00105: hue angle of 358.63º 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 #B00105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.31 |
| HSL | 358.63º | 0.99% | 0.35% | - |
| HSV(B) | 358.63º | 0.99% | 0.69% | - |
| XYZ | 17.94 | 9.26 | 0.99 | - |
| YUV | 53.78 | 100.48 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 5 | 0 | 0.99 | 0.97 | 0.31 | 358.63 | 0.99 | 0.35 |
| Hex | B0 | 1 | 5 | 0 | 63 | 61 | 1F | 167 | 63 | 23 |
| Octal | 260 | 1 | 5 | 0 | 143 | 141 | 37 | 547 | 143 | 43 |
| Binary | 10110000 | 1 | 101 | 0 | 1100011 | 1100001 | 11111 | 101100111 | 1100011 | 100011 |
Color Harmonies of #B00105
Complementary color
Monochromatic Colors of #B00105
Black with #B00105
Text Example
Text Example
White with #B00105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00105; }
p { color: rgb(176,1,5); }
H1.HeaderClassName
{
color: #B00105;
}
.AnyTagClassName
{
color: #B00105;
}
</style>
background-color css
<style>
a { background-color: #B00105; }
a { background-color: rgb(176,1,5); }
div.DivClassName
{
background-color: #B00105;
}
.BgClassName
{
background-color: #B00105;
}
</style>
border-color css
<style>
span { border-color: #B00105; }
span { border-color: rgb(176,1,5); }
td.TdClassName
{
border-color: #B00105;
}
.TagClassName
{
border-color: #B00105;
}
</style>