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 Sample: 300 Kelvin

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

InputResult
273.15 Kelvin491.67 Rankine
293.15 Kelvin527.67 Rankine
300 Kelvin540 Rankine

JSON API example

Use the public JSON endpoint with these query parameters.

  • value300
  • fromkelvin
  • torankine
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.