COLOR #A8091D

HEX: #A8091D
RGB: (168,9,29)

Color info

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

RGB color model

#A8091D color RGB value is (168,9,29).

  • red value is 168;
  • green value is 9;
  • blue value is 29.
RGB:
(168,9,29)
(66%,4%,11%)

RGB channels and saturation

R 168 of 255 = 66%
G 9 of 255 = 4%
B 29 of 255 = 11%

168
9
29

R + G + B ~ 27%. #A8091D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 9 + 29 = 206 (100%)
R 168 of 206 ~ 81.55%
G 9 of 206 ~ 4.37%
B 29 of 206 ~ 14.08%

%81.55
%14.08

CMYK color model

#A8091D color CMYK value is (0,95,83,34).

  • cyan value is 0.00%
  • magenta value is 94.64%
  • yellow value is 82.74%
  • key color value is 34.12%
CMYK:
(0,95,83,34)
C0M95Y83K34 
(0%,95%,83%,34%)
(0.00/0.95/0.83/0.34)	

CMYK percentages

%0
%94.64
%82.74
%34.12

Codes

Color #A8091D in popluar color models

A8091D
RGB168929
HSL352°89.83%34.71%
HSB/HSV352°94.64%65.88%
CMYK0.00%94.64%82.74%
34.12%

Color #A8091D in popluar number systems.

HEXA8091D
Decimal168929
Binary10101000100111101
Octal2501135

Shades and tints

Shades of #A8091D

#A8091D
(168,9,29)
#99091B
(153,9,27)
#8A0919
(138,9,25)
#7B0917
(123,9,23)
#6C0915
(108,9,21)
#5D0913
(93,9,19)
#4E0911
(78,9,17)
#3F090F
(63,9,15)
#30090D
(48,9,13)
#21090B
(33,9,11)
#120909
(18,9,9)
#000000
(0,0,0)

Tints of #A8091D

#A8091D
(168,9,29)
#AF1F31
(175,31,49)
#B63545
(182,53,69)
#BD4B59
(189,75,89)
#C4616D
(196,97,109)
#CB7781
(203,119,129)
#D28D95
(210,141,149)
#D9A3A9
(217,163,169)
#E0B9BD
(224,185,189)
#E7CFD1
(231,207,209)
#EEE5E5
(238,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8091D color. Also use rgb(168,9,29) instead hex code.

Text Font Color

.myTextColor { color: #A8091D; }

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

This text font color is #A8091D.


Background Color

.myBgColor { background-color: #A8091D; }

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

This div background color is #A8091D.


Border color

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

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

This div border color is #A8091D.


Opacity

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

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

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

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

This text has shadow with #A8091D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8091D on black background.


Color preview on white background

This text has color #A8091D on white background.



Black color preview on #A8091D background

This text has black color on #A8091D background.


White color preview on #A8091D background

This text has white color on #A8091D background.