COLOR #A80000

HEX: #A80000
RGB: (168,0,0)

Color info

#A80000 contains only red color. Web safe color of #A80000 is #990000 (or #900).

RGB color model

#A80000 color RGB value is (168,0,0).

  • red value is 168;
  • green value is 0;
  • blue value is 0.
RGB:
(168,0,0)
(66%,0%,0%)

RGB channels and saturation

R 168 of 255 = 66%
G 0 of 255 = 0%
B 0 of 255 = 0%

168
0
0

R + G + B ~ 22%. #A80000 is dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 0 + 0 = 168 (100%)
R 168 of 168 ~ 100%
G 0 of 168 ~ 0%
B 0 of 168 ~ 0%

%100

CMYK color model

#A80000 color CMYK value is (0,100,100,34).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 34.12%
CMYK:
(0,100,100,34)
C0M100Y100K34 
(0%,100%,100%,34%)
(0.00/1.00/1.00/0.34)	

CMYK percentages

%0
%100
%100
%34.12

Codes

Color #A80000 in popluar color models

A80000
RGB16800
HSL100.00%32.94%
HSB/HSV100.00%65.88%
CMYK0.00%100.00%100.00%
34.12%

Color #A80000 in popluar number systems.

HEXA80000
Decimal16800
Binary1010100000
Octal25000

Shades and tints

Shades of #A80000

#A80000
(168,0,0)
#990000
(153,0,0)
#8A0000
(138,0,0)
#7B0000
(123,0,0)
#6C0000
(108,0,0)
#5D0000
(93,0,0)
#4E0000
(78,0,0)
#3F0000
(63,0,0)
#300000
(48,0,0)
#210000
(33,0,0)
#120000
(18,0,0)
#000000
(0,0,0)

Tints of #A80000

#A80000
(168,0,0)
#AF1717
(175,23,23)
#B62E2E
(182,46,46)
#BD4545
(189,69,69)
#C45C5C
(196,92,92)
#CB7373
(203,115,115)
#D28A8A
(210,138,138)
#D9A1A1
(217,161,161)
#E0B8B8
(224,184,184)
#E7CFCF
(231,207,207)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A80000; }

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

This text font color is #A80000.


Background Color

.myBgColor { background-color: #A80000; }

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

This div background color is #A80000.


Border color

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

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

This div border color is #A80000.


Opacity

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

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

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

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

This text has shadow with #A80000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A80000 on black background.


Color preview on white background

This text has color #A80000 on white background.



Black color preview on #A80000 background

This text has black color on #A80000 background.


White color preview on #A80000 background

This text has white color on #A80000 background.