COLOR #BB393A

HEX: #BB393A
RGB: (187,57,58)

Color info

#BB393A contains mainly red color. Web safe color of #BB393A is #CC3333 (or #C33).

RGB color model

#BB393A color RGB value is (187,57,58).

  • red value is 187;
  • green value is 57;
  • blue value is 58.
RGB:
(187,57,58)
(73%,22%,23%)

RGB channels and saturation

R 187 of 255 = 73%
G 57 of 255 = 22%
B 58 of 255 = 23%

187
57
58

R + G + B ~ 39%. #BB393A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
187 + 57 + 58 = 302 (100%)
R 187 of 302 ~ 61.92%
G 57 of 302 ~ 18.87%
B 58 of 302 ~ 19.21%

%61.92
%18.87
%19.21

CMYK color model

#BB393A color CMYK value is (0,70,69,27).

  • cyan value is 0.00%
  • magenta value is 69.52%
  • yellow value is 68.98%
  • key color value is 26.67%
CMYK:
(0,70,69,27)
C0M70Y69K27 
(0%,70%,69%,27%)
(0.00/0.70/0.69/0.27)	

CMYK percentages

%0
%69.52
%68.98
%26.67

Codes

Color #BB393A in popluar color models

BB393A
RGB1875758
HSL360°53.28%47.84%
HSB/HSV360°69.52%73.33%
CMYK0.00%69.52%68.98%
26.67%

Color #BB393A in popluar number systems.

HEXBB393A
Decimal1875758
Binary10111011111001111010
Octal2737172

Shades and tints

Shades of #BB393A

#BB393A
(187,57,58)
#AA3435
(170,52,53)
#992F30
(153,47,48)
#882A2B
(136,42,43)
#772526
(119,37,38)
#662021
(102,32,33)
#551B1C
(85,27,28)
#441617
(68,22,23)
#331112
(51,17,18)
#220C0D
(34,12,13)
#110708
(17,7,8)
#000000
(0,0,0)

Tints of #BB393A

#BB393A
(187,57,58)
#C14B4B
(193,75,75)
#C75D5C
(199,93,92)
#CD6F6D
(205,111,109)
#D3817E
(211,129,126)
#D9938F
(217,147,143)
#DFA5A0
(223,165,160)
#E5B7B1
(229,183,177)
#EBC9C2
(235,201,194)
#F1DBD3
(241,219,211)
#F7EDE4
(247,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB393A color. Also use rgb(187,57,58) instead hex code.

Text Font Color

.myTextColor { color: #BB393A; }

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

This text font color is #BB393A.


Background Color

.myBgColor { background-color: #BB393A; }

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

This div background color is #BB393A.


Border color

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

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

This div border color is #BB393A.


Opacity

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

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

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

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

This text has shadow with #BB393A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB393A on black background.


Color preview on white background

This text has color #BB393A on white background.



Black color preview on #BB393A background

This text has black color on #BB393A background.


White color preview on #BB393A background

This text has white color on #BB393A background.