Shades of Venetian Red #B9021B
Tints of Venetian Red #B9021B
RGB
CMYK
RGB Variations
Color information
#B9021B (or 0xB9021B) is known color: Venetian Red. HEX triplet: B9, 02 and 1B. RGB value is (185,2,27). Sum of RGB (Red+Green+Blue) = 185+2+27=214 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.45% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 185 - color contains mainly: red. Hex color #B9021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9021B is #46FDE4. Grayscale: #3B3B3B. Windows color (decimal): -4652517 or 1770169. OLE color: 1770169.
HSL color Cylindrical-coordinate representation of color #B9021B: hue angle of 351.8º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9021B is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.27 |
| HSL | 351.8º | 0.98% | 0.37% | - |
| HSV(B) | 351.8º | 0.99% | 0.73% | - |
| XYZ | 20.23 | 10.44 | 1.99 | - |
| YUV | 59.57 | 109.63 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 27 | 0 | 0.99 | 0.85 | 0.27 | 351.8 | 0.98 | 0.37 |
| Hex | B9 | 2 | 1B | 0 | 63 | 55 | 1B | 160 | 62 | 25 |
| Octal | 271 | 2 | 33 | 0 | 143 | 125 | 33 | 540 | 142 | 45 |
| Binary | 10111001 | 10 | 11011 | 0 | 1100011 | 1010101 | 11011 | 101100000 | 1100010 | 100101 |
Color Harmonies of #B9021B
Complementary color
Monochromatic Colors of #B9021B
Black with #B9021B
Text Example
Text Example
White with #B9021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9021B; }
p { color: rgb(185,2,27); }
H1.HeaderClassName
{
color: #B9021B;
}
.AnyTagClassName
{
color: #B9021B;
}
</style>
background-color css
<style>
a { background-color: #B9021B; }
a { background-color: rgb(185,2,27); }
div.DivClassName
{
background-color: #B9021B;
}
.BgClassName
{
background-color: #B9021B;
}
</style>
border-color css
<style>
span { border-color: #B9021B; }
span { border-color: rgb(185,2,27); }
td.TdClassName
{
border-color: #B9021B;
}
.TagClassName
{
border-color: #B9021B;
}
</style>