Color: #BF351C

#BF351C Color Information

#BF351C is a dark color. The closest websafe version is #BF351C. A complement of this color would be #1DA6BF, perceived brightness is 0.36, and the grayscale version is #6E6E6E.

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

In a RGB color space, #BF351C is composed of 75% red, 21% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 72% magenta, 85% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 14.21, x: 0.6009, and y: 0.3520.

Color Code #BF351C

HEX
#BF351C
RGB
rgb(191, 53, 28)
HSL
hsl(9, 74%, 43%)
HSV
hsv(9, 85%, 75%)
CMYK
0%, 72%, 85%, 25%
XYZ
X: 24.26, Y: 14.21, Z: 1.90
Lab
L: 44.54, a: 54.69, b: 47.47
Name

Shades of Color #BF351C

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

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

In the HSL color space, this color has a hue angle of 9°, a saturation of 74%, and a lightness of 43%. The HSV representation shows a hue of 9°, a saturation of 85%, and a value of 75%.

  • HEX: #BF351C
  • RGB: rgb(191, 53, 28)
  • HSL: hsl(9, 74%, 43%)
  • HSV: hsv(9, 85%, 75%)
  • CMYK: 0.00% cyan, 72.00% magenta, 85.00% yellow, 25.00% black
  • XYZ: 24.26, 14.21, 1.90
  • Yxy: 14.21, 0.6009, 0.3520
  • Hunter Lab: 44.54, 54.69, 47.47
  • CIE-Lab: 44.54, 54.69, 47.47

In the XYZ color space, this color is represented as X: 24.26, Y: 14.21, Z: 1.90. The Yxy representation further refines this as Y: 14.21, x: 0.6009, and y: 0.3520.

In the Hunter Lab color space, this color is represented as L: 44.54, a: 54.69, and b: 47.47. Similarly, in the CIE-Lab color space, it is represented as L: 44.54, a: 54.69, and b: 47.47.

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

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

Analogous Colors of #BF351C

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

Monochromatic Colors of #BF351C

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

Complementary Color of #BF351C

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

/* Using HEX */
body {
  background-color: #bf351c;
}
/* Using RGB */
body {
  background-color: rgb(191, 53, 28);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 53, 28, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(9, 74%, 43%);
}
/* Text color */
p {
  color: #bf351c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bf351c;
}

HTML Examples of #BF351C

<!-- Using HEX -->
<div style="background-color: #bf351c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(191, 53, 28); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(191, 53, 28, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(9, 74%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bf351c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bf351c; width: 100px; height: 100px;"></div>

Related Colors of #BF351C

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