#AA3337

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

Shades of Guardsman Red #AA3337

Tints of Guardsman Red #AA3337

Color information

#AA3337 (or 0xAA3337) is unknown color: approx Guardsman Red. HEX triplet: AA, 33 and 37. RGB value is (170,51,55). Sum of RGB (Red+Green+Blue) = 170+51+55=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3337 is #55CCC8. Grayscale: #575757. Windows color (decimal): -5622985 or 3617706. OLE color: 3617706.

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

Color convert

RGB1705155-
CMYK00.70.680.33
HSL357.98º53.85%43.33%-
HSV(B)357.98º70%66.67%-
XYZ18.4511.194.8-
YUV87.04109.92187.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.59%
GREEN value IS 51 (20.31% from 255) = 18.48%
BLUE value IS 55 (21.88% from 255) = 19.93%
R=61.59%
G=18.48%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170515500.70.680.33357.9853.8543.33
HexAA33370464421166362b
Octal25263670106104415466653
Binary10101010110011110111010001101000100100001101100110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3337; }

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

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

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

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

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

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

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

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