#A11404

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

Shades of Dark Red #A11404

Tints of Dark Red #A11404

Color information

#A11404 (or 0xA11404) is unknown color: approx Dark Red. HEX triplet: A1, 14 and 04. RGB value is (161,20,4). Sum of RGB (Red+Green+Blue) = 161+20+4=185 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.03% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 161 - color contains mainly: red. Hex color #A11404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11404 is #5EEBFB. Grayscale: #3C3C3C. Windows color (decimal): -6220796 or 267425. OLE color: 267425.

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

Color convert

RGB161204-
CMYK00.880.980.37
HSL6.11º95.15%32.35%-
HSV(B)6.11º97.52%63.14%-
XYZ14.978.090.89-
YUV60.3396.21199.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 87.03%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 4 (1.95% from 255) = 2.16%
R=87.03%
G=10.81%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16120400.880.980.376.1195.1532.35
HexA1144058622565f20
Octal241244013014245613740
Binary10100001101001000101100011000101001011101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11404; }

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

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

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

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

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

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

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

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