COLOR #A60C14

HEX: #A60C14
RGB: (166,12,20)

Color info

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

RGB color model

#A60C14 color RGB value is (166,12,20).

  • red value is 166;
  • green value is 12;
  • blue value is 20.
RGB:
(166,12,20)
(65%,5%,8%)

RGB channels and saturation

R 166 of 255 = 65%
G 12 of 255 = 5%
B 20 of 255 = 8%

166
12
20

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

Portions of RGB colors in percentages

R + G + B =
166 + 12 + 20 = 198 (100%)
R 166 of 198 ~ 83.84%
G 12 of 198 ~ 6.06%
B 20 of 198 ~ 10.1%

%83.84
%10.1

CMYK color model

#A60C14 color CMYK value is (0,93,88,35).

  • cyan value is 0.00%
  • magenta value is 92.77%
  • yellow value is 87.95%
  • key color value is 34.90%
CMYK:
(0,93,88,35)
C0M93Y88K35 
(0%,93%,88%,35%)
(0.00/0.93/0.88/0.35)	

CMYK percentages

%0
%92.77
%87.95
%34.9

Codes

Color #A60C14 in popluar color models

A60C14
RGB1661220
HSL357°86.52%34.90%
HSB/HSV357°92.77%65.10%
CMYK0.00%92.77%87.95%
34.90%

Color #A60C14 in popluar number systems.

HEXA60C14
Decimal1661220
Binary10100110110010100
Octal2461424

Shades and tints

Shades of #A60C14

#A60C14
(166,12,20)
#970B13
(151,11,19)
#880A12
(136,10,18)
#790911
(121,9,17)
#6A0810
(106,8,16)
#5B070F
(91,7,15)
#4C060E
(76,6,14)
#3D050D
(61,5,13)
#2E040C
(46,4,12)
#1F030B
(31,3,11)
#10020A
(16,2,10)
#000000
(0,0,0)

Tints of #A60C14

#A60C14
(166,12,20)
#AE2229
(174,34,41)
#B6383E
(182,56,62)
#BE4E53
(190,78,83)
#C66468
(198,100,104)
#CE7A7D
(206,122,125)
#D69092
(214,144,146)
#DEA6A7
(222,166,167)
#E6BCBC
(230,188,188)
#EED2D1
(238,210,209)
#F6E8E6
(246,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A60C14 color. Also use rgb(166,12,20) instead hex code.

Text Font Color

.myTextColor { color: #A60C14; }

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

This text font color is #A60C14.


Background Color

.myBgColor { background-color: #A60C14; }

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

This div background color is #A60C14.


Border color

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

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

This div border color is #A60C14.


Opacity

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

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

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

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

This text has shadow with #A60C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A60C14 on black background.


Color preview on white background

This text has color #A60C14 on white background.



Black color preview on #A60C14 background

This text has black color on #A60C14 background.


White color preview on #A60C14 background

This text has white color on #A60C14 background.