Shades of Venetian Red #B80510
Tints of Venetian Red #B80510
RGB
CMYK
RGB Variations
Color information
#B80510 (or 0xB80510) is known color: Venetian Red. HEX triplet: B8, 05 and 10. RGB value is (184,5,16). Sum of RGB (Red+Green+Blue) = 184+5+16=205 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.76% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 184 - color contains mainly: red. Hex color #B80510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80510 is #47FAEF. Grayscale: #3B3B3B. Windows color (decimal): -4717296 or 1050040. OLE color: 1050040.
HSL color Cylindrical-coordinate representation of color #B80510: hue angle of 356.31º 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 #B80510 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 16 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.28 |
| HSL | 356.31º | 0.95% | 0.37% | - |
| HSV(B) | 356.31º | 0.97% | 0.72% | - |
| XYZ | 19.91 | 10.34 | 1.44 | - |
| YUV | 59.78 | 103.3 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 16 | 0 | 0.97 | 0.91 | 0.28 | 356.31 | 0.95 | 0.37 |
| Hex | B8 | 5 | 10 | 0 | 61 | 5B | 1C | 164 | 5F | 25 |
| Octal | 270 | 5 | 20 | 0 | 141 | 133 | 34 | 544 | 137 | 45 |
| Binary | 10111000 | 101 | 10000 | 0 | 1100001 | 1011011 | 11100 | 101100100 | 1011111 | 100101 |
Color Harmonies of #B80510
Complementary color
Monochromatic Colors of #B80510
Black with #B80510
Text Example
Text Example
White with #B80510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80510; }
p { color: rgb(184,5,16); }
H1.HeaderClassName
{
color: #B80510;
}
.AnyTagClassName
{
color: #B80510;
}
</style>
background-color css
<style>
a { background-color: #B80510; }
a { background-color: rgb(184,5,16); }
div.DivClassName
{
background-color: #B80510;
}
.BgClassName
{
background-color: #B80510;
}
</style>
border-color css
<style>
span { border-color: #B80510; }
span { border-color: rgb(184,5,16); }
td.TdClassName
{
border-color: #B80510;
}
.TagClassName
{
border-color: #B80510;
}
</style>