COMPACT COIL (from cold stretching and cold spooling process)
Comply to the following Standards: MS146, BS4449, SS560, AS/NZS 4671
COMPACT COIL (from cold stretching and cold spooling process)
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
padding: 16px;
background: #f5f5f5;
}
.table-wrapper {
max-width: 1200px;
margin: 0 auto;
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
/* Desktop table */
.desktop-table {
display: table;
width: 100%;
border-collapse: collapse;
}
.desktop-table thead {
background: #3b5998;
}
.desktop-table th {
color: white;
padding: 14px 12px;
text-align: left;
font-size: 13px;
font-weight: 600;
border-right: 1px solid rgba(255,255,255,0.2);
}
.desktop-table th:last-child {
border-right: none;
}
.desktop-table td {
padding: 14px 12px;
border-bottom: 1px solid #e8e8e8;
font-size: 14px;
color: #333;
vertical-align: middle;
}
.desktop-table tbody tr:last-child td {
border-bottom: none;
}
.desktop-table tbody tr:hover {
background: #f8f9fa;
}
/* Mobile cards */
.mobile-cards {
display: none;
}
@media (max-width: 768px) {
body {
padding: 12px;
}
.table-wrapper {
border-radius: 0;
box-shadow: none;
background: transparent;
}
.desktop-table {
display: none;
}
.mobile-cards {
display: block;
}
.card {
background: white;
border-radius: 12px;
padding: 16px;
margin-bottom: 16px;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.card-header {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 12px 16px;
margin: -16px -16px 16px -16px;
border-radius: 12px 12px 0 0;
font-size: 18px;
font-weight: 700;
}
.card-row {
display: flex;
padding: 10px 0;
border-bottom: 1px solid #f0f0f0;
}
.card-row:last-child {
border-bottom: none;
padding-bottom: 0;
}
.card-label {
font-weight: 600;
color: #555;
font-size: 13px;
min-width: 130px;
flex-shrink: 0;
}
.card-value {
color: #222;
font-size: 14px;
line-height: 1.5;
}
}
@media (max-width: 480px) {
.card-row {
flex-direction: column;
gap: 4px;
}
.card-label {
min-width: auto;
}
}
| GRADE | YIELD STRENGTH (N/MM²) | AGT (%) | FINAL APPLICATION |
|---|---|---|---|
| B500A | 500 (min) | 2.5 (min) | Reinforcing Mesh, Cold Rolled Ribbed Wire |
| B500B 500N(AS/NZS) | 500 (min) | 5.0 (min) | Steel bar, Cut & Bend Products, Reinforcing mesh |
| B500C | 500 (min) | 7.5 (min) | Reinforcing mesh |
COMPACT COIL (from cold stretching and cold spooling process)
Comply to the following Standards: MS146, BS4449, SS560, AS/NZS 4671
COMPACT COIL (from cold stretching and cold spooling process)
| GRADE | YIELD STRENGTH (N/MM²) | AGT (%) | FINAL APPLICATION |
|---|---|---|---|
| B500A | 500 (min) | 2.5 (min) | Reinforcing Mesh, Cold Rolled Ribbed Wire |
| B500B 500N(AS/NZS) | 500 (min) | 5.0 (min) | Steel bar, Cut & Bend Products, Reinforcing mesh |
| B500C | 500 (min) | 7.5 (min) | Reinforcing mesh |
WHAT WE DO
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
OUR TEAM
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
padding: 16px;
background: #f5f5f5;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
h2 {
font-size: 22px;
color: #222;
margin-bottom: 24px;
line-height: 1.4;
}
.table-wrapper {
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
/* Desktop table */
.desktop-table {
display: table;
width: 100%;
border-collapse: collapse;
}
.desktop-table thead {
background: #3b5998;
}
.desktop-table th {
color: white;
padding: 14px 16px;
text-align: left;
font-size: 13px;
font-weight: 600;
border-right: 1px solid rgba(255,255,255,0.2);
}
.desktop-table th:last-child {
border-right: none;
}
.desktop-table td {
padding: 16px;
border-bottom: 1px solid #e8e8e8;
font-size: 14px;
color: #333;
vertical-align: top;
line-height: 1.6;
}
.desktop-table tbody tr:last-child td {
border-bottom: none;
}
.desktop-table tbody tr:hover {
background: #f8f9fa;
}
.desktop-table a {
color: #3b5998;
text-decoration: none;
border-bottom: 1px solid #3b5998;
}
.desktop-table a:hover {
color: #2d4373;
border-bottom-color: #2d4373;
}
/* Mobile cards */
.mobile-cards {
display: none;
}
@media (max-width: 768px) {
body {
padding: 12px;
}
h2 {
font-size: 18px;
margin-bottom: 20px;
padding: 0 4px;
}
.table-wrapper {
border-radius: 0;
box-shadow: none;
background: transparent;
}
.desktop-table {
display: none;
}
.mobile-cards {
display: block;
}
.card {
background: white;
border-radius: 12px;
padding: 16px;
margin-bottom: 16px;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.card-header {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 14px 16px;
margin: -16px -16px 16px -16px;
border-radius: 12px 12px 0 0;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.card-content {
color: #333;
font-size: 14px;
line-height: 1.7;
}
.card-content a {
color: #667eea;
text-decoration: none;
border-bottom: 1px solid #667eea;
}
.card-content a:hover {
color: #764ba2;
border-bottom-color: #764ba2;
}
}
COMPACT COIL AS THE ULTIMATE SOLUTION FOR CUT & BEND OPERATIONS
| CHARACTERISTICS | ADVANTAGES |
|---|---|
| COMPACT FORMATION | 1) Designed for continuous feeding & significantly less handling 2) Replacement for straight bars used (as feeding material) for the stirrup machine |
| 2.5 – 5 MT/coil | 1) Enhances productivity & reduces idle time during stirrup machine operation & less entanglement 2) Advantage in handling, storage and transportation |
| GOOD FORMABILITY | 1) Less spring effect 2) Reduce wear & tear of downstream equipment |
| WELDABILITY | Better weldability due to cold roll process |
| FOUR RIBBED | Less bar twisting for Cut & Bend operation |
1) Designed for continuous feeding & significantly less handling
2) Replacement for straight bars used (as feeding material) for the stirrup machine
1) Enhances productivity & reduces idle time during stirrup machine operation & less entanglement
2) Advantage in handling, storage and transportation
2) Reduce wear & tear of downstream equipment
James M. Beck
Construction Manager
Donec a felis sed ligula aliquet sollicitudin a in elit. Nunc at commodo erat, fringilla egestas tortor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.
JScooter Libby
Project Menager
Donec a felis sed ligula aliquet sollicitudin a in elit. Nunc at commodo erat, fringilla egestas tortor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.
David Boies
Building Worker
Donec a felis sed ligula aliquet sollicitudin a in elit. Nunc at commodo erat, fringilla egestas tortor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.
Deformed and Plain Carbon - Steel Bars
This specification shall cover deformed and plain carbon-steel bars in cut lengths and coil for concrete reinforcement
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: “Segoe UI”, Tahoma, Geneva, Verdana, sans-serif;
background-color: #f9fafb;
padding: 40px;
color: #333;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
h3 {
margin-top: 40px;
color: #2b4c7e;
font-size: 22px;
margin-bottom: 20px;
}
h3:first-child {
margin-top: 0;
}
.table-wrapper {
background: white;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
margin-bottom: 40px;
}
/* Desktop table */
.desktop-table {
display: table;
width: 100%;
border-collapse: collapse;
}
.desktop-table thead th {
background-color: #2b4c7e !important;
color: white !important;
padding: 12px 15px;
text-align: center;
font-weight: 600;
}
.desktop-table td {
padding: 10px 15px;
text-align: center;
border-bottom: 1px solid #ddd;
background-color: white;
}
.desktop-table tr:nth-child(even) {
background-color: #f2f6fc;
}
.desktop-table tbody tr:last-child td {
border-bottom: none;
}
/* Mobile cards */
.mobile-cards {
display: none;
}
@media screen and (max-width: 768px) {
body {
padding: 20px;
}
h3 {
font-size: 18px;
margin-top: 30px;
}
h3:first-child {
margin-top: 0;
}
.table-wrapper {
border-radius: 0;
box-shadow: none;
background: transparent;
margin-bottom: 30px;
}
.desktop-table {
display: none;
}
.mobile-cards {
display: block;
}
.card {
background: white;
border-radius: 12px;
padding: 16px;
margin-bottom: 16px;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.card-header {
background: linear-gradient(135deg, #2b4c7e 0%, #1a2f4d 100%);
color: white;
padding: 14px 16px;
margin: -16px -16px 16px -16px;
border-radius: 12px 12px 0 0;
font-size: 16px;
font-weight: 700;
}
.card-row {
display: flex;
padding: 10px 0;
border-bottom: 1px solid #f0f0f0;
}
.card-row:last-child {
border-bottom: none;
padding-bottom: 0;
}
.card-label {
font-weight: 600;
color: #555;
font-size: 13px;
min-width: 140px;
flex-shrink: 0;
}
.card-value {
color: #222;
font-size: 14px;
}
}
@media screen and (max-width: 480px) {
body {
padding: 10px;
}
h3 {
font-size: 16px;
}
.card-row {
flex-direction: column;
gap: 4px;
}
.card-label {
min-width: auto;
}
}
Table 1. Chemical Composition
| GRADE | PHOSPHORUS, P (%) | |
|---|---|---|
| min | max | |
| Grade 60 | – | 0.06 |
Table 1. Chemical Composition
| GRADE | PHOSPHORUS, P (%) | |
|---|---|---|
| min | max | |
| Grade 60 | – | 0.06 |
Table 1. Chemical Composition
| Grade | Phosphorus, P (%) | |
|---|---|---|
| Grade 60 | min | – |
| max | 0.06 | |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: “Segoe UI”, Tahoma, Geneva, Verdana, sans-serif;
background-color: #f9fafb;
padding: 40px;
color: #333;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
h3 {
margin-top: 40px;
color: #2b4c7e;
font-size: 22px;
margin-bottom: 20px;
}
h3:first-child {
margin-top: 0;
}
.table-wrapper {
background: white;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
margin-bottom: 40px;
}
/* Desktop table */
.desktop-table {
display: table;
width: 100%;
border-collapse: collapse;
}
.desktop-table th {
background-color: #2b4c7e;
color: white;
padding: 12px 15px;
text-align: center;
font-weight: 600;
}
.desktop-table td {
padding: 10px 15px;
text-align: center;
border-bottom: 1px solid #ddd;
background-color: white;
}
.desktop-table tr:nth-child(even) {
background-color: #f2f6fc;
}
.desktop-table tbody tr:last-child td {
border-bottom: none;
}
/* Mobile cards */
.mobile-cards {
display: none;
}
@media screen and (max-width: 768px) {
body {
padding: 20px;
}
h3 {
font-size: 18px;
margin-top: 30px;
}
h3:first-child {
margin-top: 0;
}
.table-wrapper {
border-radius: 0;
box-shadow: none;
background: transparent;
margin-bottom: 30px;
}
.desktop-table {
display: none;
}
.mobile-cards {
display: block;
}
.card {
background: white;
border-radius: 12px;
padding: 16px;
margin-bottom: 16px;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.card-header {
background: linear-gradient(135deg, #2b4c7e 0%, #1a2f4d 100%);
color: white;
padding: 14px 16px;
margin: -16px -16px 16px -16px;
border-radius: 12px 12px 0 0;
font-size: 16px;
font-weight: 700;
}
.card-row {
display: flex;
padding: 10px 0;
border-bottom: 1px solid #f0f0f0;
}
.card-row:last-child {
border-bottom: none;
padding-bottom: 0;
}
.card-label {
font-weight: 600;
color: #555;
font-size: 13px;
min-width: 140px;
flex-shrink: 0;
}
.card-value {
color: #222;
font-size: 14px;
}
}
@media screen and (max-width: 480px) {
body {
padding: 10px;
}
h3 {
font-size: 16px;
}
.card-row {
flex-direction: column;
gap: 4px;
}
.card-label {
min-width: auto;
}
}
Table 2. Tensile Properties
| Grade | Yield Strength (N/mm²) | Tensile Strength (N/mm²) |
|---|---|---|
| Grade 60 | 420 min. | 620 min. |
Table 3. Elongation Percentage
| Bar Diameter | Grade 60 Elongation, EL (%) |
|---|---|
| 3 (9.5 mm) | 9 min. |
| 4 (12.7 mm) | 9 min. |
| 5 (15.9 mm) | 9 min. |
| 6 (19.1 mm) | 9 min. |
| 7 (22.2 mm) | 8 min. |
| 8 (25.4 mm) | 8 min. |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: “Segoe UI”, Tahoma, Geneva, Verdana, sans-serif;
background-color: #f9fafb;
padding: 40px;
color: #333;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
h3 {
margin-top: 40px;
color: #2b4c7e;
font-size: 22px;
margin-bottom: 20px;
}
h3:first-child {
margin-top: 0;
}
.table-wrapper {
background: white;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
margin-bottom: 40px;
}
/* Desktop table */
.desktop-table {
display: table;
width: 100%;
border-collapse: collapse;
}
.desktop-table th {
background-color: #2b4c7e;
color: white;
padding: 12px 15px;
text-align: center;
font-weight: 600;
}
.desktop-table td {
padding: 10px 15px;
text-align: center;
border-bottom: 1px solid #ddd;
background-color: white;
}
.desktop-table tr:nth-child(even) {
background-color: #f2f6fc;
}
.desktop-table tbody tr:last-child td {
border-bottom: none;
}
/* Mobile cards */
.mobile-cards {
display: none;
}
@media screen and (max-width: 768px) {
body {
padding: 20px;
}
h3 {
font-size: 18px;
margin-top: 30px;
}
h3:first-child {
margin-top: 0;
}
.table-wrapper {
border-radius: 0;
box-shadow: none;
background: transparent;
margin-bottom: 30px;
}
.desktop-table {
display: none;
}
.mobile-cards {
display: block;
}
.card {
background: white;
border-radius: 12px;
padding: 16px;
margin-bottom: 16px;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.card-header {
background: linear-gradient(135deg, #2b4c7e 0%, #1a2f4d 100%);
color: white;
padding: 14px 16px;
margin: -16px -16px 16px -16px;
border-radius: 12px 12px 0 0;
font-size: 16px;
font-weight: 700;
}
.card-row {
display: flex;
padding: 10px 0;
border-bottom: 1px solid #f0f0f0;
}
.card-row:last-child {
border-bottom: none;
padding-bottom: 0;
}
.card-label {
font-weight: 600;
color: #555;
font-size: 13px;
min-width: 140px;
flex-shrink: 0;
}
.card-value {
color: #222;
font-size: 14px;
}
}
@media screen and (max-width: 480px) {
body {
padding: 10px;
}
h3 {
font-size: 16px;
}
.card-row {
flex-direction: column;
gap: 4px;
}
.card-label {
min-width: auto;
}
}
Table 4. Bend Test Former Requirement
| Bar Designation / Diameter | Grade 60 Former Diameter for Bend Test |
|---|---|
| 3 (9.5 mm) | 33 mm |
| 4 (12.7 mm) | 44 mm |
| 5 (15.9 mm) | 56 mm |
| 6 (19.1 mm) | 96 mm |
| 7 (22.2 mm) | 111 mm |
| 8 (25.4 mm) | 127 mm |
Table 5. Size and Dimension
| Bar Designation | Bar Diameter (in) | Bar Diameter (mm) | Nominal Weight (Kg/m) | Cross Section Area (mm²) |
|---|---|---|---|---|
| 3 | 0.375 | 9.5 | 0.560 | 71 |
| 4 | 0.500 | 12.7 | 0.994 | 129 |
| 5 | 0.625 | 15.9 | 1.552 | 199 |
| 6 | 0.750 | 19.1 | 2.235 | 284 |
| 7 | 0.875 | 22.2 | 3.042 | 387 |
| 8 | 1.000 | 25.4 | 3.973 | 510 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: “Segoe UI”, Tahoma, Geneva, Verdana, sans-serif;
background-color: #f9fafb;
padding: 40px;
color: #333;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
h3 {
color: #2b4c7e;
font-size: 22px;
margin-bottom: 20px;
}
.table-wrapper {
background: white;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
/* Desktop table */
.desktop-table {
display: table;
width: 100%;
border-collapse: collapse;
}
.desktop-table th {
background-color: #2b4c7e;
color: white;
padding: 12px 15px;
text-align: center;
font-weight: 600;
font-size: 13px;
}
.desktop-table td {
padding: 10px 15px;
text-align: center;
border-bottom: 1px solid #ddd;
background-color: white;
}
.desktop-table tr:nth-child(even) {
background-color: #f2f6fc;
}
.desktop-table tbody tr:last-child td {
border-bottom: none;
}
/* Mobile cards */
.mobile-cards {
display: none;
}
@media screen and (max-width: 768px) {
body {
padding: 20px;
}
h3 {
font-size: 18px;
}
.table-wrapper {
border-radius: 0;
box-shadow: none;
background: transparent;
}
.desktop-table {
display: none;
}
.mobile-cards {
display: block;
}
.card {
background: white;
border-radius: 12px;
padding: 16px;
margin-bottom: 16px;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.card-header {
background: linear-gradient(135deg, #2b4c7e 0%, #1a2f4d 100%);
color: white;
padding: 14px 16px;
margin: -16px -16px 16px -16px;
border-radius: 12px 12px 0 0;
font-size: 16px;
font-weight: 700;
}
.card-row {
display: flex;
padding: 10px 0;
border-bottom: 1px solid #f0f0f0;
}
.card-row:last-child {
border-bottom: none;
padding-bottom: 0;
}
.card-label {
font-weight: 600;
color: #555;
font-size: 12px;
min-width: 150px;
flex-shrink: 0;
}
.card-value {
color: #222;
font-size: 13px;
}
}
@media screen and (max-width: 480px) {
body {
padding: 10px;
}
h3 {
font-size: 16px;
}
.card-row {
flex-direction: column;
gap: 4px;
}
.card-label {
min-width: auto;
}
}
Rib Profile Dimension
| Bar designation | Bar diameter (in) | Bar diameter (mm) | Max. average spacing (mm) | Min. transverse rib height (mm) | Max. gap spacing (mm) |
|---|---|---|---|---|---|
| 3 | 0.375 | 9.5 | 6.7 | 0.38 | 3.6 |
| 4 | 0.500 | 12.7 | 8.9 | 0.51 | 4.9 |
| 5 | 0.625 | 15.9 | 11.1 | 0.71 | 6.1 |
| 6 | 0.750 | 19.1 | 13.3 | 0.97 | 7.3 |
| 7 | 0.875 | 22.2 | 15.5 | 1.12 | 8.5 |
| 8 | 1.000 | 25.4 | 17.8 | 1.27 | 9.7 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: “Segoe UI”, Tahoma, Geneva, Verdana, sans-serif;
background-color: #f9fafb;
padding: 40px;
color: #333;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
h3 {
color: #2b4c7e;
font-size: 22px;
margin-bottom: 20px;
}
.table-wrapper {
background: white;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
/* Desktop table */
.desktop-table {
display: table;
width: 100%;
border-collapse: collapse;
}
.desktop-table th {
background-color: #2b4c7e;
color: white;
padding: 12px 15px;
text-align: center;
font-weight: 600;
}
.desktop-table td {
padding: 10px 15px;
text-align: center;
border-bottom: 1px solid #ddd;
background-color: white;
}
.desktop-table tr:nth-child(even) {
background-color: #f2f6fc;
}
/* Mobile cards */
.mobile-cards {
display: none;
}
@media screen and (max-width: 768px) {
body {
padding: 20px;
}
h3 {
font-size: 18px;
}
.table-wrapper {
border-radius: 0;
box-shadow: none;
background: transparent;
}
.desktop-table {
display: none;
}
.mobile-cards {
display: block;
}
.card {
background: white;
border-radius: 12px;
padding: 16px;
margin-bottom: 16px;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.card-header {
background: linear-gradient(135deg, #2b4c7e 0%, #1a2f4d 100%);
color: white;
padding: 14px 16px;
margin: -16px -16px 16px -16px;
border-radius: 12px 12px 0 0;
font-size: 16px;
font-weight: 700;
}
.card-row {
display: flex;
padding: 10px 0;
border-bottom: 1px solid #f0f0f0;
}
.card-row:last-child {
border-bottom: none;
padding-bottom: 0;
}
.card-label {
font-weight: 600;
color: #555;
font-size: 13px;
min-width: 140px;
flex-shrink: 0;
}
.card-value {
color: #222;
font-size: 14px;
white-space: pre-line;
}
}
@media screen and (max-width: 480px) {
body {
padding: 10px;
}
h3 {
font-size: 16px;
}
}
Permissible Variation in Weight (Mass)
| Product | Weight tolerance (%) |
|---|---|
| Deformed bar | +0.0 – 6.0 |
– 6.0%
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: “Segoe UI”, Tahoma, Geneva, Verdana, sans-serif;
background-color: #f9fafb;
padding: 40px;
color: #333;
}
h3 {
margin-top: 40px;
color: #2b4c7e;
font-size: 22px;
font-weight: bold;
}
.subtitle {
color: #666;
font-size: 14px;
margin: 10px 0 20px 0;
}
.bar-mark-container {
width: 70%;
margin: 20px 0;
}
.bar-mark-image {
width: 70%;
max-width: 600px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
border-radius: 10px;
display: block;
}
.info-section {
width: 70%;
background-color: white;
padding: 20px;
margin: 20px 0;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
border-radius: 10px;
}
.info-section h4 {
color: #2b4c7e;
font-size: 16px;
margin-bottom: 15px;
font-weight: bold;
}
.info-list {
list-style: none;
padding: 0;
}
.info-list li {
padding: 8px 0;
border-bottom: 1px solid #f0f0f0;
line-height: 1.6;
}
.info-list li:last-child {
border-bottom: none;
}
/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
body {
padding: 20px;
}
h3 {
font-size: 18px;
margin-top: 20px;
}
.subtitle {
font-size: 12px;
}
.bar-mark-container {
width: 100%;
}
.bar-mark-image {
width: 100%;
}
.info-section {
width: 100%;
padding: 15px;
}
.info-section h4 {
font-size: 14px;
}
.info-list li {
font-size: 12px;
padding: 6px 0;
}
}
@media screen and (max-width: 480px) {
body {
padding: 10px;
}
h3 {
font-size: 16px;
}
.subtitle {
font-size: 11px;
}
.info-section {
padding: 10px;
}
.info-section h4 {
font-size: 13px;
}
.info-list li {
font-size: 11px;
}
}
BAR MARK (EXAMPLE)
Grade60,barsize4 = “XXX-460SMALAYSIA”

Tag Information (example)
- a. Company : Amsteel Mills Sdn.Bhd. Klang Selangor, Malaysia
- b. Description : Hot Rolled Deformed Steel Bar For Concrete Reinforcement
- c. Standard : ASTM A615
- d. Size : 3 (0.375in)
- e. Cutlength : 12m
- f. Quantity : 148pcs
- g. Heat No. : 123456
Cut Length
- The cut length tolerance for bar products shall be as follow :
- Control : -0mm, + 100mm
- For 40ft (12.0m) -Min.12.0m
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: “Segoe UI”, Tahoma, Geneva, Verdana, sans-serif;
background-color: #f9fafb;
padding: 40px;
color: #333;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
h3 {
color: #2b4c7e;
font-size: 22px;
margin-bottom: 20px;
}
.table-wrapper {
background: white;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
/* Desktop table */
.desktop-table {
display: table;
width: 100%;
border-collapse: collapse;
}
.desktop-table th {
background-color: #2b4c7e;
color: white;
padding: 12px 15px;
text-align: center;
font-weight: 600;
font-size: 13px;
}
.desktop-table td {
padding: 10px 15px;
text-align: center;
border-bottom: 1px solid #ddd;
background-color: white;
}
.desktop-table tr:nth-child(even) {
background-color: #f2f6fc;
}
.desktop-table tbody tr:last-child td {
border-bottom: none;
}
/* Mobile cards */
.mobile-cards {
display: none;
}
@media screen and (max-width: 768px) {
body {
padding: 20px;
}
h3 {
font-size: 18px;
}
.table-wrapper {
border-radius: 0;
box-shadow: none;
background: transparent;
}
.desktop-table {
display: none;
}
.mobile-cards {
display: block;
}
.card {
background: white;
border-radius: 12px;
padding: 16px;
margin-bottom: 16px;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.card-header {
background: linear-gradient(135deg, #2b4c7e 0%, #1a2f4d 100%);
color: white;
padding: 14px 16px;
margin: -16px -16px 16px -16px;
border-radius: 12px 12px 0 0;
font-size: 16px;
font-weight: 700;
}
.card-row {
display: flex;
padding: 10px 0;
border-bottom: 1px solid #f0f0f0;
}
.card-row:last-child {
border-bottom: none;
padding-bottom: 0;
}
.card-label {
font-weight: 600;
color: #555;
font-size: 12px;
min-width: 140px;
flex-shrink: 0;
}
.card-value {
color: #222;
font-size: 13px;
}
}
@media screen and (max-width: 480px) {
body {
padding: 10px;
}
h3 {
font-size: 16px;
}
.card-row {
flex-direction: column;
gap: 4px;
}
.card-label {
min-width: auto;
}
}
Bar Properties and Bundle Information
| Bar designation | Bar diameter (in) | Bar diameter (mm) | Nominal weight (Kg/m) | Cutlength (m) | Pieces/Bundle | Bundle weight (kg) |
|---|---|---|---|---|---|---|
| 3 | 0.375 | 9.525 | 0.560 | 12.0m | 148 | 995 |
| 4 | 0.500 | 12.700 | 0.994 | 84 | 1002 | |
| 5 | 0.625 | 15.875 | 1.552 | 54 | 1006 | |
| 6 | 0.750 | 19.050 | 2.235 | 38 | 1019 | |
| 7 | 0.875 | 22.225 | 3.042 | 28 | 1022 | |
| 8 | 1.000 | 25.400 | 3.973 | 21 | 1001 |

Chemical composition
The chemical composition of bar products shall be determined by ladle analysis, and value obtained shall conform to Table 1

Mechanical properties
The mechanical properties of bar products shall conform to Table 2 & Table 3. - Tensile testing shall be carried out using nominal cross sectional area for Yield and Tensile strength determination
Government Building
We understand you need a building that works for you and your organization, and it must function well.

Chemical composition
The chemical composition of bar products shall be determined by ladle analysis, and value obtained shall conform to Table 1
Health Care Construction
We are very familiar with the challenges of creating high-quality, cost-effective health care environments.
Water Treatment
The most powerful things we do is help improve water quality for millions of people each year.
Deformed and Plain Carbon - Steel Bars
This specification shall cover deformed and plain carbon-steel bars in cut lengths and coil for concrete reinforcement

Chemical composition
The chemical composition of bar products shall be determined by ladle analysis, and value obtained shall conform to Table 1

Mechanical properties
The mechanical properties of bar products shall conform to Table 2 & Table 3. - Tensile testing shall be carried out using nominal cross sectional area for Yield and Tensile strength determination
Government Building
We understand you need a building that works for you and your organization, and it must function well.

Chemical composition
The chemical composition of bar products shall be determined by ladle analysis, and value obtained shall conform to Table 1
Health Care Construction
We are very familiar with the challenges of creating high-quality, cost-effective health care environments.
Water Treatment
The most powerful things we do is help improve water quality for millions of people each year.
Bar Mark (example)
Grade60,barsize4.=”XXX-460SMALAYSIA”
Tag Information (example)
a. Company : Amsteel Mills Sdn.Bhd. Klang Selangor, Malaysia
b. Description : Hot Rolled Deformed Steel Bar For Concrete Reinforcement
c. Standard : ASTM A615
d. Size : 3 (0.375in)
e. Cutlength : 12m
f. Quantity : 148pcs
g. Heat No. : 123456
Cut Length
The cut length tolerance for bar products shall be as follow :
Control : -0mm, + 100mm
For 40ft (12.0m) -Min.12.0m