Shades of Venetian Red #B90F1F
Tints of Venetian Red #B90F1F
RGB
CMYK
RGB Variations
Color information
#B90F1F (or 0xB90F1F) is known color: Venetian Red. HEX triplet: B9, 0F and 1F. RGB value is (185,15,31). Sum of RGB (Red+Green+Blue) = 185+15+31=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90F1F is #46F0E0. Grayscale: #434343. Windows color (decimal): -4649185 or 2035641. OLE color: 2035641.
HSL color Cylindrical-coordinate representation of color #B90F1F: hue angle of 354.35º 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 #B90F1F is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 31 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.27 |
| HSL | 354.35º | 0.85% | 0.39% | - |
| HSV(B) | 354.35º | 0.92% | 0.73% | - |
| XYZ | 20.43 | 10.75 | 2.3 | - |
| YUV | 67.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 31 | 0 | 0.92 | 0.83 | 0.27 | 354.35 | 0.85 | 0.39 |
| Hex | B9 | F | 1F | 0 | 5C | 53 | 1B | 162 | 55 | 27 |
| Octal | 271 | 17 | 37 | 0 | 134 | 123 | 33 | 542 | 125 | 47 |
| Binary | 10111001 | 1111 | 11111 | 0 | 1011100 | 1010011 | 11011 | 101100010 | 1010101 | 100111 |
Color Harmonies of #B90F1F
Complementary color
Monochromatic Colors of #B90F1F
Black with #B90F1F
Text Example
Text Example
White with #B90F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90F1F; }
p { color: rgb(185,15,31); }
H1.HeaderClassName
{
color: #B90F1F;
}
.AnyTagClassName
{
color: #B90F1F;
}
</style>
background-color css
<style>
a { background-color: #B90F1F; }
a { background-color: rgb(185,15,31); }
div.DivClassName
{
background-color: #B90F1F;
}
.BgClassName
{
background-color: #B90F1F;
}
</style>
border-color css
<style>
span { border-color: #B90F1F; }
span { border-color: rgb(185,15,31); }
td.TdClassName
{
border-color: #B90F1F;
}
.TagClassName
{
border-color: #B90F1F;
}
</style>