Color: #BD333A

#BD333A Color Information

#BD333A is a dark color. The closest websafe version is #BD333A. A complement of this color would be #34BCB5, perceived brightness is 0.36, and the grayscale version is #787878.

In the HSL color space, this color has a hue angle of 357°,a saturation of 57%, and a lightness of 47%.The HSV representation shows a hue of 357°, a saturation of 100%, and a value of 100%.

In a RGB color space, #BD333A is composed of 74% red, 20% green and 23% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 73% magenta, 69% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 13.95, x: 0.5721, and y: 0.3316.

Color Code #BD333A

HEX
#BD333A
RGB
rgb(189, 51, 58)
HSL
hsl(357, 57%, 47%)
HSV
hsv(357, 73%, 74%)
CMYK
0%, 73%, 69%, 26%
XYZ
X: 24.07, Y: 13.95, Z: 4.05
Lab
L: 44.16, a: 55.50, b: 30.49
Name

Shades of Color #BD333A

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

Tints are created by lightening the original color #BD333A 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 #BD333A Color Code

In the HSL color space, this color has a hue angle of 357°, a saturation of 57%, and a lightness of 47%. The HSV representation shows a hue of 357°, a saturation of 73%, and a value of 74%.

  • HEX: #BD333A
  • RGB: rgb(189, 51, 58)
  • HSL: hsl(357, 57%, 47%)
  • HSV: hsv(357, 73%, 74%)
  • CMYK: 0.00% cyan, 73.00% magenta, 69.00% yellow, 26.00% black
  • XYZ: 24.07, 13.95, 4.05
  • Yxy: 13.95, 0.5721, 0.3316
  • Hunter Lab: 44.16, 55.50, 30.49
  • CIE-Lab: 44.16, 55.50, 30.49

In the XYZ color space, this color is represented as X: 24.07, Y: 13.95, Z: 4.05. The Yxy representation further refines this as Y: 13.95, x: 0.5721, and y: 0.3316.

In the Hunter Lab color space, this color is represented as L: 44.16, a: 55.50, and b: 30.49. Similarly, in the CIE-Lab color space, it is represented as L: 44.16, a: 55.50, and b: 30.49.

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

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

Analogous Colors of #BD333A

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

Monochromatic Colors of #BD333A

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

Complementary Color of #BD333A

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

/* Using HEX */
body {
  background-color: #bd333a;
}
/* Using RGB */
body {
  background-color: rgb(189, 51, 58);
}
/* Using RGB with opacity */
body {
  background-color: rgba(189, 51, 58, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(357, 57%, 47%);
}
/* Text color */
p {
  color: #bd333a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bd333a;
}

HTML Examples of #BD333A

<!-- Using HEX -->
<div style="background-color: #bd333a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(189, 51, 58); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(189, 51, 58, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(357, 57%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bd333a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bd333a; width: 100px; height: 100px;"></div>

Related Colors of #BD333A

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