#aa2123

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

Shades of Guardsman Red #AA2123

Tints of Guardsman Red #AA2123

Color information

#AA2123 (or 0xAA2123) is unknown color: approx Guardsman Red. HEX triplet: AA, 21 and 23. RGB value is (170,33,35). Sum of RGB (Red+Green+Blue) = 170+33+35=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2123 is #55DEDC. Grayscale: #4A4A4A. Windows color (decimal): -5627613 or 2302378. OLE color: 2302378.

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

Color convert

RGB1703335-
CMYK00.810.790.33
HSL359.12º67.49%39.8%-
HSV(B)359.12º80.59%66.67%-
XYZ17.429.762.55-
YUV74.19105.89196.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.43%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 35 (14.06% from 255) = 14.71%
R=71.43%
G=13.87%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170333500.810.790.33359.1267.4939.8
HexAA21230514F211674328
Octal252414301211174154710350
Binary101010101000011000110101000110011111000011011001111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2123; }

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

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

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

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

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

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

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

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