COLOR #B50713

HEX: #B50713
RGB: (181,7,19)

Renk bilgisi

#B50713 contains mainly red color. #B50713 ‘ nin web güvenlik rengi #CC0000 (ya da #C00) dir.

RGB renk modeli

#B50713 color RGB value is (181,7,19).

  • kırmız ton 181;
  • yeşil ton 7;
  • mavi ton 19.
RGB:
(181,7,19)
(71%,3%,7%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 7 of 255 = 3%
B 19 of 255 = 7%

181
7
19

R + G + B ~ 27%. #B50713 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 7 + 19 = 207 (100%)
R 181 of 207 ~ 87.44%
G 7 of 207 ~ 3.38%
B 19 of 207 ~ 9.18%

%87.44

CMYK RENK MODELİ

#B50713 rengi CMYK tonu (0,96,90,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 96.13%
  • sarı tonu 89.50%
  • ana renk tonu 29.02%
CMYK:
(0,96,90,29)
C0M96Y90K29 
(0%,96%,90%,29%)
(0.00/0.96/0.90/0.29)	

CMYK yüzdeleri

%0
%96.13
%89.5
%29.02

Codes

Color #B50713 in popluar color models

B50713
RGB181719
HSL356°92.55%36.86%
HSB/HSV356°96.13%70.98%
CMYK0.00%96.13%89.50%
29.02%

Color #B50713 in popluar number systems.

HEXB50713
Decimal181719
Binary1011010111110011
Octal265723

Shades and tints

Shades of #B50713

#B50713
(181,7,19)
#A50712
(165,7,18)
#950711
(149,7,17)
#850710
(133,7,16)
#75070F
(117,7,15)
#65070E
(101,7,14)
#55070D
(85,7,13)
#45070C
(69,7,12)
#35070B
(53,7,11)
#25070A
(37,7,10)
#150709
(21,7,9)
#000000
(0,0,0)

Tints of #B50713

#B50713
(181,7,19)
#BB1D28
(187,29,40)
#C1333D
(193,51,61)
#C74952
(199,73,82)
#CD5F67
(205,95,103)
#D3757C
(211,117,124)
#D98B91
(217,139,145)
#DFA1A6
(223,161,166)
#E5B7BB
(229,183,187)
#EBCDD0
(235,205,208)
#F1E3E5
(241,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B50713 color. Also use rgb(181,7,19) instead hex code.

Text Font Color

.myTextColor { color: #B50713; }

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

This text font color is #B50713.


Background Color

.myBgColor { background-color: #B50713; }

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

This div background color is #B50713.


Border color

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

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

This div border color is #B50713.


Opacity

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

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

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

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

This text has shadow with #B50713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B50713 on black background.


Color preview on white background

This text has color #B50713 on white background.



Black color preview on #B50713 background

This text has black color on #B50713 background.


White color preview on #B50713 background

This text has white color on #B50713 background.