Home · Branding · RedBrick AI

RedBrick AI Brand Identity

A complete profile of RedBrick AI's visual system — colors, typography, components, and personality — extracted from https://redbrickai.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#08192F
Accent
#1570EF
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://redbrickai.com.

primary
#08192F
rgb(8, 25, 47)
secondary
#2D3641
rgb(45, 54, 65)
accent
#1570EF
rgb(21, 112, 239)
background
#06090B
rgb(6, 9, 11)
textPrimary
#06090B
rgb(6, 9, 11)
link
#1570EF
rgb(21, 112, 239)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

RedBrick AI logo
Logo
RedBrick AI favicon
Favicon
RedBrick AI social image
Social Card

UI Components

Live previews rendered using RedBrick AI's actual button styles.

input
background #161B21 textColor #FAFAFB borderColor #1F252D borderRadius 6px shadow none
buttonPrimary
background #1570EF textColor #FFFFFF borderRadius 8px shadow rgba(21, 112, 239, 0.16) 0px 2px 4px 0px
buttonSecondary
background #111B29 textColor #FFFFFF borderRadius 6px shadow none

Brand Personality

Tone: professional Energy: medium Audience: healthcare professionals and AI developers

RedBrick AI Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is RedBrick AI's primary brand color?

RedBrick AI's primary brand color is #08192F. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does RedBrick AI use?

RedBrick AI uses #1570EF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does RedBrick AI use?

RedBrick AI uses Inter as the primary typeface across body and headings.

Does RedBrick AI use a light or dark theme?

RedBrick AI's primary site uses a dark color scheme, with a background of #06090B.

Where can I find RedBrick AI's logo?

RedBrick AI's logo is available directly on their site (https://redbrickai.com). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://redbrickai.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by RedBrick AI.

Methodology

