Color: #AB1C3D

#AB1C3D Color Information

#AB1C3D is a dark color. The closest websafe version is #AB1C3D. A complement of this color would be #1CAB8A, perceived brightness is 0.29, and the grayscale version is #636363.

In the HSL color space, this color has a hue angle of 346°,a saturation of 72%, and a lightness of 39%.The HSV representation shows a hue of 346°, a saturation of 84%, and a value of 67%.

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

In the Yxy color space, this color is represented as Y: 10.18, x: 0.5708, and y: 0.3079.

Color Code #AB1C3D

#AB1C3Drgb(171, 28, 61)
HEX
#AB1C3D
RGB
rgb(171, 28, 61)
HSL
hsl(346, 72%, 39%)
HSV
hsv(346, 84%, 67%)
CMYK
0%, 84%, 64%, 33%
XYZ
X: 18.87, Y: 10.18, Z: 4.01
Lab
L: 38.16, a: 56.87, b: 20.37
Name

Shades of Color #AB1C3D

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

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

#AB1C3Drgb(171, 28, 61)

About #AB1C3D Color Code

In the HSL color space, this color has a hue angle of 346°, a saturation of 72%, and a lightness of 39%. The HSV representation shows a hue of 346°, a saturation of 84%, and a value of 67%.

  • HEX: #AB1C3D
  • RGB: rgb(171, 28, 61)
  • HSL: hsl(346, 72%, 39%)
  • HSV: hsv(346, 84%, 67%)
  • CMYK: 0.00% cyan, 84.00% magenta, 64.00% yellow, 33.00% black
  • XYZ: 18.87, 10.18, 4.01
  • Yxy: 10.18, 0.5708, 0.3079
  • Hunter Lab: 38.16, 56.87, 20.37
  • CIE-Lab: 38.16, 56.87, 20.37

In the XYZ color space, this color is represented as X: 18.87, Y: 10.18, Z: 4.01. The Yxy representation further refines this as Y: 10.18, x: 0.5708, and y: 0.3079.

In the Hunter Lab color space, this color is represented as L: 38.16, a: 56.87, and b: 20.37. Similarly, in the CIE-Lab color space, it is represented as L: 38.16, a: 56.87, and b: 20.37.

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

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

Analogous Colors of #AB1C3D

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

Split Complementary Colors of #AB1C3D

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

Tetradic Colors of #AB1C3D

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

Monochromatic Colors of #AB1C3D

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

Complementary Color of #AB1C3D

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

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

HTML Examples of #AB1C3D

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

Related Colors of #AB1C3D

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