#A11504

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

Shades of Dark Red #A11504

Tints of Dark Red #A11504

Color information

#A11504 (or 0xA11504) is unknown color: approx Dark Red. HEX triplet: A1, 15 and 04. RGB value is (161,21,4). Sum of RGB (Red+Green+Blue) = 161+21+4=186 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.56% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 161 - color contains mainly: red. Hex color #A11504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11504 is #5EEAFB. Grayscale: #3D3D3D. Windows color (decimal): -6220540 or 267681. OLE color: 267681.

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

Color convert

RGB161214-
CMYK00.870.980.37
HSL6.5º95.15%32.35%-
HSV(B)6.5º97.52%63.14%-
XYZ14.998.120.89-
YUV60.9295.88199.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 86.56%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 4 (1.95% from 255) = 2.15%
R=86.56%
G=11.29%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16121400.870.980.376.595.1532.35
HexA1154057622565f20
Octal241254012714245613740
Binary10100001101011000101011111000101001011101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11504; }

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

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

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

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

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

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

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

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