COLOR #9B1C24

HEX: #9B1C24
RGB: (155,28,36)

Color info

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

RGB color model

#9B1C24 color RGB value is (155,28,36).

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

RGB channels and saturation

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

155
28
36

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

Portions of RGB colors in percentages

R + G + B =
155 + 28 + 36 = 219 (100%)
R 155 of 219 ~ 70.78%
G 28 of 219 ~ 12.79%
B 36 of 219 ~ 16.44%

%70.78
%12.79
%16.44

CMYK color model

#9B1C24 color CMYK value is (0,82,77,39).

  • cyan value is 0.00%
  • magenta value is 81.94%
  • yellow value is 76.77%
  • key color value is 39.22%
CMYK:
(0,82,77,39)
C0M82Y77K39 
(0%,82%,77%,39%)
(0.00/0.82/0.77/0.39)	

CMYK percentages

%0
%81.94
%76.77
%39.22

Codes

Color #9B1C24 in popluar color models

9B1C24
RGB1552836
HSL356°69.40%35.88%
HSB/HSV356°81.94%60.78%
CMYK0.00%81.94%76.77%
39.22%

Color #9B1C24 in popluar number systems.

HEX9B1C24
Decimal1552836
Binary1001101111100100100
Octal2333444

Shades and tints

Shades of #9B1C24

#9B1C24
(155,28,36)
#8D1A21
(141,26,33)
#7F181E
(127,24,30)
#71161B
(113,22,27)
#631418
(99,20,24)
#551215
(85,18,21)
#471012
(71,16,18)
#390E0F
(57,14,15)
#2B0C0C
(43,12,12)
#1D0A09
(29,10,9)
#0F0806
(15,8,6)
#000000
(0,0,0)

Tints of #9B1C24

#9B1C24
(155,28,36)
#A43037
(164,48,55)
#AD444A
(173,68,74)
#B6585D
(182,88,93)
#BF6C70
(191,108,112)
#C88083
(200,128,131)
#D19496
(209,148,150)
#DAA8A9
(218,168,169)
#E3BCBC
(227,188,188)
#ECD0CF
(236,208,207)
#F5E4E2
(245,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B1C24; }

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

This text font color is #9B1C24.


Background Color

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

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

This div background color is #9B1C24.


Border color

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

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

This div border color is #9B1C24.


Opacity

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

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

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

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

This text has shadow with #9B1C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B1C24 on black background.


Color preview on white background

This text has color #9B1C24 on white background.



Black color preview on #9B1C24 background

This text has black color on #9B1C24 background.


White color preview on #9B1C24 background

This text has white color on #9B1C24 background.