Shades of Venetian Red #B31012
Tints of Venetian Red #B31012
RGB
CMYK
RGB Variations
Color information
#B31012 (or 0xB31012) is known color: Venetian Red. HEX triplet: B3, 10 and 12. RGB value is (179,16,18). Sum of RGB (Red+Green+Blue) = 179+16+18=213 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.04% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 179 - color contains mainly: red. Hex color #B31012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31012 is #4CEFED. Grayscale: #414141. Windows color (decimal): -5042158 or 1183923. OLE color: 1183923.
HSL color Cylindrical-coordinate representation of color #B31012: hue angle of 359.26º 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 #B31012 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 18 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.30 |
| HSL | 359.26º | 0.84% | 0.38% | - |
| HSV(B) | 359.26º | 0.91% | 0.7% | - |
| XYZ | 18.88 | 10 | 1.51 | - |
| YUV | 64.97 | 101.5 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 18 | 0 | 0.91 | 0.90 | 0.30 | 359.26 | 0.84 | 0.38 |
| Hex | B3 | 10 | 12 | 0 | 5B | 5A | 1E | 167 | 54 | 26 |
| Octal | 263 | 20 | 22 | 0 | 133 | 132 | 36 | 547 | 124 | 46 |
| Binary | 10110011 | 10000 | 10010 | 0 | 1011011 | 1011010 | 11110 | 101100111 | 1010100 | 100110 |
Color Harmonies of #B31012
Complementary color
Monochromatic Colors of #B31012
Black with #B31012
Text Example
Text Example
White with #B31012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31012; }
p { color: rgb(179,16,18); }
H1.HeaderClassName
{
color: #B31012;
}
.AnyTagClassName
{
color: #B31012;
}
</style>
background-color css
<style>
a { background-color: #B31012; }
a { background-color: rgb(179,16,18); }
div.DivClassName
{
background-color: #B31012;
}
.BgClassName
{
background-color: #B31012;
}
</style>
border-color css
<style>
span { border-color: #B31012; }
span { border-color: rgb(179,16,18); }
td.TdClassName
{
border-color: #B31012;
}
.TagClassName
{
border-color: #B31012;
}
</style>