Shades of Venetian Red #B90810
Tints of Venetian Red #B90810
RGB
CMYK
RGB Variations
Color information
#B90810 (or 0xB90810) is known color: Venetian Red. HEX triplet: B9, 08 and 10. RGB value is (185,8,16). Sum of RGB (Red+Green+Blue) = 185+8+16=209 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.52% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 185 - color contains mainly: red. Hex color #B90810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90810 is #46F7EF. Grayscale: #3D3D3D. Windows color (decimal): -4650992 or 1050809. OLE color: 1050809.
HSL color Cylindrical-coordinate representation of color #B90810: hue angle of 357.29º 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 #B90810 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 16 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.27 |
| HSL | 357.29º | 0.92% | 0.38% | - |
| HSV(B) | 357.29º | 0.96% | 0.73% | - |
| XYZ | 20.19 | 10.53 | 1.46 | - |
| YUV | 61.84 | 102.14 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 16 | 0 | 0.96 | 0.91 | 0.27 | 357.29 | 0.92 | 0.38 |
| Hex | B9 | 8 | 10 | 0 | 60 | 5B | 1B | 165 | 5C | 26 |
| Octal | 271 | 10 | 20 | 0 | 140 | 133 | 33 | 545 | 134 | 46 |
| Binary | 10111001 | 1000 | 10000 | 0 | 1100000 | 1011011 | 11011 | 101100101 | 1011100 | 100110 |
Color Harmonies of #B90810
Complementary color
Monochromatic Colors of #B90810
Black with #B90810
Text Example
Text Example
White with #B90810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90810; }
p { color: rgb(185,8,16); }
H1.HeaderClassName
{
color: #B90810;
}
.AnyTagClassName
{
color: #B90810;
}
</style>
background-color css
<style>
a { background-color: #B90810; }
a { background-color: rgb(185,8,16); }
div.DivClassName
{
background-color: #B90810;
}
.BgClassName
{
background-color: #B90810;
}
</style>
border-color css
<style>
span { border-color: #B90810; }
span { border-color: rgb(185,8,16); }
td.TdClassName
{
border-color: #B90810;
}
.TagClassName
{
border-color: #B90810;
}
</style>