Shades of Venetian Red #B90123
Tints of Venetian Red #B90123
RGB
CMYK
RGB Variations
Color information
#B90123 (or 0xB90123) is known color: Venetian Red. HEX triplet: B9, 01 and 23. RGB value is (185,1,35). Sum of RGB (Red+Green+Blue) = 185+1+35=221 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.71% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 185 - color contains mainly: red. Hex color #B90123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90123 is #46FEDC. Grayscale: #3B3B3B. Windows color (decimal): -4652765 or 2294201. OLE color: 2294201.
HSL color Cylindrical-coordinate representation of color #B90123: hue angle of 348.91º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90123 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.27 |
| HSL | 348.91º | 0.99% | 0.36% | - |
| HSV(B) | 348.91º | 0.99% | 0.73% | - |
| XYZ | 20.32 | 10.46 | 2.54 | - |
| YUV | 59.89 | 113.96 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 35 | 0 | 0.99 | 0.81 | 0.27 | 348.91 | 0.99 | 0.36 |
| Hex | B9 | 1 | 23 | 0 | 63 | 51 | 1B | 15D | 63 | 24 |
| Octal | 271 | 1 | 43 | 0 | 143 | 121 | 33 | 535 | 143 | 44 |
| Binary | 10111001 | 1 | 100011 | 0 | 1100011 | 1010001 | 11011 | 101011101 | 1100011 | 100100 |
Color Harmonies of #B90123
Complementary color
Monochromatic Colors of #B90123
Black with #B90123
Text Example
Text Example
White with #B90123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90123; }
p { color: rgb(185,1,35); }
H1.HeaderClassName
{
color: #B90123;
}
.AnyTagClassName
{
color: #B90123;
}
</style>
background-color css
<style>
a { background-color: #B90123; }
a { background-color: rgb(185,1,35); }
div.DivClassName
{
background-color: #B90123;
}
.BgClassName
{
background-color: #B90123;
}
</style>
border-color css
<style>
span { border-color: #B90123; }
span { border-color: rgb(185,1,35); }
td.TdClassName
{
border-color: #B90123;
}
.TagClassName
{
border-color: #B90123;
}
</style>