#AA1C29

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

Shades of Bright Red #AA1C29

Tints of Bright Red #AA1C29

Color information

#AA1C29 (or 0xAA1C29) is unknown color: approx Bright Red. HEX triplet: AA, 1C and 29. RGB value is (170,28,41). Sum of RGB (Red+Green+Blue) = 170+28+41=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C29 is #55E3D6. Grayscale: #484848. Windows color (decimal): -5628887 or 2694314. OLE color: 2694314.

HSL color Cylindrical-coordinate representation of color #AA1C29: hue angle of 354.51º 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 #AA1C29 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB1702841-
CMYK00.840.760.33
HSL354.51º71.72%38.82%-
HSV(B)354.51º83.53%66.67%-
XYZ17.399.543.02-
YUV71.94110.54197.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.13%
GREEN value IS 28 (11.33% from 255) = 11.72%
BLUE value IS 41 (16.41% from 255) = 17.15%
R=71.13%
G=11.72%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170284100.840.760.33354.5171.7238.82
HexAA1C290544C211634827
Octal252345101241144154311047
Binary10101010111001010010101010010011001000011011000111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C29; }

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

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

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

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

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

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

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

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