Shades of Venetian Red #B31420
Tints of Venetian Red #B31420
RGB
CMYK
RGB Variations
Color information
#B31420 (or 0xB31420) is known color: Venetian Red. HEX triplet: B3, 14 and 20. RGB value is (179,20,32). Sum of RGB (Red+Green+Blue) = 179+20+32=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B31420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31420 is #4CEBDF. Grayscale: #454545. Windows color (decimal): -5041120 or 2102451. OLE color: 2102451.
HSL color Cylindrical-coordinate representation of color #B31420: hue angle of 355.47º degrees, saturation: 0.8, 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 #B31420 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 32 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.30 |
| HSL | 355.47º | 0.8% | 0.39% | - |
| HSV(B) | 355.47º | 0.89% | 0.7% | - |
| XYZ | 19.1 | 10.19 | 2.33 | - |
| YUV | 68.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 32 | 0 | 0.89 | 0.82 | 0.30 | 355.47 | 0.8 | 0.39 |
| Hex | B3 | 14 | 20 | 0 | 59 | 52 | 1E | 163 | 50 | 27 |
| Octal | 263 | 24 | 40 | 0 | 131 | 122 | 36 | 543 | 120 | 47 |
| Binary | 10110011 | 10100 | 100000 | 0 | 1011001 | 1010010 | 11110 | 101100011 | 1010000 | 100111 |
Color Harmonies of #B31420
Complementary color
Monochromatic Colors of #B31420
Black with #B31420
Text Example
Text Example
White with #B31420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31420; }
p { color: rgb(179,20,32); }
H1.HeaderClassName
{
color: #B31420;
}
.AnyTagClassName
{
color: #B31420;
}
</style>
background-color css
<style>
a { background-color: #B31420; }
a { background-color: rgb(179,20,32); }
div.DivClassName
{
background-color: #B31420;
}
.BgClassName
{
background-color: #B31420;
}
</style>
border-color css
<style>
span { border-color: #B31420; }
span { border-color: rgb(179,20,32); }
td.TdClassName
{
border-color: #B31420;
}
.TagClassName
{
border-color: #B31420;
}
</style>