Mill Finish - Heat Treatable AMS QQ-A-250/11, ASTM B209 and AMS 4027

Contact a Ryerson representative for more information

Narrow Results:

Select for Quote Decimal Thickness Inches Width in Inches Approx. Wt. per Sq. Ft. in Lbs.
.020 36 .249
.025 36 .356
.025 48 .356
.032 36 .456
.032 48 .456
.040 36 .570
.040 48 .570
.040 60 .570
.050 36 .713
.050 48 .713
.050 60 .713
.063 36 .898
.063 48 .898
.063 60 .898
.080 36 1.141
.080 48 1.141
.080 60 1.141
.090 36 1.283
.090 48 1.283
.090 60 1.283
.100 36 1.426
.100 48 1.426
.100 60 1.426
.100 72 1.426
.125 36 1.782
.125 48 1.782
.125 60 1.782
.125 72 1.782
.160 60 2.280
.190 36 2.713
.190 48 2.709
.190 60 2.709
.190 72 2.709
.249 48 3.554
.249 60 3.554
.249 72 3.554

View Products


Resource

Add notes
'); } }); if (!havePart) { alert('Please select a product before reqeusting a quote.'); $('#quoteModal').hide(); return false; } }); $('.quoteForm').on('click', '.addNotes', function (event) { // Expandes/collapses the data $(this).parents('.columnWrapper').find('.notesWrapper').slideToggle('fast'); // Adds expanded class on wrapper $(this).toggleClass('open'); }); $('#reqQuoteForm').submit(function () { $.noty.closeAll(); var name = $(this).find("#name").val(); var email = $(this).find("#email").val(); var zip = $(this).find("#zip").val(); if (name == "") { noty({ text: 'Name is required', type: 'error', layout: 'topCenter' }); $(this).find("#name").focus(); return false; } if (email == "") { noty({ text: 'Email address is required', type: 'error', layout: 'topCenter' }); $(this).find("#email").focus(); return false; } if (zip == "") { noty({ text: 'Zipcode is required', type: 'error', layout: 'topCenter' }); $(this).find("#zip").focus(); return false; } var missing = false; $.each($(this).find(".reqQty"), function (k, v) { if ($(v).val().length == 0) { noty({ text: 'Quantity is required', type: 'error', layout: 'topCenter' }); $(v).focus(); missing = true; } }); if (missing) { return false; } if ($(this).data("pardot") !== "") { $.ajax({ type: "POST", url: $(this).data("pardot"), data: $(this).serialize(), xhrFields: { withCredentials: true }, success: function (data) { }, error: function (error) { } }); } var data = $(this).serialize(); $.ajax({ type: "POST", url: "/api/sitecore/stocklist/sendquote", content: "application/json", dataType: "json", data: data, success: function (data) { if (!data) { noty({ text: 'Error sending quote request', type: 'error', layout: 'topCenter' }); return false; } else { noty({ text: 'Quote request has been sent', type: 'success', layout: 'topCenter', timeout: 5000 }); } }, error: function (error) { noty({ text: 'Error sending quote request', type: 'error', layout: 'topCenter' }); return false; } }); $('#quoteModal').modal('hide'); return false; }); $(".msearch").click(function () { $(".mainsearch").toggle(); }); $(".mbtnsclose").click(function () { $(".mainsearch").hide(); }); $(".prodsearch").click(function () { $(".mmegamenu").toggle(); if ($(this).find(".glyphicon").hasClass("glyphicon-plus")) { $(this).find(".glyphicon").removeClass("glyphicon-plus").addClass("glyphicon-minus"); } else { $(this).find(".glyphicon").removeClass("glyphicon-minus").addClass("glyphicon-plus"); } }); $(".mmainmnu").click(function () { $(".mmenuitems").toggle(); $(".mregm").toggle(); }); $(".mmbuton").click(function () { $(this).closest(".mmroot").find(".mchild:first").toggle(); if ($(this).find(".glyphicon").hasClass("glyphicon-plus")) { $(this).find(".glyphicon").removeClass("glyphicon-plus").addClass("glyphicon-minus"); } else { $(this).find(".glyphicon").removeClass("glyphicon-minus").addClass("glyphicon-plus"); } }); $(".rotatorchat").click(function () { OpenChatWindow('rotater'); return false; }); mag_mainsearch.init('00000000-0000-0000-0000-000000000000', 'https://shop.ryerson.com', 'https://www.ryerson.com'); mag_observations.logLinkFromApp(); $("#PrintPage").click(function () { var ua = window.navigator.userAgent; var msie = ua.indexOf("MSIE "); if (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) // If Internet Explorer, return version number { $("header").hide(); window.print(); $("header").show(); return; } $("livechat-compact-container").hide(); $("header").hide(); html2canvas(document.body).then(function (canvas) { var iurl = canvas.toDataURL(); $("#tbody").hide(); $("#pscreen img").attr('src', iurl); $("#pscreen").show(); setTimeout(function () { window.print(); $("#pscreen").hide(); $("#tbody").show(); $("#pscreen img").attr('src', ' '); $("livechat-compact-container").show(); $("header").show(); }, 750); }); }); jQuery(document).bind("keyup keydown", function (e) { if (e.ctrlKey && (e.key == "p" || e.charCode == 16 || e.charCode == 112 || e.keyCode == 80)) { setTimeout(function () { $("#PrintPage").trigger('click'); }, 500); e.cancelBubble = true; e.preventDefault(); e.stopImmediatePropagation(); return false; } }); $("#homepageRFQ").click(function () { $('#hpRFQModal').modal('show'); return false; }); $("#homepageForm").submit(function (e) { $.noty.closeAll(); e.cancelBubble = true; e.preventDefault(); e.stopImmediatePropagation(); if ($("#homepageForm #FirstName").val().length == 0) { noty({ text: 'First Name is required', type: 'error', layout: 'topCenter' }); return false; } if ($("#homepageForm #LastName").val().length == 0) { noty({ text: 'Last Name is required', type: 'error', layout: 'topCenter' }); return false; } if ($("#homepageForm #email").val().length == 0) { noty({ text: 'Email is required', type: 'error', layout: 'topCenter' }); return false; } if ($("#homepageForm #zipcode").val().length == 0) { noty({ text: 'Zipcode is required', type: 'error', layout: 'topCenter' }); return false; } $.ajax({ type: "POST", url: "https://mktg.ryerson.com/l/513681/2019-04-08/ddd27f", data: $("#homepageForm").serialize(), xhrFields: { withCredentials: true }, success: function (data) { }, error: function (error) { } }); noty({ text: 'Request Sent', type: 'success', layout: 'topCenter' }); $('#hpRFQModal').modal('hide'); return false; }); window.session = { options: { gapi_location: false }, start: function (session) { // can also use window.session global. console.log('' + session.original_session.visits + ' - ' + session.browser.os + ' - ' + session.browser.version); if (session.original_session.visits aluminum coil supplier