Shades of Venetian Red #B9022C
Tints of Venetian Red #B9022C
RGB
CMYK
RGB Variations
Color information
#B9022C (or 0xB9022C) is known color: Venetian Red. HEX triplet: B9, 02 and 2C. RGB value is (185,2,44). Sum of RGB (Red+Green+Blue) = 185+2+44=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B9022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9022C is #46FDD3. Grayscale: #3D3D3D. Windows color (decimal): -4652500 or 2884281. OLE color: 2884281.
HSL color Cylindrical-coordinate representation of color #B9022C: hue angle of 346.23º 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 #B9022C is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.27 |
| HSL | 346.23º | 0.98% | 0.37% | - |
| HSV(B) | 346.23º | 0.99% | 0.73% | - |
| XYZ | 20.48 | 10.54 | 3.34 | - |
| YUV | 61.51 | 118.13 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 44 | 0 | 0.99 | 0.76 | 0.27 | 346.23 | 0.98 | 0.37 |
| Hex | B9 | 2 | 2C | 0 | 63 | 4C | 1B | 15A | 62 | 25 |
| Octal | 271 | 2 | 54 | 0 | 143 | 114 | 33 | 532 | 142 | 45 |
| Binary | 10111001 | 10 | 101100 | 0 | 1100011 | 1001100 | 11011 | 101011010 | 1100010 | 100101 |
Color Harmonies of #B9022C
Complementary color
Monochromatic Colors of #B9022C
Black with #B9022C
Text Example
Text Example
White with #B9022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9022C; }
p { color: rgb(185,2,44); }
H1.HeaderClassName
{
color: #B9022C;
}
.AnyTagClassName
{
color: #B9022C;
}
</style>
background-color css
<style>
a { background-color: #B9022C; }
a { background-color: rgb(185,2,44); }
div.DivClassName
{
background-color: #B9022C;
}
.BgClassName
{
background-color: #B9022C;
}
</style>
border-color css
<style>
span { border-color: #B9022C; }
span { border-color: rgb(185,2,44); }
td.TdClassName
{
border-color: #B9022C;
}
.TagClassName
{
border-color: #B9022C;
}
</style>