Shades of Venetian Red #B90622
Tints of Venetian Red #B90622
RGB
CMYK
RGB Variations
Color information
#B90622 (or 0xB90622) is known color: Venetian Red. HEX triplet: B9, 06 and 22. RGB value is (185,6,34). Sum of RGB (Red+Green+Blue) = 185+6+34=225 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.22% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 185 - color contains mainly: red. Hex color #B90622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90622 is #46F9DD. Grayscale: #3E3E3E. Windows color (decimal): -4651486 or 2229945. OLE color: 2229945.
HSL color Cylindrical-coordinate representation of color #B90622: hue angle of 350.61º degrees, saturation: 0.94, 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 #B90622 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.27 |
| HSL | 350.61º | 0.94% | 0.37% | - |
| HSV(B) | 350.61º | 0.97% | 0.73% | - |
| XYZ | 20.36 | 10.56 | 2.48 | - |
| YUV | 62.71 | 111.8 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 6 | 34 | 0 | 0.97 | 0.82 | 0.27 | 350.61 | 0.94 | 0.37 |
| Hex | B9 | 6 | 22 | 0 | 61 | 52 | 1B | 15F | 5E | 25 |
| Octal | 271 | 6 | 42 | 0 | 141 | 122 | 33 | 537 | 136 | 45 |
| Binary | 10111001 | 110 | 100010 | 0 | 1100001 | 1010010 | 11011 | 101011111 | 1011110 | 100101 |
Color Harmonies of #B90622
Complementary color
Monochromatic Colors of #B90622
Black with #B90622
Text Example
Text Example
White with #B90622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90622; }
p { color: rgb(185,6,34); }
H1.HeaderClassName
{
color: #B90622;
}
.AnyTagClassName
{
color: #B90622;
}
</style>
background-color css
<style>
a { background-color: #B90622; }
a { background-color: rgb(185,6,34); }
div.DivClassName
{
background-color: #B90622;
}
.BgClassName
{
background-color: #B90622;
}
</style>
border-color css
<style>
span { border-color: #B90622; }
span { border-color: rgb(185,6,34); }
td.TdClassName
{
border-color: #B90622;
}
.TagClassName
{
border-color: #B90622;
}
</style>