COLOR #B13302

HEX: #B13302
RGB: (177,51,2)

Color info

#B13302 contains mainly red color. Web safe color of #B13302 is #993300 (or #930).

RGB color model

#B13302 color RGB value is (177,51,2).

  • red value is 177;
  • green value is 51;
  • blue value is 2.
RGB:
(177,51,2)
(69%,20%,1%)

RGB channels and saturation

R 177 of 255 = 69%
G 51 of 255 = 20%
B 2 of 255 = 1%

177
51
2

R + G + B ~ 30%. #B13302 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
177 + 51 + 2 = 230 (100%)
R 177 of 230 ~ 76.96%
G 51 of 230 ~ 22.17%
B 2 of 230 ~ 0.87%

%76.96
%22.17

CMYK color model

#B13302 color CMYK value is (0,71,99,31).

  • cyan value is 0.00%
  • magenta value is 71.19%
  • yellow value is 98.87%
  • key color value is 30.59%
CMYK:
(0,71,99,31)
C0M71Y99K31 
(0%,71%,99%,31%)
(0.00/0.71/0.99/0.31)	

CMYK percentages

%0
%71.19
%98.87
%30.59

Codes

Color #B13302 in popluar color models

B13302
RGB177512
HSL17°97.77%35.10%
HSB/HSV17°98.87%69.41%
CMYK0.00%71.19%98.87%
30.59%

Color #B13302 in popluar number systems.

HEXB13302
Decimal177512
Binary1011000111001110
Octal261632

Shades and tints

Shades of #B13302

#B13302
(177,51,2)
#A12F02
(161,47,2)
#912B02
(145,43,2)
#812702
(129,39,2)
#712302
(113,35,2)
#611F02
(97,31,2)
#511B02
(81,27,2)
#411702
(65,23,2)
#311302
(49,19,2)
#210F02
(33,15,2)
#110B02
(17,11,2)
#000000
(0,0,0)

Tints of #B13302

#B13302
(177,51,2)
#B84519
(184,69,25)
#BF5730
(191,87,48)
#C66947
(198,105,71)
#CD7B5E
(205,123,94)
#D48D75
(212,141,117)
#DB9F8C
(219,159,140)
#E2B1A3
(226,177,163)
#E9C3BA
(233,195,186)
#F0D5D1
(240,213,209)
#F7E7E8
(247,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B13302 color. Also use rgb(177,51,2) instead hex code.

Text Font Color

.myTextColor { color: #B13302; }

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

This text font color is #B13302.


Background Color

.myBgColor { background-color: #B13302; }

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

This div background color is #B13302.


Border color

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

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

This div border color is #B13302.


Opacity

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

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

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

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

This text has shadow with #B13302 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B13302 on black background.


Color preview on white background

This text has color #B13302 on white background.



Black color preview on #B13302 background

This text has black color on #B13302 background.


White color preview on #B13302 background

This text has white color on #B13302 background.