Shades of Venetian Red #B9081B
Tints of Venetian Red #B9081B
RGB
CMYK
RGB Variations
Color information
#B9081B (or 0xB9081B) is known color: Venetian Red. HEX triplet: B9, 08 and 1B. RGB value is (185,8,27). Sum of RGB (Red+Green+Blue) = 185+8+27=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B9081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9081B is #46F7E4. Grayscale: #3F3F3F. Windows color (decimal): -4650981 or 1771705. OLE color: 1771705.
HSL color Cylindrical-coordinate representation of color #B9081B: hue angle of 353.56º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9081B is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 27 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.27 |
| HSL | 353.56º | 0.92% | 0.38% | - |
| HSV(B) | 353.56º | 0.96% | 0.73% | - |
| XYZ | 20.29 | 10.57 | 2.01 | - |
| YUV | 63.09 | 107.64 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 27 | 0 | 0.96 | 0.85 | 0.27 | 353.56 | 0.92 | 0.38 |
| Hex | B9 | 8 | 1B | 0 | 60 | 55 | 1B | 162 | 5C | 26 |
| Octal | 271 | 10 | 33 | 0 | 140 | 125 | 33 | 542 | 134 | 46 |
| Binary | 10111001 | 1000 | 11011 | 0 | 1100000 | 1010101 | 11011 | 101100010 | 1011100 | 100110 |
Color Harmonies of #B9081B
Complementary color
Monochromatic Colors of #B9081B
Black with #B9081B
Text Example
Text Example
White with #B9081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9081B; }
p { color: rgb(185,8,27); }
H1.HeaderClassName
{
color: #B9081B;
}
.AnyTagClassName
{
color: #B9081B;
}
</style>
background-color css
<style>
a { background-color: #B9081B; }
a { background-color: rgb(185,8,27); }
div.DivClassName
{
background-color: #B9081B;
}
.BgClassName
{
background-color: #B9081B;
}
</style>
border-color css
<style>
span { border-color: #B9081B; }
span { border-color: rgb(185,8,27); }
td.TdClassName
{
border-color: #B9081B;
}
.TagClassName
{
border-color: #B9081B;
}
</style>