#A10400

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

Shades of Dark Red #A10400

Tints of Dark Red #A10400

Color information

#A10400 (or 0xA10400) is unknown color: approx Dark Red. HEX triplet: A1, 04 and 00. RGB value is (161,4,0). Sum of RGB (Red+Green+Blue) = 161+4+0=165 (21% of max value = 765). Red value is 161 (63.28% from 255 or 97.58% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 161 - color contains mainly: red. Hex color #A10400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10400 is #5EFBFF. Grayscale: #323232. Windows color (decimal): -6224896 or 1185. OLE color: 1185.

HSL color Cylindrical-coordinate representation of color #A10400: hue angle of 1.49º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A10400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB16140-
CMYK00.9810.37
HSL1.49º100%31.57%-
HSV(B)1.49º100%63.14%-
XYZ14.747.660.7-
YUV50.4999.51206.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 97.58%
GREEN value IS 4 (1.95% from 255) = 2.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.58%
G=2.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614000.9810.371.4910031.57
HexA140062642516420
Octal24140014214445114440
Binary10100001100001100010110010010010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10400; }

 p { color: rgb(161,4,0); }

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

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

 a { background-color: rgb(161,4,0); }

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

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

 span { border-color: rgb(161,4,0); }

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