Shades of Venetian Red #B30514
Tints of Venetian Red #B30514
RGB
CMYK
RGB Variations
Color information
#B30514 (or 0xB30514) is known color: Venetian Red. HEX triplet: B3, 05 and 14. RGB value is (179,5,20). Sum of RGB (Red+Green+Blue) = 179+5+20=204 (27% of max value = 765). Red value is 179 (70.31% from 255 or 87.75% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 179 - color contains mainly: red. Hex color #B30514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30514 is #4CFAEB. Grayscale: #3A3A3A. Windows color (decimal): -5044972 or 1312179. OLE color: 1312179.
HSL color Cylindrical-coordinate representation of color #B30514: hue angle of 354.83º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30514 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 5 | 20 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.30 |
| HSL | 354.83º | 0.95% | 0.36% | - |
| HSV(B) | 354.83º | 0.97% | 0.7% | - |
| XYZ | 18.77 | 9.74 | 1.55 | - |
| YUV | 58.74 | 106.15 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 20 | 0 | 0.97 | 0.89 | 0.30 | 354.83 | 0.95 | 0.36 |
| Hex | B3 | 5 | 14 | 0 | 61 | 59 | 1E | 163 | 5F | 24 |
| Octal | 263 | 5 | 24 | 0 | 141 | 131 | 36 | 543 | 137 | 44 |
| Binary | 10110011 | 101 | 10100 | 0 | 1100001 | 1011001 | 11110 | 101100011 | 1011111 | 100100 |
Color Harmonies of #B30514
Complementary color
Monochromatic Colors of #B30514
Black with #B30514
Text Example
Text Example
White with #B30514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30514; }
p { color: rgb(179,5,20); }
H1.HeaderClassName
{
color: #B30514;
}
.AnyTagClassName
{
color: #B30514;
}
</style>
background-color css
<style>
a { background-color: #B30514; }
a { background-color: rgb(179,5,20); }
div.DivClassName
{
background-color: #B30514;
}
.BgClassName
{
background-color: #B30514;
}
</style>
border-color css
<style>
span { border-color: #B30514; }
span { border-color: rgb(179,5,20); }
td.TdClassName
{
border-color: #B30514;
}
.TagClassName
{
border-color: #B30514;
}
</style>