COLOR #BE130D

HEX: #BE130D
RGB: (190,19,13)

Color info

#BE130D contains mainly red color. Web safe color of #BE130D is #CC0000 (or #C00).

RGB color model

#BE130D color RGB value is (190,19,13).

  • red value is 190;
  • green value is 19;
  • blue value is 13.
RGB:
(190,19,13)
(75%,7%,5%)

RGB channels and saturation

R 190 of 255 = 75%
G 19 of 255 = 7%
B 13 of 255 = 5%

190
19
13

R + G + B ~ 29%. #BE130D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
190 + 19 + 13 = 222 (100%)
R 190 of 222 ~ 85.59%
G 19 of 222 ~ 8.56%
B 13 of 222 ~ 5.86%

%85.59

CMYK color model

#BE130D color CMYK value is (0,90,93,25).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 93.16%
  • key color value is 25.49%
CMYK:
(0,90,93,25)
C0M90Y93K25 
(0%,90%,93%,25%)
(0.00/0.90/0.93/0.25)	

CMYK percentages

%0
%90
%93.16
%25.49

Codes

Color #BE130D in popluar color models

BE130D
RGB1901913
HSL87.19%39.80%
HSB/HSV93.16%74.51%
CMYK0.00%90.00%93.16%
25.49%

Color #BE130D in popluar number systems.

HEXBE130D
Decimal1901913
Binary10111110100111101
Octal2762315

Shades and tints

Shades of #BE130D

#BE130D
(190,19,13)
#AD120C
(173,18,12)
#9C110B
(156,17,11)
#8B100A
(139,16,10)
#7A0F09
(122,15,9)
#690E08
(105,14,8)
#580D07
(88,13,7)
#470C06
(71,12,6)
#360B05
(54,11,5)
#250A04
(37,10,4)
#140903
(20,9,3)
#000000
(0,0,0)

Tints of #BE130D

#BE130D
(190,19,13)
#C32823
(195,40,35)
#C83D39
(200,61,57)
#CD524F
(205,82,79)
#D26765
(210,103,101)
#D77C7B
(215,124,123)
#DC9191
(220,145,145)
#E1A6A7
(225,166,167)
#E6BBBD
(230,187,189)
#EBD0D3
(235,208,211)
#F0E5E9
(240,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE130D color. Also use rgb(190,19,13) instead hex code.

Text Font Color

.myTextColor { color: #BE130D; }

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

This text font color is #BE130D.


Background Color

.myBgColor { background-color: #BE130D; }

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

This div background color is #BE130D.


Border color

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

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

This div border color is #BE130D.


Opacity

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

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

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

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

This text has shadow with #BE130D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE130D on black background.


Color preview on white background

This text has color #BE130D on white background.



Black color preview on #BE130D background

This text has black color on #BE130D background.


White color preview on #BE130D background

This text has white color on #BE130D background.