COLOR #BE162C

HEX: #BE162C RGB: (190,22,44)

Color info

#BE162C contains mainly red color. Web safe color of #BE162C is #CC0033 (or #C03).

RGB color model

#BE162C color RGB value is (190,22,44).

RGB: (190,22,44) (75%, 9%, 17%)

RGB channels and saturation

R 190 of 255 = 75%
G 22 of 255 = 9%
B 44 of 255 = 17%

190
22
44

R + G + B ~ 34%. #BE162C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 190 + 22 + 44 = 256 (100%)
R 190 of 256 ~ 74.22%
G 22 of 256 ~ 8.59%
B 44 of 256 ~ 17.19'%

%74.22
%17.19

CMYK color model

#BE162C color CMYK value is (0,88,77,25).

  • cyan value is 0.00%
  • magenta value is 88.42%
  • yellow value is 76.84%
  • key color value is 25.49%
CMYK: (0,88,77,25) C0M88Y77K25 (0%,88%,77%,25%) (0.00/0.88/0.77/0.25) 

CMYK percentages

%0
%88.42
%76.84
%25.49

Codes

Color #BE162C in popluar color models

BE 16 2C
RGB 190 22 44
HSL 352° 79.25% 41.57%
HSB/HSV 352° 88.42% 74.51%
CMYK 0.00% 88.42% 76.84%
25.49%

Color #BE162C in popluar number systems.

HEX BE 16 2C
Decimal 190 22 44
Binary 10111110 10110 101100
Octal 276 26 54

Shades and tints

Shades of #BE162C

#BE162C
(190,22,44)
#AD1428
(173,20,40)
#9C1224
(156,18,36)
#8B1020
(139,16,32)
#7A0E1C
(122,14,28)
#690C18
(105,12,24)
#580A14
(88,10,20)
#470810
(71,8,16)
#36060C
(54,6,12)
#250408
(37,4,8)
#140204
(20,2,4)
#000000
(0,0,0)

Tints of #BE162C

#BE162C
(190,22,44)
#C32B3F
(195,43,63)
#C84052
(200,64,82)
#CD5565
(205,85,101)
#D26A78
(210,106,120)
#D77F8B
(215,127,139)
#DC949E
(220,148,158)
#E1A9B1
(225,169,177)
#E6BEC4
(230,190,196)
#EBD3D7
(235,211,215)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE162C color. Also use rgb(190,22,44) instead hex code.

Text Font Color

.myTextColor { color: #BE162C; }

<p style="color:#BE162C">This sample text font color is #BE162C.</p>

This text font color is #BE162C.

Background Color

.myBgColor { background-color: #BE162C; }

<div style="background-color:#BE162C">Inner text</div>

This div background color is #BE162C.

Border color

.myBorderColor { border: 1px solid #BE162C; }

<div style="border:3px solid #BE162C">Div</div>

This div border color is #BE162C.

Opacity

.myOpacity80 { color: #BE162C; opacity: 0.8; }

<p style="color:#BE162C;opacity:0.8;">80%</p>

Text with #BE162C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BE162C;}

<p style="text-shadow: 3px 3px 1px #BE162C">Text here.</p>

This text has shadow with #BE162C color.


.textShadow {text-shadow: 3px 3px 1px #BE162C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BE162C, 5px 5px 20px red">Text here.</p>

This text has shadow with #BE162C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE162C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BE162C, Direction=45, Strength=4)">Text</p>

This text has shadow with #BE162C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE162C;
-webkit-box-shadow: 1px 1px 3px 2px #BE162C;
box-shadow: 1px 1px 3px 2px #BE162C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE162C; -webkit-box-shadow: 1px 1px 3px 2px #BE162C; box-shadow:1px 1px 3px 2px #BE162C;">
Div content here
</div>

This div box has shadow with color #BE162C.

Preview

Color preview on black background

This text has color #BE162C on black background.


Color preview on white background

This text has color #BE162C on white background.


Black color preview on #BE162C background

This text has black color on #BE162C background.


White color preview on #BE162C background

This text has white color on #BE162C background.


Related colors

Complementary color

Complementary color for #hex is #41E9D3.


I love getcolorcode.com

Triadic colors

1 #2CBE16 and #162CBE with #BE162C are triadic colors.

2 #2C16BE and #16BE2C with #BE162C are triadic colors.