#AA373A

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

Shades of Guardsman Red #AA373A

Tints of Guardsman Red #AA373A

Color information

#AA373A (or 0xAA373A) is unknown color: approx Guardsman Red. HEX triplet: AA, 37 and 3A. RGB value is (170,55,58). Sum of RGB (Red+Green+Blue) = 170+55+58=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA373A is #55C8C5. Grayscale: #595959. Windows color (decimal): -5621958 or 3815338. OLE color: 3815338.

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

Color convert

RGB1705558-
CMYK00.680.660.33
HSL358.43º51.11%44.12%-
HSV(B)358.43º67.65%66.67%-
XYZ18.7111.585.25-
YUV89.73110.1185.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.07%
GREEN value IS 55 (21.88% from 255) = 19.43%
BLUE value IS 58 (23.05% from 255) = 20.49%
R=60.07%
G=19.43%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170555800.680.660.33358.4351.1144.12
HexAA373A0444221166332c
Octal25267720104102415466354
Binary10101010110111111010010001001000010100001101100110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA373A; }

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

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

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

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

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

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

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

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