Shades of Venetian Red #B80506
Tints of Venetian Red #B80506
RGB
CMYK
RGB Variations
Color information
#B80506 (or 0xB80506) is known color: Venetian Red. HEX triplet: B8, 05 and 06. RGB value is (184,5,6). Sum of RGB (Red+Green+Blue) = 184+5+6=195 (25% of max value = 765). Red value is 184 (72.27% from 255 or 94.36% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 184 - color contains mainly: red. Hex color #B80506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80506 is #47FAF9. Grayscale: #3A3A3A. Windows color (decimal): -4717306 or 394680. OLE color: 394680.
HSL color Cylindrical-coordinate representation of color #B80506: hue angle of 359.66º 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 #B80506 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 6 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.28 |
| HSL | 359.66º | 0.95% | 0.37% | - |
| HSV(B) | 359.66º | 0.97% | 0.72% | - |
| XYZ | 19.85 | 10.31 | 1.12 | - |
| YUV | 58.64 | 98.3 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 6 | 0 | 0.97 | 0.97 | 0.28 | 359.66 | 0.95 | 0.37 |
| Hex | B8 | 5 | 6 | 0 | 61 | 61 | 1C | 168 | 5F | 25 |
| Octal | 270 | 5 | 6 | 0 | 141 | 141 | 34 | 550 | 137 | 45 |
| Binary | 10111000 | 101 | 110 | 0 | 1100001 | 1100001 | 11100 | 101101000 | 1011111 | 100101 |
Color Harmonies of #B80506
Complementary color
Monochromatic Colors of #B80506
Black with #B80506
Text Example
Text Example
White with #B80506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80506; }
p { color: rgb(184,5,6); }
H1.HeaderClassName
{
color: #B80506;
}
.AnyTagClassName
{
color: #B80506;
}
</style>
background-color css
<style>
a { background-color: #B80506; }
a { background-color: rgb(184,5,6); }
div.DivClassName
{
background-color: #B80506;
}
.BgClassName
{
background-color: #B80506;
}
</style>
border-color css
<style>
span { border-color: #B80506; }
span { border-color: rgb(184,5,6); }
td.TdClassName
{
border-color: #B80506;
}
.TagClassName
{
border-color: #B80506;
}
</style>