#AA2731

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

Shades of Guardsman Red #AA2731

Tints of Guardsman Red #AA2731

Color information

#AA2731 (or 0xAA2731) is unknown color: approx Guardsman Red. HEX triplet: AA, 27 and 31. RGB value is (170,39,49). Sum of RGB (Red+Green+Blue) = 170+39+49=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2731 is #55D8CE. Grayscale: #4F4F4F. Windows color (decimal): -5626063 or 3221418. OLE color: 3221418.

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

Color convert

RGB1703949-
CMYK00.770.710.33
HSL355.42º62.68%40.98%-
HSV(B)355.42º77.06%66.67%-
XYZ17.8610.223.94-
YUV79.31110.9192.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.89%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 49 (19.53% from 255) = 18.99%
R=65.89%
G=15.12%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170394900.770.710.33355.4262.6840.98
HexAA273104D47211633f29
Octal25247610115107415437751
Binary10101010100111110001010011011000111100001101100011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2731; }

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

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

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

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

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

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

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

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