Shades of Venetian Red #B91021
Tints of Venetian Red #B91021
RGB
CMYK
RGB Variations
Color information
#B91021 (or 0xB91021) is known color: Venetian Red. HEX triplet: B9, 10 and 21. RGB value is (185,16,33). Sum of RGB (Red+Green+Blue) = 185+16+33=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B91021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91021 is #46EFDE. Grayscale: #444444. Windows color (decimal): -4648927 or 2166969. OLE color: 2166969.
HSL color Cylindrical-coordinate representation of color #B91021: hue angle of 353.96º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91021 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 33 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.27 |
| HSL | 353.96º | 0.84% | 0.39% | - |
| HSV(B) | 353.96º | 0.91% | 0.73% | - |
| XYZ | 20.47 | 10.79 | 2.44 | - |
| YUV | 68.47 | 107.99 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 33 | 0 | 0.91 | 0.82 | 0.27 | 353.96 | 0.84 | 0.39 |
| Hex | B9 | 10 | 21 | 0 | 5B | 52 | 1B | 162 | 54 | 27 |
| Octal | 271 | 20 | 41 | 0 | 133 | 122 | 33 | 542 | 124 | 47 |
| Binary | 10111001 | 10000 | 100001 | 0 | 1011011 | 1010010 | 11011 | 101100010 | 1010100 | 100111 |
Color Harmonies of #B91021
Complementary color
Monochromatic Colors of #B91021
Black with #B91021
Text Example
Text Example
White with #B91021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91021; }
p { color: rgb(185,16,33); }
H1.HeaderClassName
{
color: #B91021;
}
.AnyTagClassName
{
color: #B91021;
}
</style>
background-color css
<style>
a { background-color: #B91021; }
a { background-color: rgb(185,16,33); }
div.DivClassName
{
background-color: #B91021;
}
.BgClassName
{
background-color: #B91021;
}
</style>
border-color css
<style>
span { border-color: #B91021; }
span { border-color: rgb(185,16,33); }
td.TdClassName
{
border-color: #B91021;
}
.TagClassName
{
border-color: #B91021;
}
</style>