#A1150A

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

Shades of Dark Red #A1150A

Tints of Dark Red #A1150A

Color information

#A1150A (or 0xA1150A) is unknown color: approx Dark Red. HEX triplet: A1, 15 and 0A. RGB value is (161,21,10). Sum of RGB (Red+Green+Blue) = 161+21+10=192 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.85% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 161 - color contains mainly: red. Hex color #A1150A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1150A is #5EEAF5. Grayscale: #3D3D3D. Windows color (decimal): -6220534 or 660897. OLE color: 660897.

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

Color convert

RGB1612110-
CMYK00.870.940.37
HSL4.37º88.3%33.53%-
HSV(B)4.37º93.79%63.14%-
XYZ15.028.141.07-
YUV61.6198.88198.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 83.85%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=83.85%
G=10.94%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161211000.870.940.374.3788.333.53
HexA115A0575E2545822
Octal2412512012713645413042
Binary101000011010110100101011110111101001011001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1150A; }

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

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

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

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

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

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

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

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