#AA393E

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

Shades of Guardsman Red #AA393E

Tints of Guardsman Red #AA393E

Color information

#AA393E (or 0xAA393E) is unknown color: approx Guardsman Red. HEX triplet: AA, 39 and 3E. RGB value is (170,57,62). Sum of RGB (Red+Green+Blue) = 170+57+62=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA393E is #55C6C1. Grayscale: #5B5B5B. Windows color (decimal): -5621442 or 4077994. OLE color: 4077994.

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

Color convert

RGB1705762-
CMYK00.660.640.33
HSL357.35º49.78%44.51%-
HSV(B)357.35º66.47%66.67%-
XYZ18.9111.825.84-
YUV91.36111.44184.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.82%
GREEN value IS 57 (22.66% from 255) = 19.72%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=58.82%
G=19.72%
B=21.45%

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
Decimal170576200.660.640.33357.3549.7844.51
HexAA393E0424021165322d
Octal25271760102100415456255
Binary10101010111001111110010000101000000100001101100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA393E; }

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

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

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

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

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

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

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

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