#AA1A26

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

Shades of Bright Red #AA1A26

Tints of Bright Red #AA1A26

Color information

#AA1A26 (or 0xAA1A26) is unknown color: approx Bright Red. HEX triplet: AA, 1A and 26. RGB value is (170,26,38). Sum of RGB (Red+Green+Blue) = 170+26+38=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A26 is #55E5D9. Grayscale: #464646. Windows color (decimal): -5629402 or 2497194. OLE color: 2497194.

HSL color Cylindrical-coordinate representation of color #AA1A26: hue angle of 355º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A26 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1702638-
CMYK00.850.780.33
HSL355º73.47%38.43%-
HSV(B)355º84.71%66.67%-
XYZ17.39.422.74-
YUV70.42109.71199.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.65%
GREEN value IS 26 (10.55% from 255) = 11.11%
BLUE value IS 38 (15.23% from 255) = 16.24%
R=72.65%
G=11.11%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170263800.850.780.3335573.4738.43
HexAA1A260554E211634926
Octal252324601251164154311146
Binary10101010110101001100101010110011101000011011000111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1A26; }

 p { color: rgb(170,26,38); }

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

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

 a { background-color: rgb(170,26,38); }

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

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

 span { border-color: rgb(170,26,38); }

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