Shades of Venetian Red #B90816
Tints of Venetian Red #B90816
RGB
CMYK
RGB Variations
Color information
#B90816 (or 0xB90816) is known color: Venetian Red. HEX triplet: B9, 08 and 16. RGB value is (185,8,22). Sum of RGB (Red+Green+Blue) = 185+8+22=215 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.05% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 185 - color contains mainly: red. Hex color #B90816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90816 is #46F7E9. Grayscale: #3E3E3E. Windows color (decimal): -4650986 or 1444025. OLE color: 1444025.
HSL color Cylindrical-coordinate representation of color #B90816: hue angle of 355.25º 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 #B90816 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 22 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.27 |
| HSL | 355.25º | 0.92% | 0.38% | - |
| HSV(B) | 355.25º | 0.96% | 0.73% | - |
| XYZ | 20.24 | 10.55 | 1.73 | - |
| YUV | 62.52 | 105.14 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 22 | 0 | 0.96 | 0.88 | 0.27 | 355.25 | 0.92 | 0.38 |
| Hex | B9 | 8 | 16 | 0 | 60 | 58 | 1B | 163 | 5C | 26 |
| Octal | 271 | 10 | 26 | 0 | 140 | 130 | 33 | 543 | 134 | 46 |
| Binary | 10111001 | 1000 | 10110 | 0 | 1100000 | 1011000 | 11011 | 101100011 | 1011100 | 100110 |
Color Harmonies of #B90816
Complementary color
Monochromatic Colors of #B90816
Black with #B90816
Text Example
Text Example
White with #B90816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90816; }
p { color: rgb(185,8,22); }
H1.HeaderClassName
{
color: #B90816;
}
.AnyTagClassName
{
color: #B90816;
}
</style>
background-color css
<style>
a { background-color: #B90816; }
a { background-color: rgb(185,8,22); }
div.DivClassName
{
background-color: #B90816;
}
.BgClassName
{
background-color: #B90816;
}
</style>
border-color css
<style>
span { border-color: #B90816; }
span { border-color: rgb(185,8,22); }
td.TdClassName
{
border-color: #B90816;
}
.TagClassName
{
border-color: #B90816;
}
</style>