#AA2E33

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

Shades of Guardsman Red #AA2E33

Tints of Guardsman Red #AA2E33

Color information

#AA2E33 (or 0xAA2E33) is unknown color: approx Guardsman Red. HEX triplet: AA, 2E and 33. RGB value is (170,46,51). Sum of RGB (Red+Green+Blue) = 170+46+51=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E33 is #55D1CC. Grayscale: #535353. Windows color (decimal): -5624269 or 3354282. OLE color: 3354282.

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

Color convert

RGB1704651-
CMYK00.730.70.33
HSL357.58º57.41%42.35%-
HSV(B)357.58º72.94%66.67%-
XYZ18.1510.744.25-
YUV83.65109.58189.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.67%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 51 (20.31% from 255) = 19.10%
R=63.67%
G=17.23%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170465100.730.70.33357.5857.4142.35
HexAA2E330494621166392a
Octal25256630111106415467152
Binary10101010101110110011010010011000110100001101100110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2E33; }

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

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

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

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

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

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

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

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