#A1140A

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

Shades of Dark Red #A1140A

Tints of Dark Red #A1140A

Color information

#A1140A (or 0xA1140A) is unknown color: approx Dark Red. HEX triplet: A1, 14 and 0A. RGB value is (161,20,10). Sum of RGB (Red+Green+Blue) = 161+20+10=191 (25% of max value = 765). Red value is 161 (63.28% from 255 or 84.29% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 161 - color contains mainly: red. Hex color #A1140A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1140A is #5EEBF5. Grayscale: #3D3D3D. Windows color (decimal): -6220790 or 660641. OLE color: 660641.

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

Color convert

RGB1612010-
CMYK00.880.940.37
HSL3.97º88.3%33.53%-
HSV(B)3.97º93.79%63.14%-
XYZ158.11.06-
YUV61.0299.21199.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 84.29%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=84.29%
G=10.47%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161201000.880.940.373.9788.333.53
HexA114A0585E2545822
Octal2412412013013645413042
Binary101000011010010100101100010111101001011001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1140A; }

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

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

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

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

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

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

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

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