Color: #AB191C
#AB191C Color Information
#AB191C is a dark color. The closest websafe version is #AB191C. A complement of this color would be #19A9A6, perceived brightness is 0.27, and the grayscale version is #626262.
In the HSL color space, this color has a hue angle of 359°,a saturation of 74%, and a lightness of 38%.The HSV representation shows a hue of 359°, a saturation of 85%, and a value of 67%.
In a RGB color space, #AB191C is composed of 67% red, 10% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 85% magenta, 84% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 9.83, x: 0.6178, and y: 0.3319.
Color Code #AB191C
Shades of Color #AB191C
Shades are created by darkening the original color #AB191C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #AB191C
Tints are created by lightening the original color #AB191C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #AB191C Color Code
In the HSL color space, this color has a hue angle of 359°, a saturation of 74%, and a lightness of 38%. The HSV representation shows a hue of 359°, a saturation of 85%, and a value of 67%.
- HEX: #AB191C
- RGB: rgb(171, 25, 28)
- HSL: hsl(359, 74%, 38%)
- HSV: hsv(359, 85%, 67%)
- CMYK: 0.00% cyan, 85.00% magenta, 84.00% yellow, 33.00% black
- XYZ: 18.30, 9.83, 1.49
- Yxy: 9.83, 0.6178, 0.3319
- Hunter Lab: 37.53, 56.59, 39.82
- CIE-Lab: 37.53, 56.59, 39.82
In the XYZ color space, this color is represented as X: 18.30, Y: 9.83, Z: 1.49. The Yxy representation further refines this as Y: 9.83, x: 0.6178, and y: 0.3319.
In the Hunter Lab color space, this color is represented as L: 37.53, a: 56.59, and b: 39.82. Similarly, in the CIE-Lab color space, it is represented as L: 37.53, a: 56.59, and b: 39.82.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #AB191C
Triadic colors are three colors evenly spaced around the color wheel, including #AB191C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AB191C
Monochromatic colors are variations of #AB191C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AB191C
The complementary color of #AB191C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #AB191C
/* Using HEX */ body { background-color: #ab191c; }
/* Using RGB */ body { background-color: rgb(171, 25, 28); }
/* Using RGB with opacity */ body { background-color: rgba(171, 25, 28, 0.5); }
/* Using HSL */ body { background-color: hsl(359, 74%, 38%); }
/* Text color */ p { color: #ab191c; }
/* Box shadow */ div { box-shadow: 4px 4px #ab191c; }
/* Border color */ .box { border: 4px solid #ab191c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ab191c; }
/* Background with text */ div { background: #ab191c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AB191C
<!-- Using HEX --> <div style="background-color: #ab191c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 25, 28); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 25, 28, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(359, 74%, 38%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ab191c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ab191c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ab191c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ab191c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ab191c; color: #fff; padding: 16px; border-radius: 8px;"> #AB191C </div>
Related Colors of #AB191C
These colors are similar to #AB191C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.