Color: #AB061C

#AB061C Color Information

#AB061C is a dark color. The closest websafe version is #AB061C. A complement of this color would be #06AC96, perceived brightness is 0.23, and the grayscale version is #595959.

In the HSL color space, this color has a hue angle of 352°,a saturation of 93%, and a lightness of 35%.The HSV representation shows a hue of 352°, a saturation of 96%, and a value of 67%.

In a RGB color space, #AB061C is composed of 67% red, 2% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 96% magenta, 84% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 9.26, x: 0.6277, and y: 0.3231.

Color Code #AB061C

#AB061Crgb(171, 6, 28)
HEX
#AB061C
RGB
rgb(171, 6, 28)
HSL
hsl(352, 93%, 35%)
HSV
hsv(352, 96%, 67%)
CMYK
0%, 96%, 84%, 33%
XYZ
X: 17.99, Y: 9.26, Z: 1.41
Lab
L: 36.48, a: 59.51, b: 38.92
Name

Shades of Color #AB061C

Shades are created by darkening the original color #AB061C 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 #AB061C

Tints are created by lightening the original color #AB061C 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.

#AB061Crgb(171, 6, 28)

About #AB061C Color Code

In the HSL color space, this color has a hue angle of 352°, a saturation of 93%, and a lightness of 35%. The HSV representation shows a hue of 352°, a saturation of 96%, and a value of 67%.

  • HEX: #AB061C
  • RGB: rgb(171, 6, 28)
  • HSL: hsl(352, 93%, 35%)
  • HSV: hsv(352, 96%, 67%)
  • CMYK: 0.00% cyan, 96.00% magenta, 84.00% yellow, 33.00% black
  • XYZ: 17.99, 9.26, 1.41
  • Yxy: 9.26, 0.6277, 0.3231
  • Hunter Lab: 36.48, 59.51, 38.92
  • CIE-Lab: 36.48, 59.51, 38.92

In the XYZ color space, this color is represented as X: 17.99, Y: 9.26, Z: 1.41. The Yxy representation further refines this as Y: 9.26, x: 0.6277, and y: 0.3231.

In the Hunter Lab color space, this color is represented as L: 36.48, a: 59.51, and b: 38.92. Similarly, in the CIE-Lab color space, it is represented as L: 36.48, a: 59.51, and b: 38.92.

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 #AB061C

Triadic colors are three colors evenly spaced around the color wheel, including #AB061C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #AB061C

Analogous colors are adjacent to #AB061C on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #AB061C

Split complementary colors are two colors adjacent to the complementary color of #AB061C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #AB061C

Tetradic colors form a rectangle on the color wheel, including #AB061C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #AB061C

Monochromatic colors are variations of #AB061C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #AB061C

The complementary color of #AB061C 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 #AB061C

/* Using HEX */
body {
  background-color: #ab061c;
}
/* Using RGB */
body {
  background-color: rgb(171, 6, 28);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 6, 28, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(352, 93%, 35%);
}
/* Text color */
p {
  color: #ab061c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ab061c;
}
/* Border color */
.box {
  border: 4px solid #ab061c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ab061c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ab061c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AB061C
On Black Background
#AB061C
On White Background
#AB061C

HTML Examples of #AB061C

<!-- Using HEX -->
<div style="background-color: #ab061c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(171, 6, 28); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(171, 6, 28, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(352, 93%, 35%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ab061c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ab061c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ab061c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ab061c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ab061c; color: #fff; padding: 16px; border-radius: 8px;">
  #AB061C
</div>
#AB061C
On Black Background
#AB061C
On White Background
#AB061C

Related Colors of #AB061C

These colors are similar to #AB061C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.