COLOR #A8002B

HEX: #A8002B
RGB: (168,0,43)

Color info

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

RGB color model

#A8002B color RGB value is (168,0,43).

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

RGB channels and saturation

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

168
0
43

R + G + B ~ 28%. #A8002B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 0 + 43 = 211 (100%)
R 168 of 211 ~ 79.62%
G 0 of 211 ~ 0%
B 43 of 211 ~ 20.38%

%79.62
%20.38

CMYK color model

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

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

CMYK percentages

%0
%100
%74.4
%34.12

Codes

Color #A8002B in popluar color models

A8002B
RGB168043
HSL345°100.00%32.94%
HSB/HSV345°100.00%65.88%
CMYK0.00%100.00%74.40%
34.12%

Color #A8002B in popluar number systems.

HEXA8002B
Decimal168043
Binary101010000101011
Octal250053

Shades and tints

Shades of #A8002B

#A8002B
(168,0,43)
#990028
(153,0,40)
#8A0025
(138,0,37)
#7B0022
(123,0,34)
#6C001F
(108,0,31)
#5D001C
(93,0,28)
#4E0019
(78,0,25)
#3F0016
(63,0,22)
#300013
(48,0,19)
#210010
(33,0,16)
#12000D
(18,0,13)
#000000
(0,0,0)

Tints of #A8002B

#A8002B
(168,0,43)
#AF173E
(175,23,62)
#B62E51
(182,46,81)
#BD4564
(189,69,100)
#C45C77
(196,92,119)
#CB738A
(203,115,138)
#D28A9D
(210,138,157)
#D9A1B0
(217,161,176)
#E0B8C3
(224,184,195)
#E7CFD6
(231,207,214)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8002B; }

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

This text font color is #A8002B.


Background Color

.myBgColor { background-color: #A8002B; }

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

This div background color is #A8002B.


Border color

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

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

This div border color is #A8002B.


Opacity

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

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

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

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

This text has shadow with #A8002B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8002B on black background.


Color preview on white background

This text has color #A8002B on white background.



Black color preview on #A8002B background

This text has black color on #A8002B background.


White color preview on #A8002B background

This text has white color on #A8002B background.