#AA2A31

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

Shades of Guardsman Red #AA2A31

Tints of Guardsman Red #AA2A31

Color information

#AA2A31 (or 0xAA2A31) is unknown color: approx Guardsman Red. HEX triplet: AA, 2A and 31. RGB value is (170,42,49). Sum of RGB (Red+Green+Blue) = 170+42+49=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2A31 is #55D5CE. Grayscale: #515151. Windows color (decimal): -5625295 or 3222186. OLE color: 3222186.

HSL color Cylindrical-coordinate representation of color #AA2A31: hue angle of 356.72º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2A31 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB1704249-
CMYK00.750.710.33
HSL356.72º60.38%41.57%-
HSV(B)356.72º75.29%66.67%-
XYZ17.9610.423.97-
YUV81.07109.91191.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.13%
GREEN value IS 42 (16.80% from 255) = 16.09%
BLUE value IS 49 (19.53% from 255) = 18.77%
R=65.13%
G=16.09%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170424900.750.710.33356.7260.3841.57
HexAA2A3104B47211653c2a
Octal25252610113107415457452
Binary10101010101010110001010010111000111100001101100101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2A31; }

 p { color: rgb(170,42,49); }

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

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

 a { background-color: rgb(170,42,49); }

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

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

 span { border-color: rgb(170,42,49); }

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