#aa2739

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

Shades of Guardsman Red #AA2739

Tints of Guardsman Red #AA2739

Color information

#AA2739 (or 0xAA2739) is unknown color: approx Guardsman Red. HEX triplet: AA, 27 and 39. RGB value is (170,39,57). Sum of RGB (Red+Green+Blue) = 170+39+57=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2739 is #55D8C6. Grayscale: #505050. Windows color (decimal): -5626055 or 3745706. OLE color: 3745706.

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

Color convert

RGB1703957-
CMYK00.770.660.33
HSL351.76º62.68%40.98%-
HSV(B)351.76º77.06%66.67%-
XYZ18.0410.294.91-
YUV80.22114.9192.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.91%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 57 (22.66% from 255) = 21.43%
R=63.91%
G=14.66%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170395700.770.660.33351.7662.6840.98
HexAA273904D42211603f29
Octal25247710115102415407751
Binary10101010100111111001010011011000010100001101100000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2739; }

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

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

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

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

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

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

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

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