#A40B0A

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

Shades of Dark Red #A40B0A

Tints of Dark Red #A40B0A

Color information

#A40B0A (or 0xA40B0A) is unknown color: approx Dark Red. HEX triplet: A4, 0B and 0A. RGB value is (164,11,10). Sum of RGB (Red+Green+Blue) = 164+11+10=185 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.65% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40B0A is #5BF4F5. Grayscale: #383838. Windows color (decimal): -6026486 or 658340. OLE color: 658340.

HSL color Cylindrical-coordinate representation of color #A40B0A: hue angle of 0.39º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40B0A is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB1641110-
CMYK00.930.940.36
HSL0.39º88.51%34.12%-
HSV(B)0.39º93.9%64.31%-
XYZ15.488.151.04-
YUV56.63101.69204.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 88.65%
GREEN value IS 11 (4.69% from 255) = 5.95%
BLUE value IS 10 (4.30% from 255) = 5.41%
R=88.65%
G=5.95%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164111000.930.940.360.3988.5134.12
HexA4BA05D5E2405922
Octal2441312013513644013142
Binary101001001011101001011101101111010010001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40B0A; }

 p { color: rgb(164,11,10); }

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

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

 a { background-color: rgb(164,11,10); }

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

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

 span { border-color: rgb(164,11,10); }

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