#AA0A0B

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

Shades of Sangria #AA0A0B

Tints of Sangria #AA0A0B

Color information

#AA0A0B (or 0xAA0A0B) is unknown color: approx Sangria. HEX triplet: AA, 0A and 0B. RGB value is (170,10,11). Sum of RGB (Red+Green+Blue) = 170+10+11=191 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.01% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0A0B is #55F5F4. Grayscale: #3A3A3A. Windows color (decimal): -5633525 or 723626. OLE color: 723626.

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

Color convert

RGB1701011-
CMYK00.940.940.33
HSL359.62º88.89%35.29%-
HSV(B)359.62º94.12%66.67%-
XYZ16.758.791.13-
YUV57.95101.51207.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 89.01%
GREEN value IS 10 (4.30% from 255) = 5.24%
BLUE value IS 11 (4.69% from 255) = 5.76%
R=89.01%
G=5.24%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170101100.940.940.33359.6288.8935.29
HexAAAB05E5E211685923
Octal252121301361364155013143
Binary10101010101010110101111010111101000011011010001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0A0B; }

 p { color: rgb(170,10,11); }

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

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

 a { background-color: rgb(170,10,11); }

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

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

 span { border-color: rgb(170,10,11); }

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