Shades of Venetian Red #B90516
Tints of Venetian Red #B90516
RGB
CMYK
RGB Variations
Color information
#B90516 (or 0xB90516) is known color: Venetian Red. HEX triplet: B9, 05 and 16. RGB value is (185,5,22). Sum of RGB (Red+Green+Blue) = 185+5+22=212 (28% of max value = 765). Red value is 185 (72.66% from 255 or 87.26% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 185 - color contains mainly: red. Hex color #B90516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90516 is #46FAE9. Grayscale: #3C3C3C. Windows color (decimal): -4651754 or 1443257. OLE color: 1443257.
HSL color Cylindrical-coordinate representation of color #B90516: hue angle of 354.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90516 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 22 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.27 |
| HSL | 354.33º | 0.95% | 0.37% | - |
| HSV(B) | 354.33º | 0.97% | 0.73% | - |
| XYZ | 20.21 | 10.48 | 1.72 | - |
| YUV | 60.76 | 106.13 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 22 | 0 | 0.97 | 0.88 | 0.27 | 354.33 | 0.95 | 0.37 |
| Hex | B9 | 5 | 16 | 0 | 61 | 58 | 1B | 162 | 5F | 25 |
| Octal | 271 | 5 | 26 | 0 | 141 | 130 | 33 | 542 | 137 | 45 |
| Binary | 10111001 | 101 | 10110 | 0 | 1100001 | 1011000 | 11011 | 101100010 | 1011111 | 100101 |
Color Harmonies of #B90516
Complementary color
Monochromatic Colors of #B90516
Black with #B90516
Text Example
Text Example
White with #B90516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90516; }
p { color: rgb(185,5,22); }
H1.HeaderClassName
{
color: #B90516;
}
.AnyTagClassName
{
color: #B90516;
}
</style>
background-color css
<style>
a { background-color: #B90516; }
a { background-color: rgb(185,5,22); }
div.DivClassName
{
background-color: #B90516;
}
.BgClassName
{
background-color: #B90516;
}
</style>
border-color css
<style>
span { border-color: #B90516; }
span { border-color: rgb(185,5,22); }
td.TdClassName
{
border-color: #B90516;
}
.TagClassName
{
border-color: #B90516;
}
</style>