Shades of Venetian Red #B90F20
Tints of Venetian Red #B90F20
RGB
CMYK
RGB Variations
Color information
#B90F20 (or 0xB90F20) is known color: Venetian Red. HEX triplet: B9, 0F and 20. RGB value is (185,15,32). Sum of RGB (Red+Green+Blue) = 185+15+32=232 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.74% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90F20 is #46F0DF. Grayscale: #434343. Windows color (decimal): -4649184 or 2101177. OLE color: 2101177.
HSL color Cylindrical-coordinate representation of color #B90F20: hue angle of 354º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90F20 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 32 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.27 |
| HSL | 354º | 0.85% | 0.39% | - |
| HSV(B) | 354º | 0.92% | 0.73% | - |
| XYZ | 20.44 | 10.76 | 2.37 | - |
| YUV | 67.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 32 | 0 | 0.92 | 0.83 | 0.27 | 354 | 0.85 | 0.39 |
| Hex | B9 | F | 20 | 0 | 5C | 53 | 1B | 162 | 55 | 27 |
| Octal | 271 | 17 | 40 | 0 | 134 | 123 | 33 | 542 | 125 | 47 |
| Binary | 10111001 | 1111 | 100000 | 0 | 1011100 | 1010011 | 11011 | 101100010 | 1010101 | 100111 |
Color Harmonies of #B90F20
Complementary color
Monochromatic Colors of #B90F20
Black with #B90F20
Text Example
Text Example
White with #B90F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90F20; }
p { color: rgb(185,15,32); }
H1.HeaderClassName
{
color: #B90F20;
}
.AnyTagClassName
{
color: #B90F20;
}
</style>
background-color css
<style>
a { background-color: #B90F20; }
a { background-color: rgb(185,15,32); }
div.DivClassName
{
background-color: #B90F20;
}
.BgClassName
{
background-color: #B90F20;
}
</style>
border-color css
<style>
span { border-color: #B90F20; }
span { border-color: rgb(185,15,32); }
td.TdClassName
{
border-color: #B90F20;
}
.TagClassName
{
border-color: #B90F20;
}
</style>