Shades of Venetian Red #B9021C
Tints of Venetian Red #B9021C
RGB
CMYK
RGB Variations
Color information
#B9021C (or 0xB9021C) is known color: Venetian Red. HEX triplet: B9, 02 and 1C. RGB value is (185,2,28). Sum of RGB (Red+Green+Blue) = 185+2+28=215 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.05% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 185 - color contains mainly: red. Hex color #B9021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9021C is #46FDE3. Grayscale: #3B3B3B. Windows color (decimal): -4652516 or 1835705. OLE color: 1835705.
HSL color Cylindrical-coordinate representation of color #B9021C: hue angle of 351.48º 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 #B9021C is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.27 |
| HSL | 351.48º | 0.98% | 0.37% | - |
| HSV(B) | 351.48º | 0.99% | 0.73% | - |
| XYZ | 20.24 | 10.44 | 2.05 | - |
| YUV | 59.68 | 110.13 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 28 | 0 | 0.99 | 0.85 | 0.27 | 351.48 | 0.98 | 0.37 |
| Hex | B9 | 2 | 1C | 0 | 63 | 55 | 1B | 15F | 62 | 25 |
| Octal | 271 | 2 | 34 | 0 | 143 | 125 | 33 | 537 | 142 | 45 |
| Binary | 10111001 | 10 | 11100 | 0 | 1100011 | 1010101 | 11011 | 101011111 | 1100010 | 100101 |
Color Harmonies of #B9021C
Complementary color
Monochromatic Colors of #B9021C
Black with #B9021C
Text Example
Text Example
White with #B9021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9021C; }
p { color: rgb(185,2,28); }
H1.HeaderClassName
{
color: #B9021C;
}
.AnyTagClassName
{
color: #B9021C;
}
</style>
background-color css
<style>
a { background-color: #B9021C; }
a { background-color: rgb(185,2,28); }
div.DivClassName
{
background-color: #B9021C;
}
.BgClassName
{
background-color: #B9021C;
}
</style>
border-color css
<style>
span { border-color: #B9021C; }
span { border-color: rgb(185,2,28); }
td.TdClassName
{
border-color: #B9021C;
}
.TagClassName
{
border-color: #B9021C;
}
</style>