COLOR #B33026

HEX: #B33026
RGB: (179,48,38)

Color info

#B33026 contains mainly red color. Web safe color of #B33026 is #993333 (or #933).

RGB color model

#B33026 color RGB value is (179,48,38).

  • red value is 179;
  • green value is 48;
  • blue value is 38.
RGB:
(179,48,38)
(70%,19%,15%)

RGB channels and saturation

R 179 of 255 = 70%
G 48 of 255 = 19%
B 38 of 255 = 15%

179
48
38

R + G + B ~ 35%. #B33026 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
179 + 48 + 38 = 265 (100%)
R 179 of 265 ~ 67.55%
G 48 of 265 ~ 18.11%
B 38 of 265 ~ 14.34%

%67.55
%18.11
%14.34

CMYK color model

#B33026 color CMYK value is (0,73,79,30).

  • cyan value is 0.00%
  • magenta value is 73.18%
  • yellow value is 78.77%
  • key color value is 29.80%
CMYK:
(0,73,79,30)
C0M73Y79K30 
(0%,73%,79%,30%)
(0.00/0.73/0.79/0.30)	

CMYK percentages

%0
%73.18
%78.77
%29.8

Codes

Color #B33026 in popluar color models

B33026
RGB1794838
HSL64.98%42.55%
HSB/HSV78.77%70.20%
CMYK0.00%73.18%78.77%
29.80%

Color #B33026 in popluar number systems.

HEXB33026
Decimal1794838
Binary10110011110000100110
Octal2636046

Shades and tints

Shades of #B33026

#B33026
(179,48,38)
#A32C23
(163,44,35)
#932820
(147,40,32)
#83241D
(131,36,29)
#73201A
(115,32,26)
#631C17
(99,28,23)
#531814
(83,24,20)
#431411
(67,20,17)
#33100E
(51,16,14)
#230C0B
(35,12,11)
#130808
(19,8,8)
#000000
(0,0,0)

Tints of #B33026

#B33026
(179,48,38)
#B94239
(185,66,57)
#BF544C
(191,84,76)
#C5665F
(197,102,95)
#CB7872
(203,120,114)
#D18A85
(209,138,133)
#D79C98
(215,156,152)
#DDAEAB
(221,174,171)
#E3C0BE
(227,192,190)
#E9D2D1
(233,210,209)
#EFE4E4
(239,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B33026 color. Also use rgb(179,48,38) instead hex code.

Text Font Color

.myTextColor { color: #B33026; }

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

This text font color is #B33026.


Background Color

.myBgColor { background-color: #B33026; }

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

This div background color is #B33026.


Border color

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

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

This div border color is #B33026.


Opacity

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

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

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

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

This text has shadow with #B33026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B33026 on black background.


Color preview on white background

This text has color #B33026 on white background.



Black color preview on #B33026 background

This text has black color on #B33026 background.


White color preview on #B33026 background

This text has white color on #B33026 background.