COLOR #9C1A2A

HEX: #9C1A2A
RGB: (156,26,42)

Color info

#9C1A2A contains mainly red color. Web safe color of #9C1A2A is #990033 (or #903).

RGB color model

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

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

RGB channels and saturation

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

156
26
42

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

Portions of RGB colors in percentages

R + G + B =
156 + 26 + 42 = 224 (100%)
R 156 of 224 ~ 69.64%
G 26 of 224 ~ 11.61%
B 42 of 224 ~ 18.75%

%69.64
%11.61
%18.75

CMYK color model

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

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

CMYK percentages

%0
%83.33
%73.08
%38.82

Codes

Color #9C1A2A in popluar color models

9C1A2A
RGB1562642
HSL353°71.43%35.69%
HSB/HSV353°83.33%61.18%
CMYK0.00%83.33%73.08%
38.82%

Color #9C1A2A in popluar number systems.

HEX9C1A2A
Decimal1562642
Binary1001110011010101010
Octal2343252

Shades and tints

Shades of #9C1A2A

#9C1A2A
(156,26,42)
#8E1827
(142,24,39)
#801624
(128,22,36)
#721421
(114,20,33)
#64121E
(100,18,30)
#56101B
(86,16,27)
#480E18
(72,14,24)
#3A0C15
(58,12,21)
#2C0A12
(44,10,18)
#1E080F
(30,8,15)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #9C1A2A

#9C1A2A
(156,26,42)
#A52E3D
(165,46,61)
#AE4250
(174,66,80)
#B75663
(183,86,99)
#C06A76
(192,106,118)
#C97E89
(201,126,137)
#D2929C
(210,146,156)
#DBA6AF
(219,166,175)
#E4BAC2
(228,186,194)
#EDCED5
(237,206,213)
#F6E2E8
(246,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C1A2A; }

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

This text font color is #9C1A2A.


Background Color

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

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

This div background color is #9C1A2A.


Border color

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

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

This div border color is #9C1A2A.


Opacity

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

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

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

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

This text has shadow with #9C1A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C1A2A on black background.


Color preview on white background

This text has color #9C1A2A on white background.



Black color preview on #9C1A2A background

This text has black color on #9C1A2A background.


White color preview on #9C1A2A background

This text has white color on #9C1A2A background.