COLOR #9C0C1C

HEX: #9C0C1C RGB: (156,12,28)

Color info

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

RGB color model

#9C0C1C color RGB value is (156,12,28).

RGB: (156,12,28) (61%, 5%, 11%)

RGB channels and saturation

R 156 of 255 = 61%
G 12 of 255 = 5%
B 28 of 255 = 11%

156
12
28

R + G + B ~ 26%. #9C0C1C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 156 + 12 + 28 = 196 (100%)
R 156 of 196 ~ 79.59%
G 12 of 196 ~ 6.12%
B 28 of 196 ~ 14.29'%

%79.59
%14.29

CMYK color model

#9C0C1C color CMYK value is (0,92,82,39).

  • cyan value is 0.00%
  • magenta value is 92.31%
  • yellow value is 82.05%
  • key color value is 38.82%

CMYK: (0,92,82,39)
C0M92Y82K39 (0%, 92%, 82%, 39%)
(0.00 / 0.92 / 0.82 / 0.39)

CMYK percentages

%0
%92.31
%82.05
%38.82

Codes

Color #9C0C1C in popluar color models

9C 0C 1C
RGB 156 12 28
HSL 353° 85.71% 32.94%
HSB/HSV 353° 92.31% 61.18%
CMYK 0.00% 92.31% 82.05%
38.82%

Color #9C0C1C in popluar number systems.

HEX 9C 0C 1C
Decimal 156 12 28
Binary 10011100 1100 11100
Octal 234 14 34

Shades and tints

Shades of #9C0C1C

#9C0C1C
(156,12,28)
#8E0B1A
(142,11,26)
#800A18
(128,10,24)
#720916
(114,9,22)
#640814
(100,8,20)
#560712
(86,7,18)
#480610
(72,6,16)
#3A050E
(58,5,14)
#2C040C
(44,4,12)
#1E030A
(30,3,10)
#100208
(16,2,8)
#000000
(0,0,0)

Tints of #9C0C1C

#9C0C1C
(156,12,28)
#A52230
(165,34,48)
#AE3844
(174,56,68)
#B74E58
(183,78,88)
#C0646C
(192,100,108)
#C97A80
(201,122,128)
#D29094
(210,144,148)
#DBA6A8
(219,166,168)
#E4BCBC
(228,188,188)
#EDD2D0
(237,210,208)
#F6E8E4
(246,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C0C1C; }

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

This text font color is #9C0C1C.

Background Color

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

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

This div background color is #9C0C1C.

Border color

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

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

This div border color is #9C0C1C.

Opacity

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

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

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

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

This text has shadow with #9C0C1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C0C1C.

Preview

Color preview on black background

This text has color #9C0C1C on black background.


Color preview on white background

This text has color #9C0C1C on white background.


Black color preview on #9C0C1C background

This text has black color on #9C0C1C background.


White color preview on #9C0C1C background

This text has white color on #9C0C1C background.


Related colors

Complementary color

Complementary color for #hex is #63F3E3.


I love getcolorcode.com

Triadic colors

1 #1C9C0C and #0C1C9C with #9C0C1C are triadic colors.

2 #1C0C9C and #0C9C1C with #9C0C1C are triadic colors.