#AA353E

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

Shades of Guardsman Red #AA353E

Tints of Guardsman Red #AA353E

Color information

#AA353E (or 0xAA353E) is unknown color: approx Guardsman Red. HEX triplet: AA, 35 and 3E. RGB value is (170,53,62). Sum of RGB (Red+Green+Blue) = 170+53+62=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA353E is #55CAC1. Grayscale: #595959. Windows color (decimal): -5622466 or 4076970. OLE color: 4076970.

HSL color Cylindrical-coordinate representation of color #AA353E: hue angle of 355.38º degrees, saturation: 0.52, 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 #AA353E is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB1705362-
CMYK00.690.640.33
HSL355.38º52.47%43.73%-
HSV(B)355.38º68.82%66.67%-
XYZ18.7211.445.78-
YUV89.01112.76185.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.65%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=59.65%
G=18.60%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170536200.690.640.33355.3852.4743.73
HexAA353E0454021163342c
Octal25265760105100415436454
Binary10101010110101111110010001011000000100001101100011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA353E; }

 p { color: rgb(170,53,62); }

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

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

 a { background-color: rgb(170,53,62); }

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

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

 span { border-color: rgb(170,53,62); }

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