#A1120B

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

Shades of Dark Red #A1120B

Tints of Dark Red #A1120B

Color information

#A1120B (or 0xA1120B) is unknown color: approx Dark Red. HEX triplet: A1, 12 and 0B. RGB value is (161,18,11). Sum of RGB (Red+Green+Blue) = 161+18+11=190 (25% of max value = 765). Red value is 161 (63.28% from 255 or 84.74% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 161 - color contains mainly: red. Hex color #A1120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1120B is #5EEDF4. Grayscale: #3C3C3C. Windows color (decimal): -6221301 or 725665. OLE color: 725665.

HSL color Cylindrical-coordinate representation of color #A1120B: hue angle of 2.8º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1120B is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB1611811-
CMYK00.890.930.37
HSL2.8º87.21%33.73%-
HSV(B)2.8º93.17%63.14%-
XYZ14.978.031.08-
YUV59.96100.38200.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 84.74%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 11 (4.69% from 255) = 5.79%
R=84.74%
G=9.47%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161181100.890.930.372.887.2133.73
HexA112B0595D2535722
Octal2412213013113545312742
Binary10100001100101011010110011011101100101111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1120B; }

 p { color: rgb(161,18,11); }

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

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

 a { background-color: rgb(161,18,11); }

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

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

 span { border-color: rgb(161,18,11); }

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