Shades of Venetian Red #B90913
Tints of Venetian Red #B90913
RGB
CMYK
RGB Variations
Color information
#B90913 (or 0xB90913) is known color: Venetian Red. HEX triplet: B9, 09 and 13. RGB value is (185,9,19). Sum of RGB (Red+Green+Blue) = 185+9+19=213 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.85% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 185 - color contains mainly: red. Hex color #B90913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90913 is #46F6EC. Grayscale: #3E3E3E. Windows color (decimal): -4650733 or 1247673. OLE color: 1247673.
HSL color Cylindrical-coordinate representation of color #B90913: hue angle of 356.59º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90913 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 9 | 19 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.27 |
| HSL | 356.59º | 0.91% | 0.38% | - |
| HSV(B) | 356.59º | 0.95% | 0.73% | - |
| XYZ | 20.22 | 10.56 | 1.59 | - |
| YUV | 62.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 9 | 19 | 0 | 0.95 | 0.90 | 0.27 | 356.59 | 0.91 | 0.38 |
| Hex | B9 | 9 | 13 | 0 | 5F | 5A | 1B | 165 | 5B | 26 |
| Octal | 271 | 11 | 23 | 0 | 137 | 132 | 33 | 545 | 133 | 46 |
| Binary | 10111001 | 1001 | 10011 | 0 | 1011111 | 1011010 | 11011 | 101100101 | 1011011 | 100110 |
Color Harmonies of #B90913
Complementary color
Monochromatic Colors of #B90913
Black with #B90913
Text Example
Text Example
White with #B90913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90913; }
p { color: rgb(185,9,19); }
H1.HeaderClassName
{
color: #B90913;
}
.AnyTagClassName
{
color: #B90913;
}
</style>
background-color css
<style>
a { background-color: #B90913; }
a { background-color: rgb(185,9,19); }
div.DivClassName
{
background-color: #B90913;
}
.BgClassName
{
background-color: #B90913;
}
</style>
border-color css
<style>
span { border-color: #B90913; }
span { border-color: rgb(185,9,19); }
td.TdClassName
{
border-color: #B90913;
}
.TagClassName
{
border-color: #B90913;
}
</style>