#A11304

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

Shades of Dark Red #A11304

Tints of Dark Red #A11304

Color information

#A11304 (or 0xA11304) is unknown color: approx Dark Red. HEX triplet: A1, 13 and 04. RGB value is (161,19,4). Sum of RGB (Red+Green+Blue) = 161+19+4=184 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.5% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 161 - color contains mainly: red. Hex color #A11304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11304 is #5EECFB. Grayscale: #3B3B3B. Windows color (decimal): -6221052 or 267169. OLE color: 267169.

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

Color convert

RGB161194-
CMYK00.880.980.37
HSL5.73º95.15%32.35%-
HSV(B)5.73º97.52%63.14%-
XYZ14.958.050.88-
YUV59.7596.54200.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 87.5%
GREEN value IS 19 (7.81% from 255) = 10.33%
BLUE value IS 4 (1.95% from 255) = 2.17%
R=87.5%
G=10.33%
B=2.17%

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
Decimal16119400.880.980.375.7395.1532.35
HexA1134058622565f20
Octal241234013014245613740
Binary10100001100111000101100011000101001011101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11304; }

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

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

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

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

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

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

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

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