#AA2129

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

Shades of Guardsman Red #AA2129

Tints of Guardsman Red #AA2129

Color information

#AA2129 (or 0xAA2129) is unknown color: approx Guardsman Red. HEX triplet: AA, 21 and 29. RGB value is (170,33,41). Sum of RGB (Red+Green+Blue) = 170+33+41=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2129 is #55DED6. Grayscale: #4A4A4A. Windows color (decimal): -5627607 or 2695594. OLE color: 2695594.

HSL color Cylindrical-coordinate representation of color #AA2129: hue angle of 356.5º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2129 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB1703341-
CMYK00.810.760.33
HSL356.5º67.49%39.8%-
HSV(B)356.5º80.59%66.67%-
XYZ17.529.793.06-
YUV74.88108.89195.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.67%
GREEN value IS 33 (13.28% from 255) = 13.52%
BLUE value IS 41 (16.41% from 255) = 16.80%
R=69.67%
G=13.52%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170334100.810.760.33356.567.4939.8
HexAA21290514C211644328
Octal252415101211144154410350
Binary101010101000011010010101000110011001000011011001001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2129; }

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

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

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

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

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

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

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

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