COLOR #A1010C

HEX: #A1010C
RGB: (161,1,12)

Color info

#A1010C contains mainly red color. Web safe color of #A1010C is #990000 (or #900).

RGB color model

#A1010C color RGB value is (161,1,12).

  • red value is 161;
  • green value is 1;
  • blue value is 12.
RGB:
(161,1,12)
(63%,0%,5%)

RGB channels and saturation

R 161 of 255 = 63%
G 1 of 255 = 0%
B 12 of 255 = 5%

161
1
12

R + G + B ~ 23%. #A1010C is dark color.

Portions of RGB colors in percentages

R + G + B =
161 + 1 + 12 = 174 (100%)
R 161 of 174 ~ 92.53%
G 1 of 174 ~ 0.57%
B 12 of 174 ~ 6.9%

%92.53

CMYK color model

#A1010C color CMYK value is (0,99,93,37).

  • cyan value is 0.00%
  • magenta value is 99.38%
  • yellow value is 92.55%
  • key color value is 36.86%
CMYK:
(0,99,93,37)
C0M99Y93K37 
(0%,99%,93%,37%)
(0.00/0.99/0.93/0.37)	

CMYK percentages

%0
%99.38
%92.55
%36.86

Codes

Color #A1010C in popluar color models

A1010C
RGB161112
HSL356°98.77%31.76%
HSB/HSV356°99.38%63.14%
CMYK0.00%99.38%92.55%
36.86%

Color #A1010C in popluar number systems.

HEXA1010C
Decimal161112
Binary1010000111100
Octal241114

Shades and tints

Shades of #A1010C

#A1010C
(161,1,12)
#93010B
(147,1,11)
#85010A
(133,1,10)
#770109
(119,1,9)
#690108
(105,1,8)
#5B0107
(91,1,7)
#4D0106
(77,1,6)
#3F0105
(63,1,5)
#310104
(49,1,4)
#230103
(35,1,3)
#150102
(21,1,2)
#000000
(0,0,0)

Tints of #A1010C

#A1010C
(161,1,12)
#A91822
(169,24,34)
#B12F38
(177,47,56)
#B9464E
(185,70,78)
#C15D64
(193,93,100)
#C9747A
(201,116,122)
#D18B90
(209,139,144)
#D9A2A6
(217,162,166)
#E1B9BC
(225,185,188)
#E9D0D2
(233,208,210)
#F1E7E8
(241,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1010C color. Also use rgb(161,1,12) instead hex code.

Text Font Color

.myTextColor { color: #A1010C; }

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

This text font color is #A1010C.


Background Color

.myBgColor { background-color: #A1010C; }

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

This div background color is #A1010C.


Border color

.myBorderColor { border: 1px solid #A1010C; }

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

This div border color is #A1010C.


Opacity

.myOpacity80 { color: #A1010C; opacity: 0.8; }

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

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

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

This text has shadow with #A1010C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1010C on black background.


Color preview on white background

This text has color #A1010C on white background.



Black color preview on #A1010C background

This text has black color on #A1010C background.


White color preview on #A1010C background

This text has white color on #A1010C background.