COLOR #BB411A

HEX: #BB411A
RGB: (187,65,26)

Color info

#BB411A contains mainly red color. Web safe color of #BB411A is #CC3300 (or #C30).

RGB color model

#BB411A color RGB value is (187,65,26).

  • red value is 187;
  • green value is 65;
  • blue value is 26.
RGB:
(187,65,26)
(73%,25%,10%)

RGB channels and saturation

R 187 of 255 = 73%
G 65 of 255 = 25%
B 26 of 255 = 10%

187
65
26

R + G + B ~ 36%. #BB411A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
187 + 65 + 26 = 278 (100%)
R 187 of 278 ~ 67.27%
G 65 of 278 ~ 23.38%
B 26 of 278 ~ 9.35%

%67.27
%23.38

CMYK color model

#BB411A color CMYK value is (0,65,86,27).

  • cyan value is 0.00%
  • magenta value is 65.24%
  • yellow value is 86.10%
  • key color value is 26.67%
CMYK:
(0,65,86,27)
C0M65Y86K27 
(0%,65%,86%,27%)
(0.00/0.65/0.86/0.27)	

CMYK percentages

%0
%65.24
%86.1
%26.67

Codes

Color #BB411A in popluar color models

BB411A
RGB1876526
HSL15°75.59%41.76%
HSB/HSV15°86.10%73.33%
CMYK0.00%65.24%86.10%
26.67%

Color #BB411A in popluar number systems.

HEXBB411A
Decimal1876526
Binary10111011100000111010
Octal27310132

Shades and tints

Shades of #BB411A

#BB411A
(187,65,26)
#AA3C18
(170,60,24)
#993716
(153,55,22)
#883214
(136,50,20)
#772D12
(119,45,18)
#662810
(102,40,16)
#55230E
(85,35,14)
#441E0C
(68,30,12)
#33190A
(51,25,10)
#221408
(34,20,8)
#110F06
(17,15,6)
#000000
(0,0,0)

Tints of #BB411A

#BB411A
(187,65,26)
#C1522E
(193,82,46)
#C76342
(199,99,66)
#CD7456
(205,116,86)
#D3856A
(211,133,106)
#D9967E
(217,150,126)
#DFA792
(223,167,146)
#E5B8A6
(229,184,166)
#EBC9BA
(235,201,186)
#F1DACE
(241,218,206)
#F7EBE2
(247,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB411A color. Also use rgb(187,65,26) instead hex code.

Text Font Color

.myTextColor { color: #BB411A; }

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

This text font color is #BB411A.


Background Color

.myBgColor { background-color: #BB411A; }

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

This div background color is #BB411A.


Border color

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

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

This div border color is #BB411A.


Opacity

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

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

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

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

This text has shadow with #BB411A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB411A on black background.


Color preview on white background

This text has color #BB411A on white background.



Black color preview on #BB411A background

This text has black color on #BB411A background.


White color preview on #BB411A background

This text has white color on #BB411A background.