Shades of Venetian Red #B20105
Tints of Venetian Red #B20105
RGB
CMYK
RGB Variations
Color information
#B20105 (or 0xB20105) is known color: Venetian Red. HEX triplet: B2, 01 and 05. RGB value is (178,1,5). Sum of RGB (Red+Green+Blue) = 178+1+5=184 (24% of max value = 765). Red value is 178 (69.92% from 255 or 96.74% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 178 - color contains mainly: red. Hex color #B20105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20105 is #4DFEFA. Grayscale: #363636. Windows color (decimal): -5111547 or 328114. OLE color: 328114.
HSL color Cylindrical-coordinate representation of color #B20105: hue angle of 358.64º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.30 |
| HSL | 358.64º | 0.99% | 0.35% | - |
| HSV(B) | 358.64º | 0.99% | 0.7% | - |
| XYZ | 18.4 | 9.5 | 1.01 | - |
| YUV | 54.38 | 100.14 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 5 | 0 | 0.99 | 0.97 | 0.30 | 358.64 | 0.99 | 0.35 |
| Hex | B2 | 1 | 5 | 0 | 63 | 61 | 1E | 167 | 63 | 23 |
| Octal | 262 | 1 | 5 | 0 | 143 | 141 | 36 | 547 | 143 | 43 |
| Binary | 10110010 | 1 | 101 | 0 | 1100011 | 1100001 | 11110 | 101100111 | 1100011 | 100011 |
Color Harmonies of #B20105
Complementary color
Monochromatic Colors of #B20105
Black with #B20105
Text Example
Text Example
White with #B20105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20105; }
p { color: rgb(178,1,5); }
H1.HeaderClassName
{
color: #B20105;
}
.AnyTagClassName
{
color: #B20105;
}
</style>
background-color css
<style>
a { background-color: #B20105; }
a { background-color: rgb(178,1,5); }
div.DivClassName
{
background-color: #B20105;
}
.BgClassName
{
background-color: #B20105;
}
</style>
border-color css
<style>
span { border-color: #B20105; }
span { border-color: rgb(178,1,5); }
td.TdClassName
{
border-color: #B20105;
}
.TagClassName
{
border-color: #B20105;
}
</style>