#AA1A29

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

Shades of Bright Red #AA1A29

Tints of Bright Red #AA1A29

Color information

#AA1A29 (or 0xAA1A29) is unknown color: approx Bright Red. HEX triplet: AA, 1A and 29. RGB value is (170,26,41). Sum of RGB (Red+Green+Blue) = 170+26+41=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A29 is #55E5D6. Grayscale: #464646. Windows color (decimal): -5629399 or 2693802. OLE color: 2693802.

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

Color convert

RGB1702641-
CMYK00.850.760.33
HSL353.75º73.47%38.43%-
HSV(B)353.75º84.71%66.67%-
XYZ17.359.443.01-
YUV70.77111.21198.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.73%
GREEN value IS 26 (10.55% from 255) = 10.97%
BLUE value IS 41 (16.41% from 255) = 17.30%
R=71.73%
G=10.97%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170264100.850.760.33353.7573.4738.43
HexAA1A290554C211624926
Octal252325101251144154211146
Binary10101010110101010010101010110011001000011011000101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1A29; }

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

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

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

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

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

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

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

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