Concept:
“No black ball” means both selected balls must be red.
Probability:
\[
P = \frac{\text{Favorable ways}}{\text{Total ways}}
\]
Step 1: Find total number of ways.
Total balls:
\[
2 \text{ black} + 2 \text{ red} = 4
\]
Ways to choose 2 balls:
\[
\binom{4}{2} = \frac{4 \times 3}{2 \times 1} = 6
\]
Step 2: Find favorable ways.
To get no black ball, select both balls from red balls:
\[
\binom{2}{2} = 1
\]
Step 3: Calculate probability.
\[
P = \frac{1}{6}
\]
Step 4: Final answer.
\[
\boxed{\frac{1}{6}}
\]