#aa2122

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

Shades of Guardsman Red #AA2122

Tints of Guardsman Red #AA2122

Color information

#AA2122 (or 0xAA2122) is unknown color: approx Guardsman Red. HEX triplet: AA, 21 and 22. RGB value is (170,33,34). Sum of RGB (Red+Green+Blue) = 170+33+34=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2122 is #55DEDD. Grayscale: #4A4A4A. Windows color (decimal): -5627614 or 2236842. OLE color: 2236842.

HSL color Cylindrical-coordinate representation of color #AA2122: hue angle of 359.56º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2122 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB1703334-
CMYK00.810.800.33
HSL359.56º67.49%39.8%-
HSV(B)359.56º80.59%66.67%-
XYZ17.419.752.48-
YUV74.08105.39196.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.73%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 34 (13.67% from 255) = 14.35%
R=71.73%
G=13.92%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170333400.810.800.33359.5667.4939.8
HexAA212205150211684328
Octal252414201211204155010350
Binary101010101000011000100101000110100001000011011010001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2122; }

 p { color: rgb(170,33,34); }

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

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

 a { background-color: rgb(170,33,34); }

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

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

 span { border-color: rgb(170,33,34); }

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