COLOR #9C2A2A

HEX: #9C2A2A
RGB: (156,42,42)

Color info

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

RGB color model

#9C2A2A color RGB value is (156,42,42).

  • red value is 156;
  • green value is 42;
  • blue value is 42.
RGB:
(156,42,42)
(61%,16%,16%)

RGB channels and saturation

R 156 of 255 = 61%
G 42 of 255 = 16%
B 42 of 255 = 16%

156
42
42

R + G + B ~ 31%. #9C2A2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 42 + 42 = 240 (100%)
R 156 of 240 ~ 65%
G 42 of 240 ~ 17.5%
B 42 of 240 ~ 17.5%

%65
%17.5
%17.5

CMYK color model

#9C2A2A color CMYK value is (0,73,73,39).

  • cyan value is 0.00%
  • magenta value is 73.08%
  • yellow value is 73.08%
  • key color value is 38.82%
CMYK:
(0,73,73,39)
C0M73Y73K39 
(0%,73%,73%,39%)
(0.00/0.73/0.73/0.39)	

CMYK percentages

%0
%73.08
%73.08
%38.82

Codes

Color #9C2A2A in popluar color models

9C2A2A
RGB1564242
HSL57.58%38.82%
HSB/HSV73.08%61.18%
CMYK0.00%73.08%73.08%
38.82%

Color #9C2A2A in popluar number systems.

HEX9C2A2A
Decimal1564242
Binary10011100101010101010
Octal2345252

Shades and tints

Shades of #9C2A2A

#9C2A2A
(156,42,42)
#8E2727
(142,39,39)
#802424
(128,36,36)
#722121
(114,33,33)
#641E1E
(100,30,30)
#561B1B
(86,27,27)
#481818
(72,24,24)
#3A1515
(58,21,21)
#2C1212
(44,18,18)
#1E0F0F
(30,15,15)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #9C2A2A

#9C2A2A
(156,42,42)
#A53D3D
(165,61,61)
#AE5050
(174,80,80)
#B76363
(183,99,99)
#C07676
(192,118,118)
#C98989
(201,137,137)
#D29C9C
(210,156,156)
#DBAFAF
(219,175,175)
#E4C2C2
(228,194,194)
#EDD5D5
(237,213,213)
#F6E8E8
(246,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C2A2A color. Also use rgb(156,42,42) instead hex code.

Text Font Color

.myTextColor { color: #9C2A2A; }

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

This text font color is #9C2A2A.


Background Color

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

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

This div background color is #9C2A2A.


Border color

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

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

This div border color is #9C2A2A.


Opacity

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

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

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

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

This text has shadow with #9C2A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C2A2A on black background.


Color preview on white background

This text has color #9C2A2A on white background.



Black color preview on #9C2A2A background

This text has black color on #9C2A2A background.


White color preview on #9C2A2A background

This text has white color on #9C2A2A background.