#ac1a23
Roof Terracotta
Closest match (96% match)
Color formats
RGB
rgb(172, 26, 35)
Red, Green, Blue components
HSL
hsl(356, 1, 0, 1)
Hue, Saturation, Lightness
CMYK
cmyk(0, 85, 80, 33)
Print color encoding
Luminance
0.096
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#ac1a23
#1aaca3
Analogous (Adjacent)
#ac1a6c
#ac1a23
#ac5a1a
Triadic
#ac1a23
#23ac1a
#1a23ac
Split complementary
#ac1a23
#1aac5a
#1a6cac
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
e9a9a0
ac1a23
7e0000
000000
Marketing and vibrant
ac1a23
cf0005
1aaca3
00b047
FFFFFF
Harmonious and natural
ac1a84
ac1a54
ac1a23
ac421a
ac721a
Pop Art and trendy
ac1a23
85c537
00b3a7
000293
fdc763
Complete conversion table
HEX
#AC1A23
RGB
rgb(172,26,35)
RGBA
rgba(172,26,35, 1)
HSL
hsl(356.3,73.74%,38.82%)
OKLCH (Modern CSS)
oklch(0.48 0.18 24.9)
CSS Variable
--color: #ac1a23;
CMYK
C: 0% M: 85% Y: 80% K: 33%
Note: Converting web (RGB) colors to print (CMYK) colors is never 100 percent accurate due to physical limitations. Always request a test print before production.
Android ARGB
0xFFAC1A23
Swift UIColor
UIColor(red: 0.67, green: 0.10, blue: 0.14, alpha: 1.0)
Decimal (int)
11278883
JSON
{ "color": "#AC1A23" }
CIE LAB
L: 37.2 a: 56.3 b: 34.7
CIE LCH
L: 37.2 C: 66.1 H: 31.7
CIE XYZ
N/A
Preview
Readability and Typography
Headline Test
This text demonstrates the reading experience on this background color.
Headline Test
This text demonstrates the reading experience on this background color.
UI Component Set
This is an example alert bar using the selected color.
Product Mockup
4582 •••• •••• 9018
CARDHOLDER
JOHN DOE
VALID
12/28
Mobile application
Customer support
Hi! How can we help you today?
I love this new color! 😍
Data visualization
Weekly growth
+1,240
12.5%1D
1W
1M
WED
2,450
Font recommendations
Professional font pairings that perfectly match the color. Click the CSS button to copy.
Playful
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Quicksand'
400 Regular
'Nunito'
Bold
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Anton'
400 Regular
'Roboto Condensed'
Warm and friendly
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Abril Fatface'
400 Regular
'Poppins'
Kid-friendly
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Balsamiq Sans'
400 Regular
'Comic Neue'
Accessibility
Contrast and readability (WCAG)
On white background
7.18
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
2.93
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
Color blindness simulator
ORIG
SIM
Protanopia (red)
ORIG
SIM
Deuteranopia (green)
ORIG
SIM
Tritanopia (blue)
ORIG
SIM
Monochrome (color blind)
Color Psychology
Emotional, psychological, and cultural impact of the color with scientifically grounded analysis.
Dominant vibe
Passion
"A mature, deep red that suggests tradition and luxury. Less aggressive, it communicates refined richness and strength."
Color personality description
Emotional effects
Symbolic meanings
Recommended industries
Potential negative effects
Color laboratory
Fine tuning and blending. Adjust lightness, saturation, or mix with another color.
Base
#AC1A23
Result
#AC1A23
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#AC1A23
0%+
Mix color
#808080
100%Result
#9E5850
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
70%
28%
2%
RYB PIGMENTS
Cadmium red
Pigment
70%
Ivory black
Pigment
28%
Ultramarine blue
Pigment
2%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
85%
MAGENTA
80%
P
33%
KEY
CMYK INKS
Magenta
Ink
85%
Yellow
Ink
80%
Black (Key)
Ink
33%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
667 nm
450 THz • 1.86 eV
750nm
380nm
Color temperature
Warm
~2000-4000K
Cool
Warm
Luminance (brightness)
9.6%
Sötét / Dark
0%
50%
100%
Intelligent Library Matching
Compare your color with industry standards and design systems. Results show similar or exact matches from multiple color libraries.
Tailwind CSS
Original
Standard
red-700
#b91c1c
ΔE: 3.9
Google Material
Original
Standard
Red 900
#B71C1C
ΔE: 3.5
CSS Color Name
Original
Standard
Brown
#A52A2A
ΔE: 2.1
Apple System (iOS)
Original
Standard
System Pink
#FF2D55
ΔE: 19.6
Pantone (PMS)
Original
Standard
PMS 18-1551 aura-orange
#B4262A
ΔE: 2.5
RAL Classic
Original
Standard
RAL 3000 Flame red
#A72920
ΔE: 3.0
Copic Marker
Original
Standard
Copper
#97564a
ΔE: 12.5
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #ac1a23;
--rgb-primary: 172, 26, 35;
}SCSS variable
1
2
3
4
5
$color-primary: #ac1a23;
$rgb-primary: (172, 26, 35);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#ac1a23',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#ac1a23',
},
text: {
color: '#ac1a23',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 0.6745098039215687,
green: 0.10196078431372549,
blue: 0.13725490196078433
)Full JSON data
1
2
3
4
5
{
"name": "Roof Terracotta",
"hex": "#ac1a23",
"rgb": {
"r": 172,
"g": 26,
"b": 35
},
"hsl": {
"h": 356,
"s": 74,
"l": 39
}
}Gradient gallery
Generate premium CSS backgrounds and textures from your color.
Sunset
Deep sea
Dynamic contrast
Night duotone
Icy duotone
Soft mist
Aurora borealis
Neon mesh
Color wheel
Radar
Spotlight
Grainy paper
Retro stripes