HSV (0°, 100%, 100%) to RGB — Pure Red
HSV (0°, 100%, 100%) converts to RGB (255, 0, 0) — pure red.
How to use this tool
- Enter the hue (0–360°), saturation (0–100%), and value/brightness (0–100%).
- The tool outputs the equivalent R, G, B channel values (0–255).
- Copy the rgb() string into your CSS or code.
HSV (0°, 100% saturation, 100% brightness) is pure red, which converts to RGB (255, 0, 0).
Frequently asked questions
- Is HSV the same as HSB?
- Yes. HSV (Value) and HSB (Brightness) are identical; the name difference is just a convention used by different applications.
- What hue is green?
- In HSV, green is at hue 120°, blue at 240°, and red at 0° (or 360°).