Shades of Venetian Red #B90B18
Tints of Venetian Red #B90B18
RGB
CMYK
RGB Variations
Color information
#B90B18 (or 0xB90B18) is known color: Venetian Red. HEX triplet: B9, 0B and 18. RGB value is (185,11,24). Sum of RGB (Red+Green+Blue) = 185+11+24=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90B18 is #46F4E7. Grayscale: #404040. Windows color (decimal): -4650216 or 1575865. OLE color: 1575865.
HSL color Cylindrical-coordinate representation of color #B90B18: hue angle of 355.52º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90B18 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 11 | 24 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.27 |
| HSL | 355.52º | 0.89% | 0.38% | - |
| HSV(B) | 355.52º | 0.94% | 0.73% | - |
| XYZ | 20.29 | 10.62 | 1.84 | - |
| YUV | 64.51 | 105.15 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 24 | 0 | 0.94 | 0.87 | 0.27 | 355.52 | 0.89 | 0.38 |
| Hex | B9 | B | 18 | 0 | 5E | 57 | 1B | 164 | 59 | 26 |
| Octal | 271 | 13 | 30 | 0 | 136 | 127 | 33 | 544 | 131 | 46 |
| Binary | 10111001 | 1011 | 11000 | 0 | 1011110 | 1010111 | 11011 | 101100100 | 1011001 | 100110 |
Color Harmonies of #B90B18
Complementary color
Monochromatic Colors of #B90B18
Black with #B90B18
Text Example
Text Example
White with #B90B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90B18; }
p { color: rgb(185,11,24); }
H1.HeaderClassName
{
color: #B90B18;
}
.AnyTagClassName
{
color: #B90B18;
}
</style>
background-color css
<style>
a { background-color: #B90B18; }
a { background-color: rgb(185,11,24); }
div.DivClassName
{
background-color: #B90B18;
}
.BgClassName
{
background-color: #B90B18;
}
</style>
border-color css
<style>
span { border-color: #B90B18; }
span { border-color: rgb(185,11,24); }
td.TdClassName
{
border-color: #B90B18;
}
.TagClassName
{
border-color: #B90B18;
}
</style>