COLOR #B3130A

HEX: #B3130A
RGB: (179,19,10)

Color info

#B3130A contains mainly red color. Web safe color of #B3130A is #990000 (or #900).

RGB color model

#B3130A color RGB value is (179,19,10).

  • red value is 179;
  • green value is 19;
  • blue value is 10.
RGB:
(179,19,10)
(70%,7%,4%)

RGB channels and saturation

R 179 of 255 = 70%
G 19 of 255 = 7%
B 10 of 255 = 4%

179
19
10

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

Portions of RGB colors in percentages

R + G + B =
179 + 19 + 10 = 208 (100%)
R 179 of 208 ~ 86.06%
G 19 of 208 ~ 9.13%
B 10 of 208 ~ 4.81%

%86.06

CMYK color model

#B3130A color CMYK value is (0,89,94,30).

  • cyan value is 0.00%
  • magenta value is 89.39%
  • yellow value is 94.41%
  • key color value is 29.80%
CMYK:
(0,89,94,30)
C0M89Y94K30 
(0%,89%,94%,30%)
(0.00/0.89/0.94/0.30)	

CMYK percentages

%0
%89.39
%94.41
%29.8

Codes

Color #B3130A in popluar color models

B3130A
RGB1791910
HSL89.42%37.06%
HSB/HSV94.41%70.20%
CMYK0.00%89.39%94.41%
29.80%

Color #B3130A in popluar number systems.

HEXB3130A
Decimal1791910
Binary10110011100111010
Octal2632312

Shades and tints

Shades of #B3130A

#B3130A
(179,19,10)
#A3120A
(163,18,10)
#93110A
(147,17,10)
#83100A
(131,16,10)
#730F0A
(115,15,10)
#630E0A
(99,14,10)
#530D0A
(83,13,10)
#430C0A
(67,12,10)
#330B0A
(51,11,10)
#230A0A
(35,10,10)
#13090A
(19,9,10)
#000000
(0,0,0)

Tints of #B3130A

#B3130A
(179,19,10)
#B92820
(185,40,32)
#BF3D36
(191,61,54)
#C5524C
(197,82,76)
#CB6762
(203,103,98)
#D17C78
(209,124,120)
#D7918E
(215,145,142)
#DDA6A4
(221,166,164)
#E3BBBA
(227,187,186)
#E9D0D0
(233,208,208)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3130A color. Also use rgb(179,19,10) instead hex code.

Text Font Color

.myTextColor { color: #B3130A; }

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

This text font color is #B3130A.


Background Color

.myBgColor { background-color: #B3130A; }

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

This div background color is #B3130A.


Border color

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

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

This div border color is #B3130A.


Opacity

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

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

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

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

This text has shadow with #B3130A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3130A on black background.


Color preview on white background

This text has color #B3130A on white background.



Black color preview on #B3130A background

This text has black color on #B3130A background.


White color preview on #B3130A background

This text has white color on #B3130A background.