#AA0103

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

Shades of Sangria #AA0103

Tints of Sangria #AA0103

Color information

#AA0103 (or 0xAA0103) is unknown color: approx Sangria. HEX triplet: AA, 01 and 03. RGB value is (170,1,3). Sum of RGB (Red+Green+Blue) = 170+1+3=174 (23% of max value = 765). Red value is 170 (66.80% from 255 or 97.70% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0103 is #55FEFC. Grayscale: #333333. Windows color (decimal): -5635837 or 197034. OLE color: 197034.

HSL color Cylindrical-coordinate representation of color #AA0103: hue angle of 359.29º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0103 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB17013-
CMYK00.990.980.33
HSL359.29º98.83%33.53%-
HSV(B)359.29º99.41%66.67%-
XYZ16.68.570.87-
YUV51.76100.49212.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 97.70%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 3 (1.56% from 255) = 1.72%
R=97.70%
G=0.57%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701300.990.980.33359.2998.8333.53
HexAA1306362211676322
Octal2521301431424154714342
Binary101010101110110001111000101000011011001111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0103; }

 p { color: rgb(170,1,3); }

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

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

 a { background-color: rgb(170,1,3); }

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

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

 span { border-color: rgb(170,1,3); }

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