Shades of Venetian Red #B90D23
Tints of Venetian Red #B90D23
RGB
CMYK
RGB Variations
Color information
#B90D23 (or 0xB90D23) is known color: Venetian Red. HEX triplet: B9, 0D and 23. RGB value is (185,13,35). Sum of RGB (Red+Green+Blue) = 185+13+35=233 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.40% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90D23 is #46F2DC. Grayscale: #434343. Windows color (decimal): -4649693 or 2297273. OLE color: 2297273.
HSL color Cylindrical-coordinate representation of color #B90D23: hue angle of 352.33º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90D23 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 13 | 35 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.27 |
| HSL | 352.33º | 0.87% | 0.39% | - |
| HSV(B) | 352.33º | 0.93% | 0.73% | - |
| XYZ | 20.45 | 10.72 | 2.58 | - |
| YUV | 66.94 | 109.98 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 35 | 0 | 0.93 | 0.81 | 0.27 | 352.33 | 0.87 | 0.39 |
| Hex | B9 | D | 23 | 0 | 5D | 51 | 1B | 160 | 57 | 27 |
| Octal | 271 | 15 | 43 | 0 | 135 | 121 | 33 | 540 | 127 | 47 |
| Binary | 10111001 | 1101 | 100011 | 0 | 1011101 | 1010001 | 11011 | 101100000 | 1010111 | 100111 |
Color Harmonies of #B90D23
Complementary color
Monochromatic Colors of #B90D23
Black with #B90D23
Text Example
Text Example
White with #B90D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90D23; }
p { color: rgb(185,13,35); }
H1.HeaderClassName
{
color: #B90D23;
}
.AnyTagClassName
{
color: #B90D23;
}
</style>
background-color css
<style>
a { background-color: #B90D23; }
a { background-color: rgb(185,13,35); }
div.DivClassName
{
background-color: #B90D23;
}
.BgClassName
{
background-color: #B90D23;
}
</style>
border-color css
<style>
span { border-color: #B90D23; }
span { border-color: rgb(185,13,35); }
td.TdClassName
{
border-color: #B90D23;
}
.TagClassName
{
border-color: #B90D23;
}
</style>