Shades of Venetian Red #B80914
Tints of Venetian Red #B80914
RGB
CMYK
RGB Variations
Color information
#B80914 (or 0xB80914) is known color: Venetian Red. HEX triplet: B8, 09 and 14. RGB value is (184,9,20). Sum of RGB (Red+Green+Blue) = 184+9+20=213 (28% of max value = 765). Red value is 184 (72.27% from 255 or 86.38% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 184 - color contains mainly: red. Hex color #B80914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80914 is #47F6EB. Grayscale: #3E3E3E. Windows color (decimal): -4716268 or 1313208. OLE color: 1313208.
HSL color Cylindrical-coordinate representation of color #B80914: hue angle of 356.23º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80914 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 20 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.28 |
| HSL | 356.23º | 0.91% | 0.38% | - |
| HSV(B) | 356.23º | 0.95% | 0.72% | - |
| XYZ | 19.99 | 10.44 | 1.62 | - |
| YUV | 62.58 | 103.98 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 20 | 0 | 0.95 | 0.89 | 0.28 | 356.23 | 0.91 | 0.38 |
| Hex | B8 | 9 | 14 | 0 | 5F | 59 | 1C | 164 | 5B | 26 |
| Octal | 270 | 11 | 24 | 0 | 137 | 131 | 34 | 544 | 133 | 46 |
| Binary | 10111000 | 1001 | 10100 | 0 | 1011111 | 1011001 | 11100 | 101100100 | 1011011 | 100110 |
Color Harmonies of #B80914
Complementary color
Monochromatic Colors of #B80914
Black with #B80914
Text Example
Text Example
White with #B80914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80914; }
p { color: rgb(184,9,20); }
H1.HeaderClassName
{
color: #B80914;
}
.AnyTagClassName
{
color: #B80914;
}
</style>
background-color css
<style>
a { background-color: #B80914; }
a { background-color: rgb(184,9,20); }
div.DivClassName
{
background-color: #B80914;
}
.BgClassName
{
background-color: #B80914;
}
</style>
border-color css
<style>
span { border-color: #B80914; }
span { border-color: rgb(184,9,20); }
td.TdClassName
{
border-color: #B80914;
}
.TagClassName
{
border-color: #B80914;
}
</style>