Shades of Venetian Red #B90214
Tints of Venetian Red #B90214
RGB
CMYK
RGB Variations
Color information
#B90214 (or 0xB90214) is known color: Venetian Red. HEX triplet: B9, 02 and 14. RGB value is (185,2,20). Sum of RGB (Red+Green+Blue) = 185+2+20=207 (27% of max value = 765). Red value is 185 (72.66% from 255 or 89.37% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 185 - color contains mainly: red. Hex color #B90214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90214 is #46FDEB. Grayscale: #3A3A3A. Windows color (decimal): -4652524 or 1311417. OLE color: 1311417.
HSL color Cylindrical-coordinate representation of color #B90214: hue angle of 354.1º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90214 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 20 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.27 |
| HSL | 354.1º | 0.98% | 0.37% | - |
| HSV(B) | 354.1º | 0.99% | 0.73% | - |
| XYZ | 20.16 | 10.41 | 1.61 | - |
| YUV | 58.77 | 106.13 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 20 | 0 | 0.99 | 0.89 | 0.27 | 354.1 | 0.98 | 0.37 |
| Hex | B9 | 2 | 14 | 0 | 63 | 59 | 1B | 162 | 62 | 25 |
| Octal | 271 | 2 | 24 | 0 | 143 | 131 | 33 | 542 | 142 | 45 |
| Binary | 10111001 | 10 | 10100 | 0 | 1100011 | 1011001 | 11011 | 101100010 | 1100010 | 100101 |
Color Harmonies of #B90214
Complementary color
Monochromatic Colors of #B90214
Black with #B90214
Text Example
Text Example
White with #B90214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90214; }
p { color: rgb(185,2,20); }
H1.HeaderClassName
{
color: #B90214;
}
.AnyTagClassName
{
color: #B90214;
}
</style>
background-color css
<style>
a { background-color: #B90214; }
a { background-color: rgb(185,2,20); }
div.DivClassName
{
background-color: #B90214;
}
.BgClassName
{
background-color: #B90214;
}
</style>
border-color css
<style>
span { border-color: #B90214; }
span { border-color: rgb(185,2,20); }
td.TdClassName
{
border-color: #B90214;
}
.TagClassName
{
border-color: #B90214;
}
</style>