#AA393D

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

Shades of Guardsman Red #AA393D

Tints of Guardsman Red #AA393D

Color information

#AA393D (or 0xAA393D) is unknown color: approx Guardsman Red. HEX triplet: AA, 39 and 3D. RGB value is (170,57,61). Sum of RGB (Red+Green+Blue) = 170+57+61=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA393D is #55C6C2. Grayscale: #5B5B5B. Windows color (decimal): -5621443 or 4012458. OLE color: 4012458.

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

Color convert

RGB1705761-
CMYK00.660.640.33
HSL357.88º49.78%44.51%-
HSV(B)357.88º66.47%66.67%-
XYZ18.8811.815.7-
YUV91.24110.94184.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.03%
GREEN value IS 57 (22.66% from 255) = 19.79%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=59.03%
G=19.79%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170576100.660.640.33357.8849.7844.51
HexAA393D0424021166322d
Octal25271750102100415466255
Binary10101010111001111101010000101000000100001101100110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA393D; }

 p { color: rgb(170,57,61); }

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

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

 a { background-color: rgb(170,57,61); }

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

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

 span { border-color: rgb(170,57,61); }

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