# BRD-274 — RCS brand assets have exact dimension, size and format constraints

> An RCS logo must be 224×224 pixels and at most 50 KB, a banner 1440×448 and at most 200 KB, both JPEG or PNG, with at most 50 of each per brand.

- **Rule ID:** BRD-274
- **Layer:** Brand (`BRAND`)
- **Checks:** `brand.assets`
- **Severity:** BLOCKING — Breaking this rule gets the submission rejected outright.
- **When it bites:** Gates approval — get this wrong and registration is refused
- **How it is detected:** Deterministic (settled in code from the submitted values)
- **Fix type:** Fix the field — a better value in the form clears it
- **Required by:** TCR
- **Applies:** Applies to every 10DLC registration.
- **Canonical URL:** https://ekas.io/rules/10dlc/brand/brd-274/

## Why this rule exists

The assets render inside the verified sender card on a phone, so the constraints are exact rather than advisory and the upload is refused rather than resized. Design teams export at the resolution their brand guidelines specify, which is invariably larger, and the rejection arrives as a numeric code after the artwork has been signed off.

## How to fix it

Export the logo at exactly 224×224 and the banner at exactly 1440×448, as PNG or JPEG, and compress each under its ceiling — 50 KB for the logo, 200 KB for the banner. Done when every asset matches its exact dimensions and sits under its size limit.

## Example of a compliant value

```text
logo: acme-logo-224.png, 224×224, 38 KB · banner: acme-banner-1440.png, 1440×448, 164 KB
```

## Common mistakes

- The size ceilings are tight for photographic artwork. A flat logo compresses well under 50 KB; a photograph at the same dimensions will not.

## Provider rejection codes

| Provider | Code | Resubmission allowed |
| --- | --- | --- |
| TCR | `546` | yes |
| TCR | `547` | yes |
