#A41300

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

Shades of Dark Red #A41300

Tints of Dark Red #A41300

Color information

#A41300 (or 0xA41300) is unknown color: approx Dark Red. HEX triplet: A4, 13 and 00. RGB value is (164,19,0). Sum of RGB (Red+Green+Blue) = 164+19+0=183 (24% of max value = 765). Red value is 164 (64.45% from 255 or 89.62% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 164 - color contains mainly: red. Hex color #A41300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41300 is #5BECFF. Grayscale: #3C3C3C. Windows color (decimal): -6024448 or 5028. OLE color: 5028.

HSL color Cylindrical-coordinate representation of color #A41300: hue angle of 6.95º 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 #A41300 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB164190-
CMYK00.8810.36
HSL6.95º100%32.16%-
HSV(B)6.95º100%64.31%-
XYZ15.548.360.79-
YUV60.1994.04202.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 89.62%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.62%
G=10.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16419000.8810.366.9510032.16
HexA4130058642476420
Octal244230013014444714440
Binary101001001001100101100011001001001001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41300; }

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

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

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

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

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

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

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

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