Shades of Venetian Red #B80022
Tints of Venetian Red #B80022
RGB
CMYK
RGB Variations
Color information
#B80022 (or 0xB80022) is known color: Venetian Red. HEX triplet: B8, 00 and 22. RGB value is (184,0,34). Sum of RGB (Red+Green+Blue) = 184+0+34=218 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.40% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 34 (13.67% from 255 or 15.60% from 218); Max value from RGB is 184 - color contains mainly: red. Hex color #B80022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80022 is #47FFDD. Grayscale: #3A3A3A. Windows color (decimal): -4718558 or 2228408. OLE color: 2228408.
HSL color Cylindrical-coordinate representation of color #B80022: hue angle of 348.91º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80022 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.82 | 0.28 |
| HSL | 348.91º | 1% | 0.36% | - |
| HSV(B) | 348.91º | 1% | 0.72% | - |
| XYZ | 20.06 | 10.31 | 2.45 | - |
| YUV | 58.89 | 113.96 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 34 | 0 | 1 | 0.82 | 0.28 | 348.91 | 1 | 0.36 |
| Hex | B8 | 0 | 22 | 0 | 64 | 52 | 1C | 15D | 64 | 24 |
| Octal | 270 | 0 | 42 | 0 | 144 | 122 | 34 | 535 | 144 | 44 |
| Binary | 10111000 | 0 | 100010 | 0 | 1100100 | 1010010 | 11100 | 101011101 | 1100100 | 100100 |
Color Harmonies of #B80022
Complementary color
Monochromatic Colors of #B80022
Black with #B80022
Text Example
Text Example
White with #B80022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80022; }
p { color: rgb(184,0,34); }
H1.HeaderClassName
{
color: #B80022;
}
.AnyTagClassName
{
color: #B80022;
}
</style>
background-color css
<style>
a { background-color: #B80022; }
a { background-color: rgb(184,0,34); }
div.DivClassName
{
background-color: #B80022;
}
.BgClassName
{
background-color: #B80022;
}
</style>
border-color css
<style>
span { border-color: #B80022; }
span { border-color: rgb(184,0,34); }
td.TdClassName
{
border-color: #B80022;
}
.TagClassName
{
border-color: #B80022;
}
</style>