COLOR #9B1B24

HEX: #9B1B24
RGB: (155,27,36)

Color info

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

RGB color model

#9B1B24 color RGB value is (155,27,36).

  • red value is 155;
  • green value is 27;
  • blue value is 36.
RGB:
(155,27,36)
(61%,11%,14%)

RGB channels and saturation

R 155 of 255 = 61%
G 27 of 255 = 11%
B 36 of 255 = 14%

155
27
36

R + G + B ~ 29%. #9B1B24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 27 + 36 = 218 (100%)
R 155 of 218 ~ 71.1%
G 27 of 218 ~ 12.39%
B 36 of 218 ~ 16.51%

%71.1
%12.39
%16.51

CMYK color model

#9B1B24 color CMYK value is (0,83,77,39).

  • cyan value is 0.00%
  • magenta value is 82.58%
  • yellow value is 76.77%
  • key color value is 39.22%
CMYK:
(0,83,77,39)
C0M83Y77K39 
(0%,83%,77%,39%)
(0.00/0.83/0.77/0.39)	

CMYK percentages

%0
%82.58
%76.77
%39.22

Codes

Color #9B1B24 in popluar color models

9B1B24
RGB1552736
HSL356°70.33%35.69%
HSB/HSV356°82.58%60.78%
CMYK0.00%82.58%76.77%
39.22%

Color #9B1B24 in popluar number systems.

HEX9B1B24
Decimal1552736
Binary1001101111011100100
Octal2333344

Shades and tints

Shades of #9B1B24

#9B1B24
(155,27,36)
#8D1921
(141,25,33)
#7F171E
(127,23,30)
#71151B
(113,21,27)
#631318
(99,19,24)
#551115
(85,17,21)
#470F12
(71,15,18)
#390D0F
(57,13,15)
#2B0B0C
(43,11,12)
#1D0909
(29,9,9)
#0F0706
(15,7,6)
#000000
(0,0,0)

Tints of #9B1B24

#9B1B24
(155,27,36)
#A42F37
(164,47,55)
#AD434A
(173,67,74)
#B6575D
(182,87,93)
#BF6B70
(191,107,112)
#C87F83
(200,127,131)
#D19396
(209,147,150)
#DAA7A9
(218,167,169)
#E3BBBC
(227,187,188)
#ECCFCF
(236,207,207)
#F5E3E2
(245,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B1B24 color. Also use rgb(155,27,36) instead hex code.

Text Font Color

.myTextColor { color: #9B1B24; }

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

This text font color is #9B1B24.


Background Color

.myBgColor { background-color: #9B1B24; }

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

This div background color is #9B1B24.


Border color

.myBorderColor { border: 1px solid #9B1B24; }

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

This div border color is #9B1B24.


Opacity

.myOpacity80 { color: #9B1B24; opacity: 0.8; }

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

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

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

This text has shadow with #9B1B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B1B24 on black background.


Color preview on white background

This text has color #9B1B24 on white background.



Black color preview on #9B1B24 background

This text has black color on #9B1B24 background.


White color preview on #9B1B24 background

This text has white color on #9B1B24 background.