COLOR #A70019

HEX: #A70019
RGB: (167,0,25)

Color info

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

RGB color model

#A70019 color RGB value is (167,0,25).

  • red value is 167;
  • green value is 0;
  • blue value is 25.
RGB:
(167,0,25)
(65%,0%,10%)

RGB channels and saturation

R 167 of 255 = 65%
G 0 of 255 = 0%
B 25 of 255 = 10%

167
0
25

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

Portions of RGB colors in percentages

R + G + B =
167 + 0 + 25 = 192 (100%)
R 167 of 192 ~ 86.98%
G 0 of 192 ~ 0%
B 25 of 192 ~ 13.02%

%86.98
%13.02

CMYK color model

#A70019 color CMYK value is (0,100,85,35).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 85.03%
  • key color value is 34.51%
CMYK:
(0,100,85,35)
C0M100Y85K35 
(0%,100%,85%,35%)
(0.00/1.00/0.85/0.35)	

CMYK percentages

%0
%100
%85.03
%34.51

Codes

Color #A70019 in popluar color models

A70019
RGB167025
HSL351°100.00%32.75%
HSB/HSV351°100.00%65.49%
CMYK0.00%100.00%85.03%
34.51%

Color #A70019 in popluar number systems.

HEXA70019
Decimal167025
Binary10100111011001
Octal247031

Shades and tints

Shades of #A70019

#A70019
(167,0,25)
#980017
(152,0,23)
#890015
(137,0,21)
#7A0013
(122,0,19)
#6B0011
(107,0,17)
#5C000F
(92,0,15)
#4D000D
(77,0,13)
#3E000B
(62,0,11)
#2F0009
(47,0,9)
#200007
(32,0,7)
#110005
(17,0,5)
#000000
(0,0,0)

Tints of #A70019

#A70019
(167,0,25)
#AF172D
(175,23,45)
#B72E41
(183,46,65)
#BF4555
(191,69,85)
#C75C69
(199,92,105)
#CF737D
(207,115,125)
#D78A91
(215,138,145)
#DFA1A5
(223,161,165)
#E7B8B9
(231,184,185)
#EFCFCD
(239,207,205)
#F7E6E1
(247,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A70019 color. Also use rgb(167,0,25) instead hex code.

Text Font Color

.myTextColor { color: #A70019; }

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

This text font color is #A70019.


Background Color

.myBgColor { background-color: #A70019; }

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

This div background color is #A70019.


Border color

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

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

This div border color is #A70019.


Opacity

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

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

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

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

This text has shadow with #A70019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A70019 on black background.


Color preview on white background

This text has color #A70019 on white background.



Black color preview on #A70019 background

This text has black color on #A70019 background.


White color preview on #A70019 background

This text has white color on #A70019 background.