COLOR #BE0A2D

HEX: #BE0A2D
RGB: (190,10,45)

Color info

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

RGB color model

#BE0A2D color RGB value is (190,10,45).

  • red value is 190;
  • green value is 10;
  • blue value is 45.
RGB:
(190,10,45)
(75%,4%,18%)

RGB channels and saturation

R 190 of 255 = 75%
G 10 of 255 = 4%
B 45 of 255 = 18%

190
10
45

R + G + B ~ 32%. #BE0A2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
190 + 10 + 45 = 245 (100%)
R 190 of 245 ~ 77.55%
G 10 of 245 ~ 4.08%
B 45 of 245 ~ 18.37%

%77.55
%18.37

CMYK color model

#BE0A2D color CMYK value is (0,95,76,25).

  • cyan value is 0.00%
  • magenta value is 94.74%
  • yellow value is 76.32%
  • key color value is 25.49%
CMYK:
(0,95,76,25)
C0M95Y76K25 
(0%,95%,76%,25%)
(0.00/0.95/0.76/0.25)	

CMYK percentages

%0
%94.74
%76.32
%25.49

Codes

Color #BE0A2D in popluar color models

BE0A2D
RGB1901045
HSL348°90.00%39.22%
HSB/HSV348°94.74%74.51%
CMYK0.00%94.74%76.32%
25.49%

Color #BE0A2D in popluar number systems.

HEXBE0A2D
Decimal1901045
Binary101111101010101101
Octal2761255

Shades and tints

Shades of #BE0A2D

#BE0A2D
(190,10,45)
#AD0A29
(173,10,41)
#9C0A25
(156,10,37)
#8B0A21
(139,10,33)
#7A0A1D
(122,10,29)
#690A19
(105,10,25)
#580A15
(88,10,21)
#470A11
(71,10,17)
#360A0D
(54,10,13)
#250A09
(37,10,9)
#140A05
(20,10,5)
#000000
(0,0,0)

Tints of #BE0A2D

#BE0A2D
(190,10,45)
#C32040
(195,32,64)
#C83653
(200,54,83)
#CD4C66
(205,76,102)
#D26279
(210,98,121)
#D7788C
(215,120,140)
#DC8E9F
(220,142,159)
#E1A4B2
(225,164,178)
#E6BAC5
(230,186,197)
#EBD0D8
(235,208,216)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE0A2D color. Also use rgb(190,10,45) instead hex code.

Text Font Color

.myTextColor { color: #BE0A2D; }

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

This text font color is #BE0A2D.


Background Color

.myBgColor { background-color: #BE0A2D; }

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

This div background color is #BE0A2D.


Border color

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

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

This div border color is #BE0A2D.


Opacity

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

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

Text with #BE0A2D 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 #BE0A2D;}

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

This text has shadow with #BE0A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE0A2D on black background.


Color preview on white background

This text has color #BE0A2D on white background.



Black color preview on #BE0A2D background

This text has black color on #BE0A2D background.


White color preview on #BE0A2D background

This text has white color on #BE0A2D background.