#A41500

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

Shades of Dark Red #A41500

Tints of Dark Red #A41500

Color information

#A41500 (or 0xA41500) is unknown color: approx Dark Red. HEX triplet: A4, 15 and 00. RGB value is (164,21,0). Sum of RGB (Red+Green+Blue) = 164+21+0=185 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.65% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 164 - color contains mainly: red. Hex color #A41500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41500 is #5BEAFF. Grayscale: #3D3D3D. Windows color (decimal): -6023936 or 5540. OLE color: 5540.

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

Color convert

RGB164210-
CMYK00.8710.36
HSL7.68º100%32.16%-
HSV(B)7.68º100%64.31%-
XYZ15.588.430.81-
YUV61.3693.38201.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 88.65%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.65%
G=11.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16421000.8710.367.6810032.16
HexA4150057642486420
Octal2442500127144441014440
Binary1010010010101001010111110010010010010001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41500; }

 p { color: rgb(164,21,0); }

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

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

 a { background-color: rgb(164,21,0); }

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

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

 span { border-color: rgb(164,21,0); }

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