#AA373C

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

Shades of Guardsman Red #AA373C

Tints of Guardsman Red #AA373C

Color information

#AA373C (or 0xAA373C) is unknown color: approx Guardsman Red. HEX triplet: AA, 37 and 3C. RGB value is (170,55,60). Sum of RGB (Red+Green+Blue) = 170+55+60=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA373C is #55C8C3. Grayscale: #5A5A5A. Windows color (decimal): -5621956 or 3946410. OLE color: 3946410.

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

Color convert

RGB1705560-
CMYK00.680.650.33
HSL357.39º51.11%44.12%-
HSV(B)357.39º67.65%66.67%-
XYZ18.7611.65.53-
YUV89.96111.1185.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.65%
GREEN value IS 55 (21.88% from 255) = 19.30%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=59.65%
G=19.30%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170556000.680.650.33357.3951.1144.12
HexAA373C0444121165332c
Octal25267740104101415456354
Binary10101010110111111100010001001000001100001101100101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA373C; }

 p { color: rgb(170,55,60); }

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

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

 a { background-color: rgb(170,55,60); }

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

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

 span { border-color: rgb(170,55,60); }

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