#AA3439

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

Shades of Guardsman Red #AA3439

Tints of Guardsman Red #AA3439

Color information

#AA3439 (or 0xAA3439) is unknown color: approx Guardsman Red. HEX triplet: AA, 34 and 39. RGB value is (170,52,57). Sum of RGB (Red+Green+Blue) = 170+52+57=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3439 is #55CBC6. Grayscale: #575757. Windows color (decimal): -5622727 or 3749034. OLE color: 3749034.

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

Color convert

RGB1705257-
CMYK00.690.660.33
HSL357.46º53.15%43.53%-
HSV(B)357.46º69.41%66.67%-
XYZ18.5411.35.07-
YUV87.85110.59186.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.93%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 57 (22.66% from 255) = 20.43%
R=60.93%
G=18.64%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170525700.690.660.33357.4653.1543.53
HexAA34390454221165352c
Octal25264710105102415456554
Binary10101010110100111001010001011000010100001101100101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3439; }

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

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

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

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

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

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

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

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