Temperature

Rankine to Kelvin Converter

Convert Rankine to Kelvin with a fast calculator, formula, examples and API-ready result.

NewAPI Ready

Focused calculator

Calculate Rankine to Kelvin Converter

300 kelvin Sample: 540 Rankine

Formula

Formula: Kelvin = Rankine x 5/9.

Example: 540 Rankine = 300 Kelvin.

The calculator keeps full precision internally and rounds only for display.

Common examples

InputResult
491.67 Rankine273.15 Kelvin
527.67 Rankine293.15 Kelvin
540 Rankine300 Kelvin

JSON API example

Use the public JSON endpoint with these query parameters.

  • value540
  • fromrankine
  • tokelvin
GET https://api.convematik.com/convert?value=540.0&from=rankine&to=kelvin

{
  "value": 540.0,
  "from": "rankine",
  "to": "kelvin",
  "result": 300.0
}

Common questions

What does the Rankine to Kelvin Converter do?

It converts Rankine to Kelvin using Convematik's unit conversion engine.

What formula does it use?

Kelvin = Rankine x 5/9.

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.