#AA323E

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

Shades of Guardsman Red #AA323E

Tints of Guardsman Red #AA323E

Color information

#AA323E (or 0xAA323E) is unknown color: approx Guardsman Red. HEX triplet: AA, 32 and 3E. RGB value is (170,50,62). Sum of RGB (Red+Green+Blue) = 170+50+62=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA323E is #55CDC1. Grayscale: #575757. Windows color (decimal): -5623234 or 4076202. OLE color: 4076202.

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

Color convert

RGB1705062-
CMYK00.710.640.33
HSL354º54.55%43.14%-
HSV(B)354º70.59%66.67%-
XYZ18.5911.185.73-
YUV87.25113.76187.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 50 (19.92% from 255) = 17.73%
BLUE value IS 62 (24.61% from 255) = 21.99%
R=60.28%
G=17.73%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170506200.710.640.3335454.5543.14
HexAA323E0474021162372b
Octal25262760107100415426753
Binary10101010110010111110010001111000000100001101100010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA323E; }

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

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

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

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

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

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

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

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