Stone wool PAROC 610-ULTRA-66/8.93m2

The photographs are for illustrative purposes only.
Get AI analytics on product Stone wool PAROC 610-ULTRA-66/8.93m2:
49.05€ / box
Ex Tax: 39.56€ / box
5.49€ / m²
1 box = 8.93m²
Paroc
0 reviews
In stock
Product Code: 000-457810ASP

Specification

  • Application: Fire insulation
  • Fire class: A1
  • Thermal conductivity (W/mK): 0.035
  • Type: Stone wool
  • Package size (m²): 8.93
  • Length (mm): 1220
Qty
One click order
Tags:

DESCRIPTION Stone wool PAROC 610-ULTRA-66/8.93m2 price 33.00€ Paroc

Product sizes61,00 x 6,60 x 122,00 cm
Package dimensions61,00 x 52,00 x 122,00 cm
Gross weight19,100 kg
Net weight19,310 kg

Pakk = 12 lehte PAROC Ultra, lambda 0,035W/mK, on elastne soojustusplaat kasutamiseks erinevates soojustus, heliisolatsiooni ja tulekaitse lahendustes uutes ja renoveeritavates honetes.
PAROC Ultra on suurepärane valik ventileeritavate fassaadide ja kaldkatuste soojustamiseks kuna toote kõrge tihedus garanteerib parima soojustuse külmadel talvepärvadel - õhu liikumiseks puudub võimalus.
PAROC Ultraga on lihtne töötada - pehme materjal täidab kõik ebatasasused ning püsib karkassi vahel ilma lisatoeta.
Kivivill ei põle, ei vaju kokku ega märgu ning laseb tõhusalt hoone konstruktsioonil kuivada.

Description provided by sitypro.com

Thermal insulation
Application
Fire insulation
Fire class
A1
Thermal conductivity (W/mK)
0.035
Type
Stone wool
Общее
Package size (m²)
8.93
Length (mm)
1220
Width (mm)
610
Thickness (mm)
66
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Stone wool PAROC 610-ULTRA-66/8.93m2
Write a review

Also purchase from categories

Related Products
rempro rempro-mobile

Frequently asked questions about the Stone wool PAROC 610-ULTRA-66/8.93m2

What is Stone wool PAROC 610-ULTRA-66/8.93m2?

Stone wool PAROC 610-ULTRA-66/8.93m2 is an elastic insulation board PAROC Ultra with λ 0.035 W/m·K, pack contains 12 sheets (8.93 m²). Designed for thermal, acoustic and fire protection in ventilated facades and pitched roofs; moisture-resistant and non-combustible.

What are the pack dimensions/area for Stone wool PAROC 610-ULTRA-66/8.93m2?

The pack contains 12 sheets with a total area of 8.93 m². Sheet thickness and exact dimensions should be checked against your project specifications.

Is Stone wool PAROC 610-ULTRA-66 suitable for ventilated facades?

Yes. PAROC Ultra is recommended for ventilated facades; its high density limits air movement and provides superior thermal insulation during cold periods.

Can this stone wool be used for pitched roofs?

Yes. PAROC 610-ULTRA-66 is suitable for pitched roofs; the soft elastic material fills irregularities and stays between the framework without extra support.

What is the thermal conductivity of PAROC Ultra and what does it mean?

PAROC Ultra has λ 0.035 W/m·K. This indicates good thermal insulation performance, delivering effective heat resistance at relatively modest thickness.

How does PAROC 610-ULTRA-66 behave with moisture and water exposure?

PAROC Ultra is moisture-resistant: it does not absorb water or sag and allows the building structure to dry effectively, maintaining insulation performance.

Is PAROC Ultra fire-resistant?

Yes. PAROC Ultra stone wool is non-combustible and used for fire protection in building solutions, enhancing structural safety.

Is PAROC 610-ULTRA-66 suitable for sound insulation between rooms?

Yes. Its dense fibrous structure absorbs sound effectively, making PAROC Ultra suitable for wall and ceiling acoustic insulation.

Is the material easy to work with during installation?

Yes. PAROC Ultra is elastic and soft, filling irregularities and remaining between the frame without extra support, simplifying installation and trimming.

How does PAROC 610-ULTRA-66 differ from ordinary glass wool?

PAROC Ultra is stone wool with higher density and λ 0.035 W/m·K; unlike glass wool, it is non-combustible, more moisture-resistant and does not sag, maintaining insulation performance.

Where to buy Stone wool PAROC 610-ULTRA-66/8.93m2?

You can buy Stone wool PAROC 610-ULTRA-66/8.93m2 in our online store for 39.56€. Category: General purpose stone wool boards.

What is the price of Stone wool PAROC 610-ULTRA-66/8.93m2?

The current price of Stone wool PAROC 610-ULTRA-66/8.93m2 is 39.56€. Brand: Paroc.

Stone wool PAROC 610-ULTRA-66/8.93m2 — specifications and description

Model: 000-457810ASP. Category: General purpose stone wool boards. Brand: Paroc. Price: 39.56€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');