Shades of Venetian Red #B31014
Tints of Venetian Red #B31014
RGB
CMYK
RGB Variations
Color information
#B31014 (or 0xB31014) is known color: Venetian Red. HEX triplet: B3, 10 and 14. RGB value is (179,16,20). Sum of RGB (Red+Green+Blue) = 179+16+20=215 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.26% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 179 - color contains mainly: red. Hex color #B31014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31014 is #4CEFEB. Grayscale: #414141. Windows color (decimal): -5042156 or 1314995. OLE color: 1314995.
HSL color Cylindrical-coordinate representation of color #B31014: hue angle of 358.53º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31014 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 20 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.30 |
| HSL | 358.53º | 0.84% | 0.38% | - |
| HSV(B) | 358.53º | 0.91% | 0.7% | - |
| XYZ | 18.9 | 10 | 1.6 | - |
| YUV | 65.19 | 102.5 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 20 | 0 | 0.91 | 0.89 | 0.30 | 358.53 | 0.84 | 0.38 |
| Hex | B3 | 10 | 14 | 0 | 5B | 59 | 1E | 167 | 54 | 26 |
| Octal | 263 | 20 | 24 | 0 | 133 | 131 | 36 | 547 | 124 | 46 |
| Binary | 10110011 | 10000 | 10100 | 0 | 1011011 | 1011001 | 11110 | 101100111 | 1010100 | 100110 |
Color Harmonies of #B31014
Complementary color
Monochromatic Colors of #B31014
Black with #B31014
Text Example
Text Example
White with #B31014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31014; }
p { color: rgb(179,16,20); }
H1.HeaderClassName
{
color: #B31014;
}
.AnyTagClassName
{
color: #B31014;
}
</style>
background-color css
<style>
a { background-color: #B31014; }
a { background-color: rgb(179,16,20); }
div.DivClassName
{
background-color: #B31014;
}
.BgClassName
{
background-color: #B31014;
}
</style>
border-color css
<style>
span { border-color: #B31014; }
span { border-color: rgb(179,16,20); }
td.TdClassName
{
border-color: #B31014;
}
.TagClassName
{
border-color: #B31014;
}
</style>