COLOR #A01A04

HEX: #A01A04
RGB: (160,26,4)

Color info

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

RGB color model

#A01A04 color RGB value is (160,26,4).

  • red value is 160;
  • green value is 26;
  • blue value is 4.
RGB:
(160,26,4)
(63%,10%,2%)

RGB channels and saturation

R 160 of 255 = 63%
G 26 of 255 = 10%
B 4 of 255 = 2%

160
26
4

R + G + B ~ 25%. #A01A04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 26 + 4 = 190 (100%)
R 160 of 190 ~ 84.21%
G 26 of 190 ~ 13.68%
B 4 of 190 ~ 2.11%

%84.21
%13.68

CMYK color model

#A01A04 color CMYK value is (0,84,98,37).

  • cyan value is 0.00%
  • magenta value is 83.75%
  • yellow value is 97.50%
  • key color value is 37.25%
CMYK:
(0,84,98,37)
C0M84Y98K37 
(0%,84%,98%,37%)
(0.00/0.84/0.98/0.37)	

CMYK percentages

%0
%83.75
%97.5
%37.25

Codes

Color #A01A04 in popluar color models

A01A04
RGB160264
HSL95.12%32.16%
HSB/HSV97.50%62.75%
CMYK0.00%83.75%97.50%
37.25%

Color #A01A04 in popluar number systems.

HEXA01A04
Decimal160264
Binary1010000011010100
Octal240324

Shades and tints

Shades of #A01A04

#A01A04
(160,26,4)
#921804
(146,24,4)
#841604
(132,22,4)
#761404
(118,20,4)
#681204
(104,18,4)
#5A1004
(90,16,4)
#4C0E04
(76,14,4)
#3E0C04
(62,12,4)
#300A04
(48,10,4)
#220804
(34,8,4)
#140604
(20,6,4)
#000000
(0,0,0)

Tints of #A01A04

#A01A04
(160,26,4)
#A82E1A
(168,46,26)
#B04230
(176,66,48)
#B85646
(184,86,70)
#C06A5C
(192,106,92)
#C87E72
(200,126,114)
#D09288
(208,146,136)
#D8A69E
(216,166,158)
#E0BAB4
(224,186,180)
#E8CECA
(232,206,202)
#F0E2E0
(240,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A01A04 color. Also use rgb(160,26,4) instead hex code.

Text Font Color

.myTextColor { color: #A01A04; }

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

This text font color is #A01A04.


Background Color

.myBgColor { background-color: #A01A04; }

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

This div background color is #A01A04.


Border color

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

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

This div border color is #A01A04.


Opacity

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

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

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

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

This text has shadow with #A01A04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A01A04 on black background.


Color preview on white background

This text has color #A01A04 on white background.



Black color preview on #A01A04 background

This text has black color on #A01A04 background.


White color preview on #A01A04 background

This text has white color on #A01A04 background.