Brand data on this page was extracted from https://redbrickai.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by RedBrick AI.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#08192F",
    "secondary": "#2D3641",
    "accent": "#1570EF",
    "background": "#06090B",
    "textPrimary": "#06090B",
    "link": "#1570EF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter"
      ],
      "body": [
        "Inter"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "60px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "input": {
      "background": "#161B21",
      "textColor": "#FAFAFB",
      "borderColor": "#1F252D",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#1570EF",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(21, 112, 239, 0.16) 0px 2px 4px 0px"
    },
    "buttonSecondary": {
      "background": "#111B29",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22105%22%20height%3D%2222%22%20fill%3D%22none%22%20class%3D%22Navbar_logo-container__Jy6_R%22%20data-fc-idx%3D%220%22%3E%3Cmask%20id%3D%22logo-2_svg__a%22%20width%3D%2218%22%20height%3D%2220%22%20x%3D%221%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%20style%3D%22mask-type%3A%20alpha%3B%20fill%3A%20none%20!important%3B%22%3E%3Cpath%20fill%3D%22%23DA2226%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.104%2019.118v-2.694c0-.105.057-.202.148-.254l2.604-1.474c.089-.05.198-.05.287%200l2.604%201.474a.29.29%200%200%201%20.148.254v2.694a.292.292%200%200%201-.436.254l-2.316-1.311a.29.29%200%200%200-.287%200L7.54%2019.37a.292.292%200%200%201-.436-.253m5.79-6.116v2.693c0%20.224.242.364.437.254l2.316-1.31c.089-.051.198-.051.287%200l2.316%201.31c.195.11.436-.03.436-.254v-2.693a.29.29%200%200%200-.148-.254l-2.604-1.474a.29.29%200%200%200-.287%200l-2.604%201.474a.29.29%200%200%200-.148.254m-5.79-.728V9.58c0-.105.057-.202.148-.254l2.604-1.473c.089-.05.198-.05.287%200l2.604%201.473a.29.29%200%200%201%20.148.254v2.694a.292.292%200%200%201-.436.254l-2.316-1.311a.29.29%200%200%200-.287%200l-2.316%201.31a.292.292%200%200%201-.436-.253m5.79-6.115v2.693c0%20.223.242.364.437.254l2.316-1.311c.089-.05.198-.05.287%200l2.316%201.31c.195.111.436-.03.436-.253V6.159a.29.29%200%200%200-.148-.255l-2.604-1.473a.29.29%200%200%200-.287%200l-2.604%201.473a.29.29%200%200%200-.148.255m-5.79-3.423V5.43c0%20.223.241.364.436.254l2.316-1.311c.089-.05.198-.05.287%200l2.316%201.31c.195.11.436-.03.436-.253V2.736a.29.29%200%200%200-.148-.254L10.143%201.01a.29.29%200%200%200-.287%200L7.252%202.482a.29.29%200%200%200-.148.254M1.314%206.16v2.693c0%20.223.24.364.435.254l2.316-1.311c.09-.05.198-.05.288%200l2.315%201.31c.195.111.436-.03.436-.253V6.159a.29.29%200%200%200-.148-.255L4.353%204.431a.29.29%200%200%200-.288%200L1.462%205.904a.29.29%200%200%200-.149.255m0%209.536v-2.693c0-.105.056-.202.148-.254l2.603-1.474c.09-.05.198-.05.288%200l2.603%201.474a.29.29%200%200%201%20.148.254v2.693a.292.292%200%200%201-.436.254l-2.315-1.31a.29.29%200%200%200-.288%200l-2.316%201.31a.292.292%200%200%201-.436-.254%22%20clip-rule%3D%22evenodd%22%20style%3D%22fill%3A%20rgb(218%2C%2034%2C%2038)%20!important%3B%22%2F%3E%3C%2Fmask%3E%3Cg%20fill%3D%22%2386909E%22%20fill-opacity%3D%220.24%22%20mask%3D%22url(%23logo-2_svg__a)%22%20style%3D%22fill%3A%20rgb(134%2C%20144%2C%20158)%20!important%3B%20fill-opacity%3A%200.24%20!important%3B%22%3E%3Cpath%20d%3D%22M1.313%208.711h5.698V3.708H1.313zM1.313%2015.243h5.698V10.24H1.313zM7.15%2018.857h5.698v-5.003H7.15zM12.849%2015.382h5.698V10.38h-5.698zM12.849%208.711h5.698V3.708h-5.698zM7.15%2012.186h5.698V7.182H7.15zM7.15%205.237h5.698V.234H7.15z%22%20style%3D%22fill%3A%20rgb(134%2C%20144%2C%20158)%20!important%3B%20fill-opacity%3A%200.24%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cmask%20id%3D%22logo-2_svg__b%22%20width%3D%2218%22%20height%3D%2220%22%20x%3D%221%22%20y%3D%222%22%20maskUnits%3D%22userSpaceOnUse%22%20style%3D%22mask-type%3A%20alpha%3B%20fill%3A%20none%20!important%3B%22%3E%3Cpath%20fill%3D%22%23DA2226%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.104%202.684v2.912a.22.22%200%200%200%20.11.191l2.675%201.54a.22.22%200%200%200%20.22%200l2.675-1.54a.22.22%200%200%200%20.11-.19V2.683a.22.22%200%200%200-.33-.192L10.11%203.906a.22.22%200%200%201-.22%200L7.434%202.492a.22.22%200%200%200-.33.192m5.79%206.334V6.106a.22.22%200%200%201%20.332-.191l2.454%201.413a.22.22%200%200%200%20.22%200l2.455-1.413a.22.22%200%200%201%20.33.19v2.913a.22.22%200%200%201-.11.192l-2.674%201.54a.22.22%200%200%201-.22%200l-2.675-1.54a.22.22%200%200%201-.111-.192m-5.79.51v2.912a.22.22%200%200%200%20.11.191l2.675%201.54c.069.04.152.04.22%200l2.675-1.54a.22.22%200%200%200%20.11-.191V9.527a.22.22%200%200%200-.33-.19l-2.454%201.412a.22.22%200%200%201-.22%200L7.434%209.336a.22.22%200%200%200-.33.191m5.79%206.334v-2.913a.22.22%200%200%201%20.332-.191l2.454%201.413c.068.04.152.04.22%200l2.455-1.413a.22.22%200%200%201%20.33.191v2.913a.22.22%200%200%201-.11.19l-2.674%201.54a.22.22%200%200%201-.22%200l-2.675-1.54a.22.22%200%200%201-.111-.19m-5.79%203.422V16.37a.22.22%200%200%201%20.331-.191l2.454%201.413a.22.22%200%200%200%20.22%200l2.455-1.413a.22.22%200%200%201%20.33.191v2.913a.22.22%200%200%201-.11.191l-2.674%201.54a.22.22%200%200%201-.22%200l-2.675-1.54a.22.22%200%200%201-.11-.191m-5.79-3.422v-2.913a.22.22%200%200%201%20.33-.191L4.1%2014.17c.068.04.152.04.22%200l2.454-1.413a.22.22%200%200%201%20.331.191v2.913a.22.22%200%200%201-.11.19l-2.675%201.54a.22.22%200%200%201-.22%200l-2.675-1.54a.22.22%200%200%201-.11-.19m0-9.756v2.912a.22.22%200%200%200%20.11.192L4.1%2010.75c.068.039.152.039.22%200l2.675-1.54a.22.22%200%200%200%20.11-.192V6.106a.22.22%200%200%200-.33-.191L4.318%207.328a.22.22%200%200%201-.22%200L1.644%205.915a.22.22%200%200%200-.33.19%22%20clip-rule%3D%22evenodd%22%20style%3D%22fill%3A%20rgb(218%2C%2034%2C%2038)%20!important%3B%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23logo-2_svg__b)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20fill%3D%22%23D92E13%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.104%202.302v3.422L10%207.39l2.895-1.667V2.302L10%203.969zm5.79%206.716V6.106a.22.22%200%200%201%20.332-.191l2.454%201.413a.22.22%200%200%200%20.22%200l2.455-1.413a.22.22%200%200%201%20.33.19v2.913a.22.22%200%200%201-.11.192l-2.674%201.54a.22.22%200%200%201-.22%200l-2.675-1.54a.22.22%200%200%201-.111-.192m-5.79.51v2.912a.22.22%200%200%200%20.11.191l2.675%201.54c.069.04.152.04.22%200l2.675-1.54a.22.22%200%200%200%20.11-.191V9.527a.22.22%200%200%200-.33-.19l-2.454%201.412a.22.22%200%200%201-.22%200L7.434%209.336a.22.22%200%200%200-.33.191m5.79%206.334v-2.913a.22.22%200%200%201%20.332-.191l2.454%201.413c.068.04.152.04.22%200l2.455-1.413a.22.22%200%200%201%20.33.191v2.913a.22.22%200%200%201-.11.19l-2.674%201.54a.22.22%200%200%201-.22%200l-2.675-1.54a.22.22%200%200%201-.111-.19m-5.79%203.422V16.37a.22.22%200%200%201%20.331-.19l2.454%201.412a.22.22%200%200%200%20.22%200l2.455-1.413a.22.22%200%200%201%20.33.191v2.913a.22.22%200%200%201-.11.191l-2.674%201.54a.22.22%200%200%201-.22%200l-2.675-1.54a.22.22%200%200%201-.11-.191m-5.79-3.422v-2.913a.22.22%200%200%201%20.33-.191L4.1%2014.171c.068.04.152.04.22%200l2.454-1.413a.22.22%200%200%201%20.331.191v2.913a.22.22%200%200%201-.11.19l-2.675%201.54a.22.22%200%200%201-.22%200l-2.675-1.54a.22.22%200%200%201-.11-.19m0-9.756v2.912a.22.22%200%200%200%20.11.192L4.1%2010.75c.068.039.152.039.22%200l2.675-1.54a.22.22%200%200%200%20.11-.192V6.106a.22.22%200%200%200-.33-.191L4.318%207.328a.22.22%200%200%201-.22%200L1.644%205.915a.22.22%200%200%200-.33.19%22%20clip-rule%3D%22evenodd%22%20style%3D%22fill%3A%20rgb(217%2C%2046%2C%2019)%20!important%3B%22%2F%3E%3Cpath%20fill%3D%22%23681F13%22%20d%3D%22m10%209.028%202.92.292v3.285L10%2014.43zM10.072%2015.89l2.92.291v3.285l-2.92%201.825zM10%202.167l2.92.292v3.284L10%207.568zM15.79%205.259l3.042.192.146%203.795-3.189%201.835zM4.16%205.259l3.066.63v3.285L4.16%2011.081zM4.16%2012.094l3.066.63v3.285L4.16%2017.915zM15.79%2012.24l3.042.191.146%203.796-3.189%201.834z%22%20style%3D%22fill%3A%20rgb(104%2C%2031%2C%2019)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%2016.342V5.917h3.716q1.211%200%202.01.418.805.417%201.202%201.155.397.734.397%201.695%200%20.957-.402%201.685-.397.723-1.202%201.125-.799.402-2.01.402h-2.815v-1.354h2.672q.764%200%201.242-.219.484-.219.708-.636t.224-1.003q0-.59-.23-1.023a1.48%201.48%200%200%200-.707-.662q-.478-.234-1.257-.234h-1.975v9.076zm5.146-4.703%202.576%204.703H33.93l-2.525-4.703zM40.388%2016.5q-1.155%200-1.99-.494a3.35%203.35%200%200%201-1.283-1.4q-.447-.906-.448-2.122%200-1.201.448-2.118a3.5%203.5%200%200%201%201.263-1.43q.814-.514%201.904-.514.66%200%201.282.219.621.219%201.115.687t.779%201.216q.285.744.285%201.807v.54h-6.215v-1.14h4.723q0-.6-.244-1.064a1.85%201.85%200%200%200-.687-.738%201.9%201.9%200%200%200-1.028-.27q-.642%200-1.12.316-.474.31-.733.814a2.35%202.35%200%200%200-.255%201.084v.891q0%20.784.275%201.334.28.549.779.84.499.285%201.166.285.432%200%20.789-.122.356-.127.616-.377t.397-.616l1.44.26a2.6%202.6%200%200%201-.62%201.114%203%203%200%200%201-1.116.738q-.666.26-1.522.26M48.358%2016.495a3.03%203.03%200%200%201-1.69-.484q-.737-.488-1.16-1.39-.417-.905-.418-2.173%200-1.268.423-2.168.427-.9%201.17-1.38a3.05%203.05%200%200%201%201.686-.478q.727%200%201.17.244.448.24.693.56.25.32.386.565h.092V5.917h1.522v10.425h-1.486v-1.216h-.128a4%204%200%200%201-.397.57q-.254.32-.702.56t-1.16.239m.336-1.298q.657%200%201.11-.346.458-.35.692-.973.24-.62.24-1.445%200-.814-.235-1.425t-.687-.952-1.12-.341q-.687%200-1.145.356a2.2%202.2%200%200%200-.692.972q-.23.616-.23%201.39%200%20.784.235%201.41t.692.992q.464.362%201.14.362M54.527%2016.342V5.917h3.817q1.11%200%201.838.367.727.36%201.09.982.36.615.36%201.39%200%20.65-.239%201.1a2%202%200%200%201-.641.712%202.8%202.8%200%200%201-.876.387v.102q.52.025%201.013.336a2.4%202.4%200%200%201%20.825.87q.326.566.326%201.374%200%20.8-.377%201.436-.372.63-1.15%201.003-.78.366-1.99.366zm1.572-1.349h2.27q1.131%200%201.62-.437.488-.438.488-1.095%200-.494-.25-.906a1.8%201.8%200%200%200-.712-.657q-.458-.244-1.09-.244H56.1zm0-4.566h2.108q.53%200%20.952-.203.427-.204.677-.57.255-.372.254-.876%200-.646-.453-1.084t-1.39-.438H56.1zM63.783%2016.342V8.524h1.471v1.242h.082a1.9%201.9%200%200%201%20.753-.993%202.16%202.16%200%200%201%201.232-.366%207%207%200%200%201%20.646.035v1.456a3%203%200%200%200-.325-.056%203%203%200%200%200-.469-.036q-.54%200-.962.23a1.7%201.7%200%200%200-.906%201.532v4.774zM69.284%2016.342V8.524h1.522v7.818zm.77-9.025a.97.97%200%200%201-.683-.264.86.86%200%200%201-.28-.642.85.85%200%200%201%20.28-.641q.285-.27.682-.27t.677.27q.285.264.285.641a.85.85%200%200%201-.285.642.95.95%200%200%201-.677.264M76.147%2016.5q-1.135%200-1.954-.514a3.4%203.4%200%200%201-1.252-1.43q-.438-.912-.438-2.087%200-1.191.448-2.103a3.43%203.43%200%200%201%201.262-1.43q.815-.514%201.92-.514.89%200%201.587.33.698.327%201.125.917.433.59.514%201.38h-1.481a1.77%201.77%200%200%200-.56-.947q-.432-.397-1.16-.397a1.9%201.9%200%200%200-1.115.335q-.474.332-.738.947-.265.612-.265%201.446%200%20.855.26%201.476t.733.962q.479.34%201.124.341.433%200%20.784-.158a1.6%201.6%200%200%200%20.596-.463q.245-.3.341-.723h1.481a2.9%202.9%200%200%201-.493%201.354q-.413.596-1.105.937-.687.34-1.614.341M82.387%2013.69l-.01-1.858h.264l3.115-3.308h1.823l-3.553%203.766h-.24zm-1.4%202.652V5.917h1.522v10.425zm4.937%200-2.8-3.716%201.05-1.063%203.619%204.78zM93.762%2016.342h-1.67l3.752-10.425h1.817l3.752%2010.425h-1.67l-2.947-8.531h-.082zm.28-4.082h5.416v1.323h-5.416zM104.491%205.917v10.425h-1.573V5.917z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.redbrickai.com/favicon.ico",
    "ogImage": "https://redbrickai.com./meta.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 6,
    "reasoning": "Selected #0 because it is visible, medium-sized, located at the top, and links to the homepage, matching the brand 'RedBrick AI'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get access",
      "reasoning": "Button #0 has a vibrant blue background (#1570EF), which is the accent color, and the text 'Get access' is action-oriented, making it the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Cookie Settings",
      "reasoning": "Button #1 has a different background color (#111B29) and serves a secondary function ('Cookie Settings'), making it suitable as a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "healthcare professionals and AI developers"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, located at the top, and links to the homepage, matching the brand 'RedBrick AI'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles