Temperature
Kelvin to Rankine Converter
Convert Kelvin to Rankine with a fast calculator, formula, examples and API-ready result.
NewAPI Ready
Focused calculator
Calculate Kelvin to Rankine Converter
540 rankine
Formula
Formula: Rankine = Kelvin x 9/5.
Example: 300 Kelvin = 540 Rankine.
The calculator keeps full precision internally and rounds only for display.
Common examples
| Input | Result |
|---|---|
| 273.15 Kelvin | 491.67 Rankine |
| 293.15 Kelvin | 527.67 Rankine |
| 300 Kelvin | 540 Rankine |
JSON API example
Use the public JSON endpoint with these query parameters.
value300fromkelvintorankine
GET https://api.convematik.com/convert?value=300.0&from=kelvin&to=rankine
{
"value": 300.0,
"from": "kelvin",
"to": "rankine",
"result": 540.0
}
Common questions
What does the Kelvin to Rankine Converter do?
It converts Kelvin to Rankine using Convematik's unit conversion engine.
What formula does it use?
Rankine = Kelvin x 9/5.
Can I use decimal values?
Yes. Enter whole numbers or decimals and the calculator returns a decimal result.
Is this page free?
Yes. The converter runs as a free browser tool and can also be accessed through the API.