#AA3639

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

Shades of Guardsman Red #AA3639

Tints of Guardsman Red #AA3639

Color information

#AA3639 (or 0xAA3639) is unknown color: approx Guardsman Red. HEX triplet: AA, 36 and 39. RGB value is (170,54,57). Sum of RGB (Red+Green+Blue) = 170+54+57=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3639 is #55C9C6. Grayscale: #595959. Windows color (decimal): -5622215 or 3749546. OLE color: 3749546.

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

Color convert

RGB1705457-
CMYK00.680.660.33
HSL358.45º51.79%43.92%-
HSV(B)358.45º68.24%66.67%-
XYZ18.6411.485.1-
YUV89.03109.93185.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.50%
GREEN value IS 54 (21.48% from 255) = 19.22%
BLUE value IS 57 (22.66% from 255) = 20.28%
R=60.50%
G=19.22%
B=20.28%

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
Decimal170545700.680.660.33358.4551.7943.92
HexAA36390444221166342c
Octal25266710104102415466454
Binary10101010110110111001010001001000010100001101100110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3639; }

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

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

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

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

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

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

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

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