Shades of Venetian Red #B9080B
Tints of Venetian Red #B9080B
RGB
CMYK
RGB Variations
Color information
#B9080B (or 0xB9080B) is known color: Venetian Red. HEX triplet: B9, 08 and 0B. RGB value is (185,8,11). Sum of RGB (Red+Green+Blue) = 185+8+11=204 (27% of max value = 765). Red value is 185 (72.66% from 255 or 90.69% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 185 - color contains mainly: red. Hex color #B9080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9080B is #46F7F4. Grayscale: #3D3D3D. Windows color (decimal): -4650997 or 723129. OLE color: 723129.
HSL color Cylindrical-coordinate representation of color #B9080B: hue angle of 358.98º 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 #B9080B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 11 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.27 |
| HSL | 358.98º | 0.92% | 0.38% | - |
| HSV(B) | 358.98º | 0.96% | 0.73% | - |
| XYZ | 20.15 | 10.51 | 1.28 | - |
| YUV | 61.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 11 | 0 | 0.96 | 0.94 | 0.27 | 358.98 | 0.92 | 0.38 |
| Hex | B9 | 8 | B | 0 | 60 | 5E | 1B | 167 | 5C | 26 |
| Octal | 271 | 10 | 13 | 0 | 140 | 136 | 33 | 547 | 134 | 46 |
| Binary | 10111001 | 1000 | 1011 | 0 | 1100000 | 1011110 | 11011 | 101100111 | 1011100 | 100110 |
Color Harmonies of #B9080B
Complementary color
Monochromatic Colors of #B9080B
Black with #B9080B
Text Example
Text Example
White with #B9080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9080B; }
p { color: rgb(185,8,11); }
H1.HeaderClassName
{
color: #B9080B;
}
.AnyTagClassName
{
color: #B9080B;
}
</style>
background-color css
<style>
a { background-color: #B9080B; }
a { background-color: rgb(185,8,11); }
div.DivClassName
{
background-color: #B9080B;
}
.BgClassName
{
background-color: #B9080B;
}
</style>
border-color css
<style>
span { border-color: #B9080B; }
span { border-color: rgb(185,8,11); }
td.TdClassName
{
border-color: #B9080B;
}
.TagClassName
{
border-color: #B9080B;
}
</style>