{"id":67,"date":"2026-03-26T19:44:05","date_gmt":"2026-03-26T19:44:05","guid":{"rendered":"https:\/\/brickcalculator.net\/blog\/?p=67"},"modified":"2026-03-26T19:54:18","modified_gmt":"2026-03-26T19:54:18","slug":"brick-size-dimensions-guide","status":"publish","type":"post","link":"https:\/\/brickcalculator.net\/blog\/brick-size-dimensions-guide\/","title":{"rendered":"The Ultimate Guide to Brick Size Dimensions"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<style>\n  \/* Reset and basic styling *\/\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n  body {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    background-color: #fafafa;\n    color: #333;\n  }\n  a {\n    color: #d1451b;\n    text-decoration: none;\n  }\n  a:hover {\n    text-decoration: underline;\n  }\n\n  \/* Container *\/\n  .container {\n    max-width: 1400px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n\n  \/* Hero Section *\/\n  .hero {\n    background-color: #e3642b;\n    color: #fff;\n    padding: 60px 20px;\n    text-align: center;\n    border-radius: 12px;\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n    margin-bottom: 40px;\n  }\n  .hero h1 {\n    font-size: 3em;\n    margin-bottom: 20px;\n  }\n  .hero p {\n    font-size: 1.3em;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* Table of Contents *\/\n  .toc {\n    margin-bottom: 40px;\n    padding: 20px;\n    background-color: #fff5f0;\n    border-radius: 12px;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n  }\n  .toc h2 {\n    margin-bottom: 15px;\n    font-size: 2em;\n  }\n  .toc ul {\n    list-style-type: none;\n  }\n  .toc li {\n    margin-bottom: 10px;\n  }\n\n  \/* Section Headers *\/\n  h2 {\n    font-size: 2.5em;\n    margin: 60px 0 30px 0;\n    color: #b23e2b;\n    border-bottom: 3px solid #e3642b;\n    padding-bottom: 10px;\n  }\n\n  \/* Brick Grid Cards *\/\n  .brick-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n    gap: 20px;\n  }\n  .brick-card {\n    background-color: #fff;\n    border-radius: 12px;\n    padding: 20px;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n    display: flex;\n    flex-direction: column;\n    transition: transform 0.3s, box-shadow 0.3s;\n  }\n  .brick-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 16px rgba(0,0,0,0.2);\n  }\n  .brick-card h3 {\n    font-size: 1.5em;\n    margin-bottom: 10px;\n    color: #d1451b;\n  }\n  .brick-card p {\n    font-size: 1em;\n    margin-bottom: 5px;\n  }\n\n  \/* Brick Size Chart *\/\n  .brick-chart {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 40px 0;\n    background-color: #fff;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n  .brick-chart th, .brick-chart td {\n    border: 1px solid #ddd;\n    padding: 12px 15px;\n    text-align: left;\n  }\n  .brick-chart th {\n    background-color: #e3642b;\n    color: #fff;\n  }\n  .brick-chart tr:nth-child(even) {\n    background-color: #fafafa;\n  }\n\n  \/* FAQ Section *\/\n  .faq {\n    margin: 60px 0;\n  }\n  .faq h2 {\n    margin-bottom: 30px;\n  }\n  .faq-item {\n    margin-bottom: 20px;\n    padding: 20px;\n    background-color: #fff;\n    border-radius: 12px;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .faq-item h3 {\n    color: #d1451b;\n    font-size: 1.3em;\n    margin-bottom: 10px;\n  }\n  .faq-item p {\n    font-size: 1em;\n  }\n\n  \/* Emphasis *\/\n  .emoji {\n    margin-right: 10px;\n  }\n\n  \/* Call to Action *\/\n  .cta {\n    background-color: #e3642b;\n    color: #fff;\n    padding: 50px 20px;\n    text-align: center;\n    border-radius: 12px;\n    margin: 80px 0 40px 0;\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  .cta h2 {\n    color: #fff;\n    border-bottom: none;\n  }\n  .cta a {\n    display: inline-block;\n    background-color: #b23e2b;\n    padding: 15px 30px;\n    border-radius: 8px;\n    color: #fff;\n    font-size: 1.3em;\n    margin-top: 20px;\n    transition: background-color 0.3s;\n  }\n  .cta a:hover {\n    background-color: #8a2f1f;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n    .hero h1 {\n      font-size: 2em;\n    }\n    .hero p {\n      font-size: 1.1em;\n    }\n    h2 {\n      font-size: 2em;\n    }\n    .brick-card h3 {\n      font-size: 1.3em;\n    }\n    .brick-chart th, .brick-chart td {\n      padding: 10px;\n    }\n    .brick-chart-container {\n      overflow-x: auto;\n    }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"container\">\n\n  <div class=\"hero\">\n    <p>Discover every detail about brick size, size for bricks, and how to choose the perfect bricks and right size dimension for your construction projects. From standard bricks to specialty and international options, this guide will help you build smarter, faster, and stronger.<\/p>\n  <\/div>\n\n  <div class=\"toc\">\n    <h2>Table of Contents<\/h2>\n    <ul>\n      <li><a href=\"#standard-face-bricks\">Standard and Face Bricks size<\/a><\/li>\n      <li><a href=\"#paver-bricks\">Paver Brick sizes<\/a><\/li>\n      <li><a href=\"#international-metric\">International Metric Standard Brick sizes<\/a><\/li>\n      <li><a href=\"#fun-specialty\">Fun and Specialty Brick sizes<\/a><\/li>\n      <li><a href=\"#brick-size-chart\">Bricks Size Chart<\/a><\/li>\n      <li><a href=\"#faq\">Frequently Asked Questions size for bricks<\/a><\/li>\n    <\/ul>\n  <\/div>\n\n  <h2 id=\"standard-face-bricks\">Standard and Face Brick sizes<\/h2>\n  <p>Standard and face bricks are the most common bricks used for the visible exterior of walls or buildings. Choosing the right brick size dimension impacts your wall strength, aesthetics, and project cost. Below are the most popular options with dimensions and ideal applications.<\/p>\n  <div class=\"brick-grid\">\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 Standard size for bricks<\/h3>\n      <p>Dimensions: 190 mm x 90 mm x 90 mm<\/p>\n      <p>Use: Perfect for general construction and load bearing walls. Commonly used in residential buildings.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf Modular brick size<\/h3>\n      <p>Dimensions: 194 mm x 92 mm x 57 mm<\/p>\n      <p>Use: Compatible with modern modular construction systems. Saves mortar and improves uniformity.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83c\udfd7\ufe0f Jumbo modular brick size<\/h3>\n      <p>Dimensions: 290 mm x 90 mm x 90 mm<\/p>\n      <p>Use: Larger walls, fast installation, and heavy load bearing applications. Reduces construction time.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 Engineer brick size<\/h3>\n      <p>Dimensions: 215 mm x 102.5 mm x 65 mm<\/p>\n      <p>Use: Highly durable and strong, suitable for foundations, retaining walls, and structural applications.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf Modular engineer brick size<\/h3>\n      <p>Dimensions: 230 mm x 110 mm x 76 mm<\/p>\n      <p>Use: Structural use with precise modular systems. Ideal for load bearing walls with high compressive strength.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83c\udfd7\ufe0f Standard engineer brick size<\/h3>\n      <p>Dimensions: 215 mm x 102.5 mm x 65 mm<\/p>\n      <p>Use: For heavy-duty structural applications. Offers low water absorption and high durability.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 Jumbo engineer brick size<\/h3>\n      <p>Dimensions: 290 mm x 90 mm x 90 mm<\/p>\n      <p>Use: Larger structural walls, high-load bearing scenarios, and foundation reinforcement.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf Closure brick size<\/h3>\n      <p>Dimensions: 190 mm x 90 mm x 57 mm<\/p>\n      <p>Use: Finishing bricks for corners or ends of walls. Maintains alignment in brick courses.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83c\udfd7\ufe0f Jumbo closure brick size<\/h3>\n      <p>Dimensions: 290 mm x 90 mm x 90 mm<\/p>\n      <p>Use: Larger finishing bricks for wide walls or commercial structures. Ensures clean edges.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 Roman brick size<\/h3>\n      <p>Dimensions: 290 mm x 90 mm x 40 mm<\/p>\n      <p>Use: Long and thin bricks used for decorative facades or classical designs.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf Norman brick size<\/h3>\n      <p>Dimensions: 290 mm x 90 mm x 90 mm<\/p>\n      <p>Use: Historical or decorative constructions. Ideal for arches and patterned walls.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83c\udfd7\ufe0f Jumbo Norman brick size<\/h3>\n      <p>Dimensions: 300 mm x 100 mm x 100 mm<\/p>\n      <p>Use: Large-scale projects requiring robust decorative bricks.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 Queen size brick<\/h3>\n      <p>Dimensions: 230 mm x 110 mm x 76 mm<\/p>\n      <p>Use: Perfect for high-rise walls with modular coordination. Common in residential projects.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf King size brick<\/h3>\n      <p>Dimensions: 290 mm x 90 mm x 90 mm<\/p>\n      <p>Use: Ideal for large commercial buildings. Reduces mortar joints for quicker build time.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83c\udfd7\ufe0f Monarch brick size<\/h3>\n      <p>Dimensions: 300 mm x 100 mm x 75 mm<\/p>\n      <p>Use: Decorative and functional masonry. Works well for load-bearing walls.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 Double monarch brick size<\/h3>\n      <p>Dimensions: 300 mm x 200 mm x 75 mm<\/p>\n      <p>Use: Doubles the size of monarch bricks. Reduces construction time in large walls.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf Ambassador brick size<\/h3>\n      <p>Dimensions: 290 mm x 140 mm x 90 mm<\/p>\n      <p>Use: Strong, wide brick for public and civic buildings. Maintains aesthetic elegance.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83c\udfd7\ufe0f Utility brick size<\/h3>\n      <p>Dimensions: 230 mm x 110 mm x 76 mm<\/p>\n      <p>Use: General-purpose brick suitable for structural and non-structural walls.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 Double utility brick size<\/h3>\n      <p>Dimensions: 460 mm x 110 mm x 76 mm<\/p>\n      <p>Use: Larger utility bricks for faster wall construction and reduced joints.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf Economo brick size<\/h3>\n      <p>Dimensions: 230 mm x 110 mm x 57 mm<\/p>\n      <p>Use: Budget-friendly, lightweight brick ideal for residential infill walls.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83c\udfd7\ufe0f Modular economo brick size<\/h3>\n      <p>Dimensions: 194 mm x 92 mm x 57 mm<\/p>\n      <p>Use: Economical modular option. Good for quick masonry work and uniform walls.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 Meridian brick size<\/h3>\n      <p>Dimensions: 290 mm x 90 mm x 90 mm<\/p>\n      <p>Use: Decorative long bricks for patterning and facade enhancements.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf Olympic brick size<\/h3>\n      <p>Dimensions: 290 mm x 140 mm x 90 mm<\/p>\n      <p>Use: Larger scale decorative brick. Suitable for landmarks or sports facilities.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83c\udfd7\ufe0f Titan brick size<\/h3>\n      <p>Dimensions: 400 mm x 100 mm x 100 mm<\/p>\n      <p>Use: Extremely large, used in industrial or heavy load applications.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 Norwegian brick size<\/h3>\n      <p>Dimensions: 228 mm x 108 mm x 54 mm<\/p>\n      <p>Use: European standard, good for residential walls and decorative facades.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf SCR (Structural Clay Research) brick size<\/h3>\n      <p>Dimensions: 203 mm x 92 mm x 57 mm<\/p>\n      <p>Use: Manufactured for high strength and uniformity. Suitable for structural walls.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83c\udfd7\ufe0f 6-Square brick size<\/h3>\n      <p>Dimensions: 114 mm x 114 mm x 57 mm<\/p>\n      <p>Use: Square shaped, ideal for piers and pillars.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 8-Square brick size<\/h3>\n      <p>Dimensions: 190 mm x 190 mm x 90 mm<\/p>\n      <p>Use: Large square bricks for strong piers or structural nodes.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf Thru-wall brick size<\/h3>\n      <p>Dimensions: 4-inch, 6-inch, 8-inch thickness variations<\/p>\n      <p>Use: Designed to extend through the full thickness of walls for load transfer and reinforcement.<\/p>\n    <\/div>\n  <\/div>\n\n  <h2 id=\"paver-bricks\">Paver Bricks size<\/h2>\n  <p>Pavers are solid bricks used for flat ground laying such as driveways, patios, and walkways. They come in various sizes and are chosen for traffic type and aesthetics.<\/p>\n  <div class=\"brick-grid\">\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 Modular paver brick size<\/h3>\n      <p>Dimensions: 194 mm x 92 mm x 57 mm<\/p>\n      <p>Use: Standard for pedestrian paths and light traffic areas.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf Standard paver brick size<\/h3>\n      <p>Dimensions: 200 mm x 100 mm x 50 mm<\/p>\n      <p>Use: Durable for sidewalks, garden paths, and residential areas.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83c\udfd7\ufe0f Standard ADA domed paver size<\/h3>\n      <p>Dimensions: 300 mm x 300 mm x 50 mm<\/p>\n      <p>Use: Accessibility compliant. Used for tactile surfaces at crossings.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 Standard 8 x 8 paver brick size<\/h3>\n      <p>Dimensions: 200 mm x 200 mm x 50 mm<\/p>\n      <p>Use: Also known as 8-Square paver. Suitable for patios and plazas.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf Standard 4 x 8 paver brick size<\/h3>\n      <p>Dimensions: 100 mm x 200 mm x 50 mm<\/p>\n      <p>Use: Common paver size for driveways and garden paths.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83c\udfd7\ufe0f Split paver brick size<\/h3>\n      <p>Dimensions: 200 mm x 100 mm x 40 mm<\/p>\n      <p>Use: Thin split pavers for decorative patterns and landscaping.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 Jumbo paver brick size<\/h3>\n      <p>Dimensions: 400 mm x 200 mm x 60 mm<\/p>\n      <p>Use: Heavy load areas and commercial driveways. Reduces joints for strength.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf Jumbo permeable paver size<\/h3>\n      <p>Dimensions: 400 mm x 200 mm x 60 mm<\/p>\n      <p>Use: Allows water drainage. Ideal for sustainable urban design.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83c\udfd7\ufe0f Standard plank paver size<\/h3>\n      <p>Dimensions: 200 mm x 100 mm x 50 mm<\/p>\n      <p>Use: Available in Flat Set and Edge Set. Perfect for patterns and interlocking paving.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 Pedestrian light traffic paver size<\/h3>\n      <p>Dimensions: 200 mm x 100 mm x 50 mm<\/p>\n      <p>Use: Low traffic paths, garden walkways, and patios.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf Heavy vehicular paver size<\/h3>\n      <p>Dimensions: 300 mm x 150 mm x 80 mm<\/p>\n      <p>Use: Roads, parking lots, and industrial areas for heavy traffic.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83c\udfd7\ufe0f City hall paver size<\/h3>\n      <p>Dimensions: 250 mm x 125 mm x 60 mm<\/p>\n      <p>Use: Civic projects requiring durability and aesthetic appeal.<\/p>\n    <\/div>\n  <\/div>\n\n  <h2 id=\"international-metric\">International Metric Standard Bricks size<\/h2>\n  <p>For global users, these metric standard bricks provide uniformity across countries. Understanding their sizes helps in importing or using international materials.<\/p>\n  <div class=\"brick-grid\">\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 UK standard metric brick size<\/h3>\n      <p>Dimensions: 215 mm x 102.5 mm x 65 mm<\/p>\n      <p>Use: Common for residential and commercial walls in the UK. Easy to modularize.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf Australian standard face brick size<\/h3>\n      <p>Dimensions: 230 mm x 110 mm x 76 mm<\/p>\n      <p>Use: Exterior visible brickwork for houses and apartments.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83c\udfd7\ufe0f Australian standard common brick size<\/h3>\n      <p>Dimensions: 230 mm x 110 mm x 76 mm<\/p>\n      <p>Use: Used for load bearing walls and internal construction.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 Indian standard brick size<\/h3>\n      <p>Dimensions: 190 mm x 90 mm x 90 mm<\/p>\n      <p>Use: Common in Indian construction for walls and structural applications.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83d\udccf Indian nominal brick size<\/h3>\n      <p>Dimensions: 190 mm x 90 mm x 90 mm<\/p>\n      <p>Use: Nominal size used in building codes for consistency and structural design.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83c\udfd7\ufe0f South African imperial brick size<\/h3>\n      <p>Dimensions: 225 mm x 112.5 mm x 75 mm<\/p>\n      <p>Use: Historical imperial standard still in use for renovations and heritage projects.<\/p>\n    <\/div>\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 South African metric brick size<\/h3>\n      <p>Dimensions: 220 mm x 105 mm x 65 mm<\/p>\n      <p>Use: Modern metric standard for housing and commercial buildings.<\/p>\n    <\/div>\n  <\/div>\n\n  <h2 id=\"fun-specialty\">Fun and Specialty Brick sizes<\/h2>\n  <p>For fun comparisons and hobby projects, LEGO bricks provide an interesting metric for visualization of brick sizes.<\/p>\n  <div class=\"brick-grid\">\n    <div class=\"brick-card\">\n      <h3>\ud83e\uddf1 LEGO brick size<\/h3>\n      <p>Dimensions: 8 mm x 8 mm x 9.6 mm per standard brick<\/p>\n      <p>Use: Fun comparison for miniature modeling, educational projects, and hobby building.<\/p>\n    <\/div>\n  <\/div>\n\n  <h2 id=\"brick-size-chart\">Brick Size Chart<\/h2>\n  <div class=\"brick-chart-container\">\n    <table class=\"brick-chart\">\n      <thead>\n        <tr>\n          <th>Brick Type<\/th>\n          <th>Length (mm)<\/th>\n          <th>Width (mm)<\/th>\n          <th>Height (mm)<\/th>\n          <th>Dimensions (inches)<\/th>\n          <th>Use<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>Standard bricks<\/td>\n          <td>190<\/td>\n          <td>90<\/td>\n          <td>90<\/td>\n          <td>7.5 x 3.5 x 3.5<\/td>\n          <td>General construction<\/td>\n        <\/tr>\n        <tr>\n          <td>Modular brick<\/td>\n          <td>194<\/td>\n          <td>92<\/td>\n          <td>57<\/td>\n          <td>7.6 x 3.6 x 2.25<\/td>\n          <td>Modern modular walls<\/td>\n        <\/tr>\n        <tr>\n          <td>Jumbo modular brick<\/td>\n          <td>290<\/td>\n          <td>90<\/td>\n          <td>90<\/td>\n          <td>11.4 x 3.5 x 3.5<\/td>\n          <td>Fast installation &#038; heavy load<\/td>\n        <\/tr>\n        <tr>\n          <td>Engineer brick<\/td>\n          <td>215<\/td>\n          <td>102.5<\/td>\n          <td>65<\/td>\n          <td>8.5 x 4.0 x 2.6<\/td>\n          <td>Structural walls<\/td>\n        <\/tr>\n        <tr>\n          <td>Modular engineer brick<\/td>\n          <td>230<\/td>\n          <td>110<\/td>\n          <td>76<\/td>\n          <td>9.1 x 4.3 x 3.0<\/td>\n          <td>Precise modular systems<\/td>\n        <\/tr>\n        <tr>\n          <td>Standard engineer brick<\/td>\n          <td>215<\/td>\n          <td>102.5<\/td>\n          <td>65<\/td>\n          <td>8.5 x 4.0 x 2.6<\/td>\n          <td>Heavy-duty structural applications<\/td>\n        <\/tr>\n        <tr>\n          <td>Jumbo engineer brick<\/td>\n          <td>290<\/td>\n          <td>90<\/td>\n          <td>90<\/td>\n          <td>11.4 x 3.5 x 3.5<\/td>\n          <td>Larger structural walls<\/td>\n        <\/tr>\n        <tr>\n          <td>Closure brick<\/td>\n          <td>190<\/td>\n          <td>90<\/td>\n          <td>57<\/td>\n          <td>7.5 x 3.5 x 2.2<\/td>\n          <td>Finishing corners or ends<\/td>\n        <\/tr>\n        <tr>\n          <td>Jumbo closure brick<\/td>\n          <td>290<\/td>\n          <td>90<\/td>\n          <td>90<\/td>\n          <td>11.4 x 3.5 x 3.5<\/td>\n          <td>Wide walls finishing<\/td>\n        <\/tr>\n        <tr>\n          <td>Roman brick<\/td>\n          <td>290<\/td>\n          <td>90<\/td>\n          <td>40<\/td>\n          <td>11.4 x 3.5 x 1.6<\/td>\n          <td>Decorative facades<\/td>\n        <\/tr>\n        <tr>\n          <td>Norman brick<\/td>\n          <td>290<\/td>\n          <td>90<\/td>\n          <td>90<\/td>\n          <td>11.4 x 3.5 x 3.5<\/td>\n          <td>Arches and patterned walls<\/td>\n        <\/tr>\n        <tr>\n          <td>Jumbo Norman brick<\/td>\n          <td>300<\/td>\n          <td>100<\/td>\n          <td>100<\/td>\n          <td>11.8 x 3.9 x 3.9<\/td>\n          <td>Large decorative<\/td>\n        <\/tr>\n        <tr>\n          <td>Queen brick<\/td>\n          <td>230<\/td>\n          <td>110<\/td>\n          <td>76<\/td>\n          <td>9.1 x 4.3 x 3.0<\/td>\n          <td>Residential walls<\/td>\n        <\/tr>\n        <tr>\n          <td>King brick<\/td>\n          <td>290<\/td>\n          <td>90<\/td>\n          <td>90<\/td>\n          <td>11.4 x 3.5 x 3.5<\/td>\n          <td>Large commercial buildings<\/td>\n        <\/tr>\n        <tr>\n          <td>Monarch brick<\/td>\n          <td>300<\/td>\n          <td>100<\/td>\n          <td>75<\/td>\n          <td>11.8 x 3.9 x 3.0<\/td>\n          <td>Decorative &#038; functional masonry<\/td>\n        <\/tr>\n        <tr>\n          <td>Double monarch brick<\/td>\n          <td>300<\/td>\n          <td>200<\/td>\n          <td>75<\/td>\n          <td>11.8 x 7.9 x 3.0<\/td>\n          <td>Fast large walls<\/td>\n        <\/tr>\n        <tr>\n          <td>Ambassador brick<\/td>\n          <td>290<\/td>\n          <td>140<\/td>\n          <td>90<\/td>\n          <td>11.4 x 5.5 x 3.5<\/td>\n          <td>Public and civic buildings<\/td>\n        <\/tr>\n        <tr>\n          <td>Utility brick<\/td>\n          <td>230<\/td>\n          <td>110<\/td>\n          <td>76<\/td>\n          <td>9.1 x 4.3 x 3.0<\/td>\n          <td>General-purpose structural<\/td>\n        <\/tr>\n        <tr>\n          <td>Double utility brick<\/td>\n          <td>460<\/td>\n          <td>110<\/td>\n          <td>76<\/td>\n          <td>18.1 x 4.3 x 3.0<\/td>\n          <td>Faster wall construction<\/td>\n        <\/tr>\n        <tr>\n          <td>Economo brick<\/td>\n          <td>230<\/td>\n          <td>110<\/td>\n          <td>57<\/td>\n          <td>9.1 x 4.3 x 2.2<\/td>\n          <td>Residential infill walls<\/td>\n        <\/tr>\n        <tr>\n          <td>Modular economo brick<\/td>\n          <td>194<\/td>\n          <td>92<\/td>\n          <td>57<\/td>\n          <td>7.6 x 3.6 x 2.2<\/td>\n          <td>Quick masonry work<\/td>\n        <\/tr>\n        <tr>\n          <td>Meridian brick<\/td>\n          <td>290<\/td>\n          <td>90<\/td>\n          <td>90<\/td>\n          <td>11.4 x 3.5 x 3.5<\/td>\n          <td>Patterning and facades<\/td>\n        <\/tr>\n        <tr>\n          <td>Olympic brick<\/td>\n          <td>290<\/td>\n          <td>140<\/td>\n          <td>90<\/td>\n          <td>11.4 x 5.5 x 3.5<\/td>\n          <td>Landmarks or sports facilities<\/td>\n        <\/tr>\n        <tr>\n          <td>Titan brick<\/td>\n          <td>400<\/td>\n          <td>100<\/td>\n          <td>100<\/td>\n          <td>15.7 x 3.9 x 3.9<\/td>\n          <td>Industrial\/heavy load<\/td>\n        <\/tr>\n        <tr>\n          <td>Norwegian brick<\/td>\n          <td>228<\/td>\n          <td>108<\/td>\n          <td>54<\/td>\n          <td>9.0 x 4.3 x 2.1<\/td>\n          <td>Residential walls &#038; facades<\/td>\n        <\/tr>\n        <tr>\n          <td>SCR brick<\/td>\n          <td>203<\/td>\n          <td>92<\/td>\n          <td>57<\/td>\n          <td>8.0 x 3.6 x 2.2<\/td>\n          <td>Structural walls<\/td>\n        <\/tr>\n        <tr>\n          <td>6-Square brick<\/td>\n          <td>114<\/td>\n          <td>114<\/td>\n          <td>57<\/td>\n          <td>4.5 x 4.5 x 2.2<\/td>\n          <td>Piers and pillars<\/td>\n        <\/tr>\n        <tr>\n          <td>8-Square brick<\/td>\n          <td>190<\/td>\n          <td>190<\/td>\n          <td>90<\/td>\n          <td>7.5 x 7.5 x 3.5<\/td>\n          <td>Strong piers\/nodes<\/td>\n        <\/tr>\n        <tr>\n          <td>Thru-wall brick<\/td>\n          <td>Varies<\/td>\n          <td>Varies<\/td>\n          <td>Varies<\/td>\n          <td>4&#8243;, 6&#8243;, 8&#8243; thick<\/td>\n          <td>Load transfer &#038; reinforcement<\/td>\n        <\/tr>\n        <tr>\n          <td>Modular paver brick<\/td>\n          <td>194<\/td>\n          <td>92<\/td>\n          <td>57<\/td>\n          <td>7.6 x 3.6 x 2.2<\/td>\n          <td>Pedestrian paths<\/td>\n        <\/tr>\n        <tr>\n          <td>Standard paver brick<\/td>\n          <td>200<\/td>\n          <td>100<\/td>\n          <td>50<\/td>\n          <td>7.9 x 3.9 x 2.0<\/td>\n          <td>Walkways and patios<\/td>\n        <\/tr>\n        <tr>\n          <td>Standard ADA domed paver<\/td>\n          <td>300<\/td>\n          <td>300<\/td>\n          <td>50<\/td>\n          <td>11.8 x 11.8 x 2.0<\/td>\n          <td>Tactile surfaces<\/td>\n        <\/tr>\n        <tr>\n          <td>Standard 8 x 8 paver brick<\/td>\n          <td>200<\/td>\n          <td>200<\/td>\n          <td>50<\/td>\n          <td>7.9 x 7.9 x 2.0<\/td>\n          <td>Patios and plazas<\/td>\n        <\/tr>\n        <tr>\n          <td>Standard 4 x 8 paver brick<\/td>\n          <td>100<\/td>\n          <td>200<\/td>\n          <td>50<\/td>\n          <td>3.9 x 7.9 x 2.0<\/td>\n          <td>Driveways &#038; garden paths<\/td>\n        <\/tr>\n        <tr>\n          <td>Split paver brick<\/td>\n          <td>200<\/td>\n          <td>100<\/td>\n          <td>40<\/td>\n          <td>7.9 x 3.9 x 1.6<\/td>\n          <td>Decorative patterns<\/td>\n        <\/tr>\n        <tr>\n          <td>Jumbo paver brick<\/td>\n          <td>400<\/td>\n          <td>200<\/td>\n          <td>60<\/td>\n          <td>15.7 x 7.9 x 2.4<\/td>\n          <td>Heavy vehicular areas<\/td>\n        <\/tr>\n        <tr>\n          <td>Jumbo permeable paver<\/td>\n          <td>400<\/td>\n          <td>200<\/td>\n          <td>60<\/td>\n          <td>15.7 x 7.9 x 2.4<\/td>\n          <td>Sustainable urban design<\/td>\n        <\/tr>\n        <tr>\n          <td>Standard plank paver<\/td>\n          <td>200<\/td>\n          <td>100<\/td>\n          <td>50<\/td>\n          <td>7.9 x 3.9 x 2.0<\/td>\n          <td>Interlocking paving<\/td>\n        <\/tr>\n        <tr>\n          <td>Pedestrian light traffic paver<\/td>\n          <td>200<\/td>\n          <td>100<\/td>\n          <td>50<\/td>\n          <td>7.9 x 3.9 x 2.0<\/td>\n          <td>Low traffic paths<\/td>\n        <\/tr>\n        <tr>\n          <td>Heavy vehicular paver<\/td>\n          <td>300<\/td>\n          <td>150<\/td>\n          <td>80<\/td>\n          <td>11.8 x 5.9 x 3.1<\/td>\n          <td>Roads &#038; parking lots<\/td>\n        <\/tr>\n        <tr>\n          <td>City hall paver<\/td>\n          <td>250<\/td>\n          <td>125<\/td>\n          <td>60<\/td>\n          <td>9.8 x 4.9 x 2.4<\/td>\n          <td>Civic projects<\/td>\n        <\/tr>\n        <tr>\n          <td>UK standard metric brick<\/td>\n          <td>215<\/td>\n          <td>102.5<\/td>\n          <td>65<\/td>\n          <td>8.5 x 4.0 x 2.6<\/td>\n          <td>UK residential walls<\/td>\n        <\/tr>\n        <tr>\n          <td>Australian standard face brick<\/td>\n          <td>230<\/td>\n          <td>110<\/td>\n          <td>76<\/td>\n          <td>9.1 x 4.3 x 3.0<\/td>\n          <td>Exterior visible brickwork<\/td>\n        <\/tr>\n        <tr>\n          <td>Australian standard common brick<\/td>\n          <td>230<\/td>\n          <td>110<\/td>\n          <td>76<\/td>\n          <td>9.1 x 4.3 x 3.0<\/td>\n          <td>Load bearing walls<\/td>\n        <\/tr>\n        <tr>\n          <td>Indian standard brick<\/td>\n          <td>190<\/td>\n          <td>90<\/td>\n          <td>90<\/td>\n          <td>7.5 x 3.5 x 3.5<\/td>\n          <td>Indian construction<\/td>\n        <\/tr>\n        <tr>\n          <td>Indian nominal brick<\/td>\n          <td>190<\/td>\n          <td>90<\/td>\n          <td>90<\/td>\n          <td>7.5 x 3.5 x 3.5<\/td>\n          <td>Building codes<\/td>\n        <\/tr>\n        <tr>\n          <td>South African imperial brick<\/td>\n          <td>225<\/td>\n          <td>112.5<\/td>\n          <td>75<\/td>\n          <td>8.9 x 4.4 x 3.0<\/td>\n          <td>Renovations &#038; heritage<\/td>\n        <\/tr>\n        <tr>\n          <td>South African metric brick<\/td>\n          <td>220<\/td>\n          <td>105<\/td>\n          <td>65<\/td>\n          <td>8.7 x 4.1 x 2.6<\/td>\n          <td>Housing &#038; commercial<\/td>\n        <\/tr>\n        <tr>\n          <td>LEGO brick<\/td>\n          <td>8<\/td>\n          <td>8<\/td>\n          <td>9.6<\/td>\n          <td>0.31 x 0.31 x 0.38<\/td>\n          <td>Modeling and hobby<\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/div>\n\n  <div class=\"faq\" id=\"faq\">\n    <h2>\u2753 Frequently Asked Questions size for bricks<\/h2>\n\n    <div class=\"faq-item\">\n      <h3>1. What is the most common brick size?<\/h3>\n      <p>The standard brick size of 190 mm x 90 mm x 90 mm is the most widely used for residential and commercial construction.<\/p>\n    <\/div>\n    <div class=\"faq-item\">\n      <h3>2. How do I choose the right brick size?<\/h3>\n      <p>Consider the purpose, wall thickness, and aesthetic requirements when selecting a size dimension. Larger bricks reduce construction time while smaller bricks offer design flexibility.<\/p>\n    <\/div>\n    <div class=\"faq-item\">\n      <h3>3. Are paver bricks different from face bricks?<\/h3>\n      <p>Yes, pavers are solid and meant for flat ground, while face bricks are used for walls and decorative facades.<\/p>\n    <\/div>\n    <div class=\"faq-item\">\n      <h3>4. What is modular brick size used for?<\/h3>\n      <p>Modular bricks are compatible with standardized wall systems and save on mortar usage, improving consistency in construction.<\/p>\n    <\/div>\n    <div class=\"faq-item\">\n      <h3>5. Can I use LEGO bricks for modeling real brick projects?<\/h3>\n      <p>LEGO bricks are only for fun comparison or educational modeling, not for real construction.<\/p>\n    <\/div>\n    <div class=\"faq-item\">\n      <h3>6. What is a thru-wall brick?<\/h3>\n      <p>Thru-wall bricks extend through the full thickness of walls for load transfer and reinforcement, available in 4-inch, 6-inch, and 8-inch variations.<\/p>\n    <\/div>\n    <div class=\"faq-item\">\n      <h3>7. Are engineer bricks stronger than standard bricks?<\/h3>\n      <p>Yes, engineer bricks have higher compressive strength and lower water absorption, making them suitable for structural walls.<\/p>\n    <\/div>\n    <div class=\"faq-item\">\n      <h3>8. What brick size is best for driveways?<\/h3>\n      <p>Heavy vehicular pavers (300 mm x 150 mm x 80 mm) are ideal for driveways and areas with traffic load.<\/p>\n    <\/div>\n    <div class=\"faq-item\">\n      <h3>9. Do international brick sizes vary significantly?<\/h3>\n      <p>Yes, countries like the UK, Australia, India, and South Africa have unique metric or imperial standards. Always check local codes.<\/p>\n    <\/div>\n    <div class=\"faq-item\">\n      <h3>10. How can I calculate the number of bricks needed?<\/h3>\n      <p>Use the Brick Calculator tool to input wall dimensions and brick size, which calculates exact quantities needed for your project.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"cta\">\n    <h2>Calculate Your Bricks Instantly<\/h2>\n    <p>Use our Brick Calculator tool to determine exactly how many bricks you need for your project, save time, and avoid waste.<\/p>\n    <a href=\"https:\/\/brickcalculator.net\/\">Go to Brick Calculator \ud83c\udfd7\ufe0f<\/a>\n  <\/div>\n\n<\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Don&#8217;t start building without checking your measurements! Discover the exact dimensions for standard, paver, and international bricks in our detailed guide and chart, then use our free tool to calculate exactly what you need.<\/p>\n","protected":false},"author":1,"featured_media":72,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-67","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"_links":{"self":[{"href":"https:\/\/brickcalculator.net\/blog\/wp-json\/wp\/v2\/posts\/67","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brickcalculator.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/brickcalculator.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/brickcalculator.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/brickcalculator.net\/blog\/wp-json\/wp\/v2\/comments?post=67"}],"version-history":[{"count":15,"href":"https:\/\/brickcalculator.net\/blog\/wp-json\/wp\/v2\/posts\/67\/revisions"}],"predecessor-version":[{"id":84,"href":"https:\/\/brickcalculator.net\/blog\/wp-json\/wp\/v2\/posts\/67\/revisions\/84"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/brickcalculator.net\/blog\/wp-json\/wp\/v2\/media\/72"}],"wp:attachment":[{"href":"https:\/\/brickcalculator.net\/blog\/wp-json\/wp\/v2\/media?parent=67"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/brickcalculator.net\/blog\/wp-json\/wp\/v2\/categories?post=67"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/brickcalculator.net\/blog\/wp-json\/wp\/v2\/tags?post=67"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}