#AA1B29

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

Shades of Bright Red #AA1B29

Tints of Bright Red #AA1B29

Color information

#AA1B29 (or 0xAA1B29) is unknown color: approx Bright Red. HEX triplet: AA, 1B and 29. RGB value is (170,27,41). Sum of RGB (Red+Green+Blue) = 170+27+41=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1B29 is #55E4D6. Grayscale: #474747. Windows color (decimal): -5629143 or 2694058. OLE color: 2694058.

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

Color convert

RGB1702741-
CMYK00.840.760.33
HSL354.13º72.59%38.63%-
HSV(B)354.13º84.12%66.67%-
XYZ17.379.493.01-
YUV71.35110.88198.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.43%
GREEN value IS 27 (10.94% from 255) = 11.34%
BLUE value IS 41 (16.41% from 255) = 17.23%
R=71.43%
G=11.34%
B=17.23%

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
Decimal170274100.840.760.33354.1372.5938.63
HexAA1B290544C211624927
Octal252335101241144154211147
Binary10101010110111010010101010010011001000011011000101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1B29; }

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

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

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

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

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

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

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

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