#AA2737

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

Shades of Guardsman Red #AA2737

Tints of Guardsman Red #AA2737

Color information

#AA2737 (or 0xAA2737) is unknown color: approx Guardsman Red. HEX triplet: AA, 27 and 37. RGB value is (170,39,55). Sum of RGB (Red+Green+Blue) = 170+39+55=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2737 is #55D8C8. Grayscale: #505050. Windows color (decimal): -5626057 or 3614634. OLE color: 3614634.

HSL color Cylindrical-coordinate representation of color #AA2737: hue angle of 352.67º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2737 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB1703955-
CMYK00.770.680.33
HSL352.67º62.68%40.98%-
HSV(B)352.67º77.06%66.67%-
XYZ17.9910.274.65-
YUV79.99113.9192.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.39%
GREEN value IS 39 (15.62% from 255) = 14.77%
BLUE value IS 55 (21.88% from 255) = 20.83%
R=64.39%
G=14.77%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170395500.770.680.33352.6762.6840.98
HexAA273704D44211613f29
Octal25247670115104415417751
Binary10101010100111110111010011011000100100001101100001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2737; }

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

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

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

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

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

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

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

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