#A40E03

Color #A40E03 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #A40E03

Tints of Dark Red #A40E03

Color information

#A40E03 (or 0xA40E03) is unknown color: approx Dark Red. HEX triplet: A4, 0E and 03. RGB value is (164,14,3). Sum of RGB (Red+Green+Blue) = 164+14+3=181 (23% of max value = 765). Red value is 164 (64.45% from 255 or 90.61% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40E03 is #5BF1FC. Grayscale: #393939. Windows color (decimal): -6025725 or 200356. OLE color: 200356.

HSL color Cylindrical-coordinate representation of color #A40E03: hue angle of 4.1º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40E03 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB164143-
CMYK00.910.980.36
HSL4.1º96.41%32.75%-
HSV(B)4.1º98.17%64.31%-
XYZ15.488.210.86-
YUV57.697.2203.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 90.61%
GREEN value IS 14 (5.86% from 255) = 7.73%
BLUE value IS 3 (1.56% from 255) = 1.66%
R=90.61%
G=7.73%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414300.910.980.364.196.4132.75
HexA4E305B622446021
Octal244163013314244414041
Binary101001001110110101101111000101001001001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40E03; }

 p { color: rgb(164,14,3); }

 H1.HeaderClassName
 {
   color: #A40E03;
 }
 .AnyTagClassName
 {
   color: #A40E03;
 }
</style>
background-color css

<style>
 a { background-color: #A40E03; }

 a { background-color: rgb(164,14,3); }

 div.DivClassName
 {
   background-color: #A40E03;
 }
 .BgClassName
 {
   background-color: #A40E03;
 }
</style>
border-color css

<style>
 span { border-color: #A40E03; }

 span { border-color: rgb(164,14,3); }

 td.TdClassName
 {
   border-color: #A40E03;
 }
 .TagClassName
 {
   border-color: #A40E03;
 }
</style>