#AA323A

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

Shades of Guardsman Red #AA323A

Tints of Guardsman Red #AA323A

Color information

#AA323A (or 0xAA323A) is unknown color: approx Guardsman Red. HEX triplet: AA, 32 and 3A. RGB value is (170,50,58). Sum of RGB (Red+Green+Blue) = 170+50+58=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA323A is #55CDC5. Grayscale: #565656. Windows color (decimal): -5623238 or 3814058. OLE color: 3814058.

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

Color convert

RGB1705058-
CMYK00.710.660.33
HSL356º54.55%43.14%-
HSV(B)356º70.59%66.67%-
XYZ18.4811.135.18-
YUV86.79111.76187.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.15%
GREEN value IS 50 (19.92% from 255) = 17.99%
BLUE value IS 58 (23.05% from 255) = 20.86%
R=61.15%
G=17.99%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170505800.710.660.3335654.5543.14
HexAA323A0474221164372b
Octal25262720107102415446753
Binary10101010110010111010010001111000010100001101100100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA323A; }

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

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

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

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

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

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

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

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