Shades of Venetian Red #B30519
Tints of Venetian Red #B30519
RGB
CMYK
RGB Variations
Color information
#B30519 (or 0xB30519) is known color: Venetian Red. HEX triplet: B3, 05 and 19. RGB value is (179,5,25). Sum of RGB (Red+Green+Blue) = 179+5+25=209 (27% of max value = 765). Red value is 179 (70.31% from 255 or 85.65% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 179 - color contains mainly: red. Hex color #B30519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30519 is #4CFAE6. Grayscale: #3B3B3B. Windows color (decimal): -5044967 or 1639859. OLE color: 1639859.
HSL color Cylindrical-coordinate representation of color #B30519: hue angle of 353.1º 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 #B30519 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 5 | 25 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.30 |
| HSL | 353.1º | 0.95% | 0.36% | - |
| HSV(B) | 353.1º | 0.97% | 0.7% | - |
| XYZ | 18.82 | 9.76 | 1.81 | - |
| YUV | 59.31 | 108.65 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 25 | 0 | 0.97 | 0.86 | 0.30 | 353.1 | 0.95 | 0.36 |
| Hex | B3 | 5 | 19 | 0 | 61 | 56 | 1E | 161 | 5F | 24 |
| Octal | 263 | 5 | 31 | 0 | 141 | 126 | 36 | 541 | 137 | 44 |
| Binary | 10110011 | 101 | 11001 | 0 | 1100001 | 1010110 | 11110 | 101100001 | 1011111 | 100100 |
Color Harmonies of #B30519
Complementary color
Monochromatic Colors of #B30519
Black with #B30519
Text Example
Text Example
White with #B30519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30519; }
p { color: rgb(179,5,25); }
H1.HeaderClassName
{
color: #B30519;
}
.AnyTagClassName
{
color: #B30519;
}
</style>
background-color css
<style>
a { background-color: #B30519; }
a { background-color: rgb(179,5,25); }
div.DivClassName
{
background-color: #B30519;
}
.BgClassName
{
background-color: #B30519;
}
</style>
border-color css
<style>
span { border-color: #B30519; }
span { border-color: rgb(179,5,25); }
td.TdClassName
{
border-color: #B30519;
}
.TagClassName
{
border-color: #B30519;
}
</style>