Shades of Venetian Red #B30616
Tints of Venetian Red #B30616
RGB
CMYK
RGB Variations
Color information
#B30616 (or 0xB30616) is known color: Venetian Red. HEX triplet: B3, 06 and 16. RGB value is (179,6,22). Sum of RGB (Red+Green+Blue) = 179+6+22=207 (27% of max value = 765). Red value is 179 (70.31% from 255 or 86.47% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 179 - color contains mainly: red. Hex color #B30616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30616 is #4CF9E9. Grayscale: #3B3B3B. Windows color (decimal): -5044714 or 1443507. OLE color: 1443507.
HSL color Cylindrical-coordinate representation of color #B30616: hue angle of 354.45º degrees, saturation: 0.94, 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 #B30616 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 22 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.30 |
| HSL | 354.45º | 0.94% | 0.36% | - |
| HSV(B) | 354.45º | 0.97% | 0.7% | - |
| XYZ | 18.8 | 9.77 | 1.65 | - |
| YUV | 59.55 | 106.81 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 22 | 0 | 0.97 | 0.88 | 0.30 | 354.45 | 0.94 | 0.36 |
| Hex | B3 | 6 | 16 | 0 | 61 | 58 | 1E | 162 | 5E | 24 |
| Octal | 263 | 6 | 26 | 0 | 141 | 130 | 36 | 542 | 136 | 44 |
| Binary | 10110011 | 110 | 10110 | 0 | 1100001 | 1011000 | 11110 | 101100010 | 1011110 | 100100 |
Color Harmonies of #B30616
Complementary color
Monochromatic Colors of #B30616
Black with #B30616
Text Example
Text Example
White with #B30616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30616; }
p { color: rgb(179,6,22); }
H1.HeaderClassName
{
color: #B30616;
}
.AnyTagClassName
{
color: #B30616;
}
</style>
background-color css
<style>
a { background-color: #B30616; }
a { background-color: rgb(179,6,22); }
div.DivClassName
{
background-color: #B30616;
}
.BgClassName
{
background-color: #B30616;
}
</style>
border-color css
<style>
span { border-color: #B30616; }
span { border-color: rgb(179,6,22); }
td.TdClassName
{
border-color: #B30616;
}
.TagClassName
{
border-color: #B30616;
}
</style>