#AA2E34

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

Shades of Guardsman Red #AA2E34

Tints of Guardsman Red #AA2E34

Color information

#AA2E34 (or 0xAA2E34) is unknown color: approx Guardsman Red. HEX triplet: AA, 2E and 34. RGB value is (170,46,52). Sum of RGB (Red+Green+Blue) = 170+46+52=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E34 is #55D1CB. Grayscale: #535353. Windows color (decimal): -5624268 or 3419818. OLE color: 3419818.

HSL color Cylindrical-coordinate representation of color #AA2E34: hue angle of 357.1º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA2E34 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1704652-
CMYK00.730.690.33
HSL357.1º57.41%42.35%-
HSV(B)357.1º72.94%66.67%-
XYZ18.1710.754.37-
YUV83.76110.08189.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.43%
GREEN value IS 46 (18.36% from 255) = 17.16%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=63.43%
G=17.16%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170465200.730.690.33357.157.4142.35
HexAA2E340494521165392a
Octal25256640111105415457152
Binary10101010101110110100010010011000101100001101100101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2E34; }

 p { color: rgb(170,46,52); }

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

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

 a { background-color: rgb(170,46,52); }

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

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

 span { border-color: rgb(170,46,52); }

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