#AA2539

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

Shades of Guardsman Red #AA2539

Tints of Guardsman Red #AA2539

Color information

#AA2539 (or 0xAA2539) is unknown color: approx Guardsman Red. HEX triplet: AA, 25 and 39. RGB value is (170,37,57). Sum of RGB (Red+Green+Blue) = 170+37+57=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2539 is #55DAC6. Grayscale: #4F4F4F. Windows color (decimal): -5626567 or 3745194. OLE color: 3745194.

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

Color convert

RGB1703757-
CMYK00.780.660.33
HSL350.98º64.25%40.59%-
HSV(B)350.98º78.24%66.67%-
XYZ17.9810.164.89-
YUV79.05115.56192.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.39%
GREEN value IS 37 (14.84% from 255) = 14.02%
BLUE value IS 57 (22.66% from 255) = 21.59%
R=64.39%
G=14.02%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170375700.780.660.33350.9864.2540.59
HexAA253904E422115f4029
Octal252457101161024153710051
Binary101010101001011110010100111010000101000011010111111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2539; }

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

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

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

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

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

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

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

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