Shades of Venetian Red #B80014
Tints of Venetian Red #B80014
RGB
CMYK
RGB Variations
Color information
#B80014 (or 0xB80014) is known color: Venetian Red. HEX triplet: B8, 00 and 14. RGB value is (184,0,20). Sum of RGB (Red+Green+Blue) = 184+0+20=204 (27% of max value = 765). Red value is 184 (72.27% from 255 or 90.20% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 184 - color contains mainly: red. Hex color #B80014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80014 is #47FFEB. Grayscale: #393939. Windows color (decimal): -4718572 or 1310904. OLE color: 1310904.
HSL color Cylindrical-coordinate representation of color #B80014: hue angle of 353.48º 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 #B80014 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.89 | 0.28 |
| HSL | 353.48º | 1% | 0.36% | - |
| HSV(B) | 353.48º | 1% | 0.72% | - |
| XYZ | 19.89 | 10.24 | 1.59 | - |
| YUV | 57.3 | 106.96 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 20 | 0 | 1 | 0.89 | 0.28 | 353.48 | 1 | 0.36 |
| Hex | B8 | 0 | 14 | 0 | 64 | 59 | 1C | 161 | 64 | 24 |
| Octal | 270 | 0 | 24 | 0 | 144 | 131 | 34 | 541 | 144 | 44 |
| Binary | 10111000 | 0 | 10100 | 0 | 1100100 | 1011001 | 11100 | 101100001 | 1100100 | 100100 |
Color Harmonies of #B80014
Complementary color
Monochromatic Colors of #B80014
Black with #B80014
Text Example
Text Example
White with #B80014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80014; }
p { color: rgb(184,0,20); }
H1.HeaderClassName
{
color: #B80014;
}
.AnyTagClassName
{
color: #B80014;
}
</style>
background-color css
<style>
a { background-color: #B80014; }
a { background-color: rgb(184,0,20); }
div.DivClassName
{
background-color: #B80014;
}
.BgClassName
{
background-color: #B80014;
}
</style>
border-color css
<style>
span { border-color: #B80014; }
span { border-color: rgb(184,0,20); }
td.TdClassName
{
border-color: #B80014;
}
.TagClassName
{
border-color: #B80014;
}
</style>