#AA1C26

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

Shades of Bright Red #AA1C26

Tints of Bright Red #AA1C26

Color information

#AA1C26 (or 0xAA1C26) is unknown color: approx Bright Red. HEX triplet: AA, 1C and 26. RGB value is (170,28,38). Sum of RGB (Red+Green+Blue) = 170+28+38=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C26 is #55E3D9. Grayscale: #474747. Windows color (decimal): -5628890 or 2497706. OLE color: 2497706.

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

Color convert

RGB1702838-
CMYK00.840.780.33
HSL355.77º71.72%38.82%-
HSV(B)355.77º83.53%66.67%-
XYZ17.349.522.76-
YUV71.6109.04198.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.03%
GREEN value IS 28 (11.33% from 255) = 11.86%
BLUE value IS 38 (15.23% from 255) = 16.10%
R=72.03%
G=11.86%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170283800.840.780.33355.7771.7238.82
HexAA1C260544E211644827
Octal252344601241164154411047
Binary10101010111001001100101010010011101000011011001001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C26; }

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

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

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

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

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

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

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

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