Take care to note you're discussing two different statistics here.
Let's set up the sampling situation in detail first so we can be clear:
We have red balls and not-red balls (for simplicity I will call them all 'black', but they could be a mix of non-red colors - it's irrelevant to this set up since they all are simply categorized as not-red).
You have a population (your 'universe') of 18840 balls, 6680 red and 12160 black. You draw a random sample of 382 balls without replacement, and obtain 160 red and 222 black.
That is, your example data are like so:
Drawn Not drawn Total
Red 160 6520 6680
Black 222 11938 12160
Total 382 18458 18840
Looking at the number of reds drawn as a random variable, that has a hypergeometric distribution (though there formulated in terms of white and black balls drawn from an urn rather than red and black balls drawn from a universe).
[Conditioning on the margins gives the hypergeometric - this is also the situation used for Fisher's exact test based on the hypergeometric, and one of the situations for which the usual 2x2 chi-square test of association/test of independence applies. If you don't condition on both margins, you don't have a hypergeometric; but that's what you normally do in the specific balls-in-urns model you describe.]
If $O_{ij}$ is the observed count in cell $(i,j)$ in the above $2\times 2$ table, then your statistics are $O_{11}$ in the first case (assuming red is first) and $X^2 = \sum \sum {(O_{ij} - E_{ij})^2 \over E_{ij}}$ in the second. Both statistics are actually discrete, but you can approximate either by a continuous distribution - the first by a normal approximation, the second by a chi-square.
With random sampling, the distribution of the number of red balls in the sample ($O_{11}$) is hypergeometric - that is, given the usual assumptions it's exactly correct.
Given the universe details and the sample size, the usual 'chi-square' statistic, though discrete, will be quite well approximated by a chi-square distribution when the number of red balls in the sample is hypergeometric. It's not exact, but it will be quite close in this case.