Color: #A12328

#A12328 Color Information

#A12328 is a dark color. The closest websafe version is #A12328. A complement of this color would be #239F9B, perceived brightness is 0.29, and the grayscale version is #626262.

In the HSL color space, this color has a hue angle of 358°,a saturation of 64%, and a lightness of 38%.The HSV representation shows a hue of 358°, a saturation of 78%, and a value of 63%.

In a RGB color space, #A12328 is composed of 63% red, 14% green and 16% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 78% magenta, 75% yellow and 37% black.

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

Color Code #A12328

#A12328rgb(161, 35, 40)
HEX
#A12328
RGB
rgb(161, 35, 40)
HSL
hsl(358, 64%, 38%)
HSV
hsv(358, 78%, 63%)
CMYK
0%, 78%, 75%, 37%
XYZ
X: 16.49, Y: 9.26, Z: 2.18
Lab
L: 36.49, a: 51.31, b: 30.97
Name

Shades of Color #A12328

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

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

#A12328rgb(161, 35, 40)

About #A12328 Color Code

In the HSL color space, this color has a hue angle of 358°, a saturation of 64%, and a lightness of 38%. The HSV representation shows a hue of 358°, a saturation of 78%, and a value of 63%.

  • HEX: #A12328
  • RGB: rgb(161, 35, 40)
  • HSL: hsl(358, 64%, 38%)
  • HSV: hsv(358, 78%, 63%)
  • CMYK: 0.00% cyan, 78.00% magenta, 75.00% yellow, 37.00% black
  • XYZ: 16.49, 9.26, 2.18
  • Yxy: 9.26, 0.5904, 0.3315
  • Hunter Lab: 36.49, 51.31, 30.97
  • CIE-Lab: 36.49, 51.31, 30.97

In the XYZ color space, this color is represented as X: 16.49, Y: 9.26, Z: 2.18. The Yxy representation further refines this as Y: 9.26, x: 0.5904, and y: 0.3315.

In the Hunter Lab color space, this color is represented as L: 36.49, a: 51.31, and b: 30.97. Similarly, in the CIE-Lab color space, it is represented as L: 36.49, a: 51.31, and b: 30.97.

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

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

Analogous Colors of #A12328

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

Split Complementary Colors of #A12328

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

Tetradic Colors of #A12328

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

Monochromatic Colors of #A12328

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

Complementary Color of #A12328

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

/* Using HEX */
body {
  background-color: #a12328;
}
/* Using RGB */
body {
  background-color: rgb(161, 35, 40);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 35, 40, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(358, 64%, 38%);
}
/* Text color */
p {
  color: #a12328;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a12328;
}
/* Border color */
.box {
  border: 4px solid #a12328;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a12328;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a12328;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A12328
On Black Background
#A12328
On White Background
#A12328

HTML Examples of #A12328

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

Related Colors of #A12328

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