COLOR #9C1232

HEX: #9C1232
RGB: (156,18,50)

Color info

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

RGB color model

#9C1232 color RGB value is (156,18,50).

  • red value is 156;
  • green value is 18;
  • blue value is 50.
RGB:
(156,18,50)
(61%,7%,20%)

RGB channels and saturation

R 156 of 255 = 61%
G 18 of 255 = 7%
B 50 of 255 = 20%

156
18
50

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

Portions of RGB colors in percentages

R + G + B =
156 + 18 + 50 = 224 (100%)
R 156 of 224 ~ 69.64%
G 18 of 224 ~ 8.04%
B 50 of 224 ~ 22.32%

%69.64
%22.32

CMYK color model

#9C1232 color CMYK value is (0,88,68,39).

  • cyan value is 0.00%
  • magenta value is 88.46%
  • yellow value is 67.95%
  • key color value is 38.82%
CMYK:
(0,88,68,39)
C0M88Y68K39 
(0%,88%,68%,39%)
(0.00/0.88/0.68/0.39)	

CMYK percentages

%0
%88.46
%67.95
%38.82

Codes

Color #9C1232 in popluar color models

9C1232
RGB1561850
HSL346°79.31%34.12%
HSB/HSV346°88.46%61.18%
CMYK0.00%88.46%67.95%
38.82%

Color #9C1232 in popluar number systems.

HEX9C1232
Decimal1561850
Binary1001110010010110010
Octal2342262

Shades and tints

Shades of #9C1232

#9C1232
(156,18,50)
#8E112E
(142,17,46)
#80102A
(128,16,42)
#720F26
(114,15,38)
#640E22
(100,14,34)
#560D1E
(86,13,30)
#480C1A
(72,12,26)
#3A0B16
(58,11,22)
#2C0A12
(44,10,18)
#1E090E
(30,9,14)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #9C1232

#9C1232
(156,18,50)
#A52744
(165,39,68)
#AE3C56
(174,60,86)
#B75168
(183,81,104)
#C0667A
(192,102,122)
#C97B8C
(201,123,140)
#D2909E
(210,144,158)
#DBA5B0
(219,165,176)
#E4BAC2
(228,186,194)
#EDCFD4
(237,207,212)
#F6E4E6
(246,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C1232; }

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

This text font color is #9C1232.


Background Color

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

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

This div background color is #9C1232.


Border color

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

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

This div border color is #9C1232.


Opacity

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

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

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

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

This text has shadow with #9C1232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C1232 on black background.


Color preview on white background

This text has color #9C1232 on white background.



Black color preview on #9C1232 background

This text has black color on #9C1232 background.


White color preview on #9C1232 background

This text has white color on #9C1232 background.