#aa2127

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

Shades of Guardsman Red #AA2127

Tints of Guardsman Red #AA2127

Color information

#AA2127 (or 0xAA2127) is unknown color: approx Guardsman Red. HEX triplet: AA, 21 and 27. RGB value is (170,33,39). Sum of RGB (Red+Green+Blue) = 170+33+39=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2127 is #55DED8. Grayscale: #4A4A4A. Windows color (decimal): -5627609 or 2564522. OLE color: 2564522.

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

Color convert

RGB1703339-
CMYK00.810.770.33
HSL357.37º67.49%39.8%-
HSV(B)357.37º80.59%66.67%-
XYZ17.499.782.89-
YUV74.65107.89196.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.25%
GREEN value IS 33 (13.28% from 255) = 13.64%
BLUE value IS 39 (15.62% from 255) = 16.12%
R=70.25%
G=13.64%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170333900.810.770.33357.3767.4939.8
HexAA21270514D211654328
Octal252414701211154154510350
Binary101010101000011001110101000110011011000011011001011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2127; }

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

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

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

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

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

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

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

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