Shades of Venetian Red #B90823
Tints of Venetian Red #B90823
RGB
CMYK
RGB Variations
Color information
#B90823 (or 0xB90823) is known color: Venetian Red. HEX triplet: B9, 08 and 23. RGB value is (185,8,35). Sum of RGB (Red+Green+Blue) = 185+8+35=228 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.14% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 185 - color contains mainly: red. Hex color #B90823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90823 is #46F7DC. Grayscale: #404040. Windows color (decimal): -4650973 or 2295993. OLE color: 2295993.
HSL color Cylindrical-coordinate representation of color #B90823: hue angle of 350.85º 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 #B90823 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 35 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.27 |
| HSL | 350.85º | 0.92% | 0.38% | - |
| HSV(B) | 350.85º | 0.96% | 0.73% | - |
| XYZ | 20.4 | 10.61 | 2.56 | - |
| YUV | 64 | 111.64 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 35 | 0 | 0.96 | 0.81 | 0.27 | 350.85 | 0.92 | 0.38 |
| Hex | B9 | 8 | 23 | 0 | 60 | 51 | 1B | 15F | 5C | 26 |
| Octal | 271 | 10 | 43 | 0 | 140 | 121 | 33 | 537 | 134 | 46 |
| Binary | 10111001 | 1000 | 100011 | 0 | 1100000 | 1010001 | 11011 | 101011111 | 1011100 | 100110 |
Color Harmonies of #B90823
Complementary color
Monochromatic Colors of #B90823
Black with #B90823
Text Example
Text Example
White with #B90823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90823; }
p { color: rgb(185,8,35); }
H1.HeaderClassName
{
color: #B90823;
}
.AnyTagClassName
{
color: #B90823;
}
</style>
background-color css
<style>
a { background-color: #B90823; }
a { background-color: rgb(185,8,35); }
div.DivClassName
{
background-color: #B90823;
}
.BgClassName
{
background-color: #B90823;
}
</style>
border-color css
<style>
span { border-color: #B90823; }
span { border-color: rgb(185,8,35); }
td.TdClassName
{
border-color: #B90823;
}
.TagClassName
{
border-color: #B90823;
}
</style>