#AA393C

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

Shades of Guardsman Red #AA393C

Tints of Guardsman Red #AA393C

Color information

#AA393C (or 0xAA393C) is unknown color: approx Guardsman Red. HEX triplet: AA, 39 and 3C. RGB value is (170,57,60). Sum of RGB (Red+Green+Blue) = 170+57+60=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA393C is #55C6C3. Grayscale: #5B5B5B. Windows color (decimal): -5621444 or 3946922. OLE color: 3946922.

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

Color convert

RGB1705760-
CMYK00.660.650.33
HSL358.41º49.78%44.51%-
HSV(B)358.41º66.47%66.67%-
XYZ18.8611.85.56-
YUV91.13110.44184.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.23%
GREEN value IS 57 (22.66% from 255) = 19.86%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=59.23%
G=19.86%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170576000.660.650.33358.4149.7844.51
HexAA393C0424121166322d
Octal25271740102101415466255
Binary10101010111001111100010000101000001100001101100110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA393C; }

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

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

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

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

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

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

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

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