#AA3739

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

Shades of Guardsman Red #AA3739

Tints of Guardsman Red #AA3739

Color information

#AA3739 (or 0xAA3739) is unknown color: approx Guardsman Red. HEX triplet: AA, 37 and 39. RGB value is (170,55,57). Sum of RGB (Red+Green+Blue) = 170+55+57=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3739 is #55C8C6. Grayscale: #595959. Windows color (decimal): -5621959 or 3749802. OLE color: 3749802.

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

Color convert

RGB1705557-
CMYK00.680.660.33
HSL358.96º51.11%44.12%-
HSV(B)358.96º67.65%66.67%-
XYZ18.6811.575.12-
YUV89.61109.6185.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 55 (21.88% from 255) = 19.50%
BLUE value IS 57 (22.66% from 255) = 20.21%
R=60.28%
G=19.50%
B=20.21%

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
Decimal170555700.680.660.33358.9651.1144.12
HexAA37390444221167332c
Octal25267710104102415476354
Binary10101010110111111001010001001000010100001101100111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3739; }

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

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

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

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

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

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

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

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