COLOR #A3000E

HEX: #A3000E
RGB: (163,0,14)

Color info

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

RGB color model

#A3000E color RGB value is (163,0,14).

  • red value is 163;
  • green value is 0;
  • blue value is 14.
RGB:
(163,0,14)
(64%,0%,5%)

RGB channels and saturation

R 163 of 255 = 64%
G 0 of 255 = 0%
B 14 of 255 = 5%

163
0
14

R + G + B ~ 23%. #A3000E is dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 0 + 14 = 177 (100%)
R 163 of 177 ~ 92.09%
G 0 of 177 ~ 0%
B 14 of 177 ~ 7.91%

%92.09

CMYK color model

#A3000E color CMYK value is (0,100,91,36).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 91.41%
  • key color value is 36.08%
CMYK:
(0,100,91,36)
C0M100Y91K36 
(0%,100%,91%,36%)
(0.00/1.00/0.91/0.36)	

CMYK percentages

%0
%100
%91.41
%36.08

Codes

Color #A3000E in popluar color models

A3000E
RGB163014
HSL355°100.00%31.96%
HSB/HSV355°100.00%63.92%
CMYK0.00%100.00%91.41%
36.08%

Color #A3000E in popluar number systems.

HEXA3000E
Decimal163014
Binary1010001101110
Octal243016

Shades and tints

Shades of #A3000E

#A3000E
(163,0,14)
#95000D
(149,0,13)
#87000C
(135,0,12)
#79000B
(121,0,11)
#6B000A
(107,0,10)
#5D0009
(93,0,9)
#4F0008
(79,0,8)
#410007
(65,0,7)
#330006
(51,0,6)
#250005
(37,0,5)
#170004
(23,0,4)
#000000
(0,0,0)

Tints of #A3000E

#A3000E
(163,0,14)
#AB1723
(171,23,35)
#B32E38
(179,46,56)
#BB454D
(187,69,77)
#C35C62
(195,92,98)
#CB7377
(203,115,119)
#D38A8C
(211,138,140)
#DBA1A1
(219,161,161)
#E3B8B6
(227,184,182)
#EBCFCB
(235,207,203)
#F3E6E0
(243,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3000E; }

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

This text font color is #A3000E.


Background Color

.myBgColor { background-color: #A3000E; }

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

This div background color is #A3000E.


Border color

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

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

This div border color is #A3000E.


Opacity

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

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

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

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

This text has shadow with #A3000E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3000E on black background.


Color preview on white background

This text has color #A3000E on white background.



Black color preview on #A3000E background

This text has black color on #A3000E background.


White color preview on #A3000E background

This text has white color on #A3000E background.