#A1070D

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

Shades of Sangria #A1070D

Tints of Sangria #A1070D

Color information

#A1070D (or 0xA1070D) is unknown color: approx Sangria. HEX triplet: A1, 07 and 0D. RGB value is (161,7,13). Sum of RGB (Red+Green+Blue) = 161+7+13=181 (23% of max value = 765). Red value is 161 (63.28% from 255 or 88.95% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 161 - color contains mainly: red. Hex color #A1070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1070D is #5EF8F2. Grayscale: #353535. Windows color (decimal): -6224115 or 853921. OLE color: 853921.

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

Color convert

RGB161713-
CMYK00.960.920.37
HSL357.66º91.67%32.94%-
HSV(B)357.66º95.65%63.14%-
XYZ14.857.761.1-
YUV53.73105.02204.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 88.95%
GREEN value IS 7 (3.12% from 255) = 3.87%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=88.95%
G=3.87%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16171300.960.920.37357.6691.6732.94
HexA17D0605C251665c21
Octal24171501401344554613441
Binary1010000111111010110000010111001001011011001101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1070D; }

 p { color: rgb(161,7,13); }

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

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

 a { background-color: rgb(161,7,13); }

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

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

 span { border-color: rgb(161,7,13); }

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