COLOR #B0133D

HEX: #B0133D
RGB: (176,19,61)

Color info

#B0133D contains mainly red color. Web safe color of #B0133D is #990033 (or #903).

RGB color model

#B0133D color RGB value is (176,19,61).

  • red value is 176;
  • green value is 19;
  • blue value is 61.
RGB:
(176,19,61)
(69%,7%,24%)

RGB channels and saturation

R 176 of 255 = 69%
G 19 of 255 = 7%
B 61 of 255 = 24%

176
19
61

R + G + B ~ 33%. #B0133D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
176 + 19 + 61 = 256 (100%)
R 176 of 256 ~ 68.75%
G 19 of 256 ~ 7.42%
B 61 of 256 ~ 23.83%

%68.75
%23.83

CMYK color model

#B0133D color CMYK value is (0,89,65,31).

  • cyan value is 0.00%
  • magenta value is 89.20%
  • yellow value is 65.34%
  • key color value is 30.98%
CMYK:
(0,89,65,31)
C0M89Y65K31 
(0%,89%,65%,31%)
(0.00/0.89/0.65/0.31)	

CMYK percentages

%0
%89.2
%65.34
%30.98

Codes

Color #B0133D in popluar color models

B0133D
RGB1761961
HSL344°80.51%38.24%
HSB/HSV344°89.20%69.02%
CMYK0.00%89.20%65.34%
30.98%

Color #B0133D in popluar number systems.

HEXB0133D
Decimal1761961
Binary1011000010011111101
Octal2602375

Shades and tints

Shades of #B0133D

#B0133D
(176,19,61)
#A01238
(160,18,56)
#901133
(144,17,51)
#80102E
(128,16,46)
#700F29
(112,15,41)
#600E24
(96,14,36)
#500D1F
(80,13,31)
#400C1A
(64,12,26)
#300B15
(48,11,21)
#200A10
(32,10,16)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #B0133D

#B0133D
(176,19,61)
#B7284E
(183,40,78)
#BE3D5F
(190,61,95)
#C55270
(197,82,112)
#CC6781
(204,103,129)
#D37C92
(211,124,146)
#DA91A3
(218,145,163)
#E1A6B4
(225,166,180)
#E8BBC5
(232,187,197)
#EFD0D6
(239,208,214)
#F6E5E7
(246,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0133D color. Also use rgb(176,19,61) instead hex code.

Text Font Color

.myTextColor { color: #B0133D; }

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

This text font color is #B0133D.


Background Color

.myBgColor { background-color: #B0133D; }

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

This div background color is #B0133D.


Border color

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

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

This div border color is #B0133D.


Opacity

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

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

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

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

This text has shadow with #B0133D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0133D on black background.


Color preview on white background

This text has color #B0133D on white background.



Black color preview on #B0133D background

This text has black color on #B0133D background.


White color preview on #B0133D background

This text has white color on #B0133D background.