Shades of Venetian Red #B31319
Tints of Venetian Red #B31319
RGB
CMYK
RGB Variations
Color information
#B31319 (or 0xB31319) is known color: Venetian Red. HEX triplet: B3, 13 and 19. RGB value is (179,19,25). Sum of RGB (Red+Green+Blue) = 179+19+25=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B31319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31319 is #4CECE6. Grayscale: #434343. Windows color (decimal): -5041383 or 1643443. OLE color: 1643443.
HSL color Cylindrical-coordinate representation of color #B31319: hue angle of 357.75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31319 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 25 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.30 |
| HSL | 357.75º | 0.81% | 0.39% | - |
| HSV(B) | 357.75º | 0.89% | 0.7% | - |
| XYZ | 19 | 10.12 | 1.87 | - |
| YUV | 67.52 | 104.01 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 25 | 0 | 0.89 | 0.86 | 0.30 | 357.75 | 0.81 | 0.39 |
| Hex | B3 | 13 | 19 | 0 | 59 | 56 | 1E | 166 | 51 | 27 |
| Octal | 263 | 23 | 31 | 0 | 131 | 126 | 36 | 546 | 121 | 47 |
| Binary | 10110011 | 10011 | 11001 | 0 | 1011001 | 1010110 | 11110 | 101100110 | 1010001 | 100111 |
Color Harmonies of #B31319
Complementary color
Monochromatic Colors of #B31319
Black with #B31319
Text Example
Text Example
White with #B31319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31319; }
p { color: rgb(179,19,25); }
H1.HeaderClassName
{
color: #B31319;
}
.AnyTagClassName
{
color: #B31319;
}
</style>
background-color css
<style>
a { background-color: #B31319; }
a { background-color: rgb(179,19,25); }
div.DivClassName
{
background-color: #B31319;
}
.BgClassName
{
background-color: #B31319;
}
</style>
border-color css
<style>
span { border-color: #B31319; }
span { border-color: rgb(179,19,25); }
td.TdClassName
{
border-color: #B31319;
}
.TagClassName
{
border-color: #B31319;
}
</style>