What is hex #BE0032 color?

 
The hex code #BE0032 is also know by an other name that is Crimson Glory.
This color is composed of 190% red, 0% green and 50% blue. So we can say that the RGB value is (190,0,50)
You need to use it for a printer? The CMYK colors code equivalent of hex #BE0032 is C:0 M:100 Y:74, K:25) .
In the HSV/HSB scale, #BE0032 has a hue of 344°, 100% saturation and a brightness value of 75%.
If you want to know all about the hex #BE0032, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #BE0032 (complementary, analogous, triadic, tetradic...).

Hex #BE0032 Color Codes & Equivalents

Color Name [Crimson Glory]
RGB Values (190,0,50)
CMYK Values (0%, 100%, 74%, 25%)
HSV/HSB Values (344°, 100%, 75%)
Closest Web Safe
#CC0033
Inverse Color
#41ffcd
Closest Pantone®
200 C
Closest RAL
RAL 3020 [Traffic red]
Complementary Color
#00be8c

#BE0032 Converted to Grayscale Codes

Average
#505050
Lightness (Desaturation)
#5f5f5f
Weighted (BT601)
#3f3f3f
Luma (BT709)
#2c2c2c

Hex #BE0032 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #BE0032 is #00be8c. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #BE0032 you will find #00be8c. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#BE0032 #00be8c

Analogous Palette

The analogous color scheme of #BE0032 is composed with colors #BE0091 and #BE2D00. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #BE0032 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#BE0091 #BE0032 #BE2D00

Split-Complementary Palette

The split-complementary color scheme of #BE0032 is composed with colors #0091BE and #00BE2D. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#BE0032 #0091BE #00BE2D

Triadic Palette

The triadic color scheme of #BE0032 is composed with colors #0032BE and #32BE00. They are located to the right and left of your main color #BE0032 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#BE0032 #0032BE #32BE00

Tetradic Palette

The tetradic color scheme of #BE0032 is composed with colors #32BE00, #00BE8C and #8C00BE A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#BE0032 #32BE00 #00BE8C #8C00BE

Square Palette

The square color scheme of #BE0032 is composed with colors #91BE00, #00BE8C and #2D00BE To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#BE0032 #91BE00 #00BE8C #2D00BE

Tints, Tones & Shades of Hex #BE0032

Tints

Tints are created by adding white, resulting in lighter shades of #BE0032.

#BE0032 #D20037 #E6003C #FB0042 #FF104F #FF255E #FF396D #FF4D7C

Tones

Tones are made by mixing with gray, softening the original color.

#BE0032 #B40936 #AB123A #A21B3F #982543 #8F2E48 #86374C #7C4150

Shades

Shades result from adding black, creating darker variations.

#BE0032 #A9002C #950027 #800021 #6C001C #580017 #430011 #2F000C

Hex #BE0032 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #BE0032
Java new Color(190,0,50);
Python Color(#BE0032)
.NET Color.FromArgb(255, 190,0,50);
Swift / iOS UIColor(red: 0.75, green: 0, blue: 0.2, alpha: 1)
Kotlin / Android Color.rgb(190, 0, 50)