COLOR #9C2C09

HEX: #9C2C09
RGB: (156,44,9)

Color info

#9C2C09 contains mainly red color. Web safe color of #9C2C09 is #993300 (or #930).

RGB color model

#9C2C09 color RGB value is (156,44,9).

  • red value is 156;
  • green value is 44;
  • blue value is 9.
RGB:
(156,44,9)
(61%,17%,4%)

RGB channels and saturation

R 156 of 255 = 61%
G 44 of 255 = 17%
B 9 of 255 = 4%

156
44
9

R + G + B ~ 27%. #9C2C09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 44 + 9 = 209 (100%)
R 156 of 209 ~ 74.64%
G 44 of 209 ~ 21.05%
B 9 of 209 ~ 4.31%

%74.64
%21.05

CMYK color model

#9C2C09 color CMYK value is (0,72,94,39).

  • cyan value is 0.00%
  • magenta value is 71.79%
  • yellow value is 94.23%
  • key color value is 38.82%
CMYK:
(0,72,94,39)
C0M72Y94K39 
(0%,72%,94%,39%)
(0.00/0.72/0.94/0.39)	

CMYK percentages

%0
%71.79
%94.23
%38.82

Codes

Color #9C2C09 in popluar color models

9C2C09
RGB156449
HSL14°89.09%32.35%
HSB/HSV14°94.23%61.18%
CMYK0.00%71.79%94.23%
38.82%

Color #9C2C09 in popluar number systems.

HEX9C2C09
Decimal156449
Binary100111001011001001
Octal2345411

Shades and tints

Shades of #9C2C09

#9C2C09
(156,44,9)
#8E2809
(142,40,9)
#802409
(128,36,9)
#722009
(114,32,9)
#641C09
(100,28,9)
#561809
(86,24,9)
#481409
(72,20,9)
#3A1009
(58,16,9)
#2C0C09
(44,12,9)
#1E0809
(30,8,9)
#100409
(16,4,9)
#000000
(0,0,0)

Tints of #9C2C09

#9C2C09
(156,44,9)
#A53F1F
(165,63,31)
#AE5235
(174,82,53)
#B7654B
(183,101,75)
#C07861
(192,120,97)
#C98B77
(201,139,119)
#D29E8D
(210,158,141)
#DBB1A3
(219,177,163)
#E4C4B9
(228,196,185)
#EDD7CF
(237,215,207)
#F6EAE5
(246,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C2C09; }

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

This text font color is #9C2C09.


Background Color

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

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

This div background color is #9C2C09.


Border color

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

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

This div border color is #9C2C09.


Opacity

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

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

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

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

This text has shadow with #9C2C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C2C09 on black background.


Color preview on white background

This text has color #9C2C09 on white background.



Black color preview on #9C2C09 background

This text has black color on #9C2C09 background.


White color preview on #9C2C09 background

This text has white color on #9C2C09 background.