Shades of Venetian Red #B80520
Tints of Venetian Red #B80520
RGB
CMYK
RGB Variations
Color information
#B80520 (or 0xB80520) is known color: Venetian Red. HEX triplet: B8, 05 and 20. RGB value is (184,5,32). Sum of RGB (Red+Green+Blue) = 184+5+32=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B80520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80520 is #47FADF. Grayscale: #3D3D3D. Windows color (decimal): -4717280 or 2098616. OLE color: 2098616.
HSL color Cylindrical-coordinate representation of color #B80520: hue angle of 350.95º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80520 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 32 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.28 |
| HSL | 350.95º | 0.95% | 0.37% | - |
| HSV(B) | 350.95º | 0.97% | 0.72% | - |
| XYZ | 20.08 | 10.4 | 2.32 | - |
| YUV | 61.6 | 111.3 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 32 | 0 | 0.97 | 0.83 | 0.28 | 350.95 | 0.95 | 0.37 |
| Hex | B8 | 5 | 20 | 0 | 61 | 53 | 1C | 15F | 5F | 25 |
| Octal | 270 | 5 | 40 | 0 | 141 | 123 | 34 | 537 | 137 | 45 |
| Binary | 10111000 | 101 | 100000 | 0 | 1100001 | 1010011 | 11100 | 101011111 | 1011111 | 100101 |
Color Harmonies of #B80520
Complementary color
Monochromatic Colors of #B80520
Black with #B80520
Text Example
Text Example
White with #B80520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80520; }
p { color: rgb(184,5,32); }
H1.HeaderClassName
{
color: #B80520;
}
.AnyTagClassName
{
color: #B80520;
}
</style>
background-color css
<style>
a { background-color: #B80520; }
a { background-color: rgb(184,5,32); }
div.DivClassName
{
background-color: #B80520;
}
.BgClassName
{
background-color: #B80520;
}
</style>
border-color css
<style>
span { border-color: #B80520; }
span { border-color: rgb(184,5,32); }
td.TdClassName
{
border-color: #B80520;
}
.TagClassName
{
border-color: #B80520;
}
</style>