Color: #BE210C

#BE210C Color Information

#BE210C is a dark color. The closest websafe version is #BE210C. A complement of this color would be #0CABC0, perceived brightness is 0.30, and the grayscale version is #656565.

In the HSL color space, this color has a hue angle of 7°,a saturation of 88%, and a lightness of 40%.The HSV representation shows a hue of 7°, a saturation of 94%, and a value of 75%.

In a RGB color space, #BE210C is composed of 75% red, 13% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 83% magenta, 94% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 12.57, x: 0.6276, and y: 0.3417.

Color Code #BE210C

#BE210Crgb(190, 33, 12)
HEX
#BE210C
RGB
rgb(190, 33, 12)
HSL
hsl(7, 88%, 40%)
HSV
hsv(7, 94%, 75%)
CMYK
0%, 83%, 94%, 25%
XYZ
X: 23.09, Y: 12.57, Z: 1.13
Lab
L: 42.11, a: 60.04, b: 52.37
Name

Shades of Color #BE210C

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

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

#BE210Crgb(190, 33, 12)

About #BE210C Color Code

In the HSL color space, this color has a hue angle of 7°, a saturation of 88%, and a lightness of 40%. The HSV representation shows a hue of 7°, a saturation of 94%, and a value of 75%.

  • HEX: #BE210C
  • RGB: rgb(190, 33, 12)
  • HSL: hsl(7, 88%, 40%)
  • HSV: hsv(7, 94%, 75%)
  • CMYK: 0.00% cyan, 83.00% magenta, 94.00% yellow, 25.00% black
  • XYZ: 23.09, 12.57, 1.13
  • Yxy: 12.57, 0.6276, 0.3417
  • Hunter Lab: 42.11, 60.04, 52.37
  • CIE-Lab: 42.11, 60.04, 52.37

In the XYZ color space, this color is represented as X: 23.09, Y: 12.57, Z: 1.13. The Yxy representation further refines this as Y: 12.57, x: 0.6276, and y: 0.3417.

In the Hunter Lab color space, this color is represented as L: 42.11, a: 60.04, and b: 52.37. Similarly, in the CIE-Lab color space, it is represented as L: 42.11, a: 60.04, and b: 52.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 #BE210C

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

Analogous Colors of #BE210C

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

Monochromatic Colors of #BE210C

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

Complementary Color of #BE210C

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

/* Using HEX */
body {
  background-color: #be210c;
}
/* Using RGB */
body {
  background-color: rgb(190, 33, 12);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 33, 12, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(7, 88%, 40%);
}
/* Text color */
p {
  color: #be210c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #be210c;
}
/* Border color */
.box {
  border: 4px solid #be210c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #be210c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #be210c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BE210C
On Black Background
#BE210C
On White Background
#BE210C

HTML Examples of #BE210C

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

Related Colors of #BE210C

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