#AA2E36

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

Shades of Guardsman Red #AA2E36

Tints of Guardsman Red #AA2E36

Color information

#AA2E36 (or 0xAA2E36) is unknown color: approx Guardsman Red. HEX triplet: AA, 2E and 36. RGB value is (170,46,54). Sum of RGB (Red+Green+Blue) = 170+46+54=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E36 is #55D1C9. Grayscale: #545454. Windows color (decimal): -5624266 or 3550890. OLE color: 3550890.

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

Color convert

RGB1704654-
CMYK00.730.680.33
HSL356.13º57.41%42.35%-
HSV(B)356.13º72.94%66.67%-
XYZ18.2210.774.61-
YUV83.99111.08189.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.96%
GREEN value IS 46 (18.36% from 255) = 17.04%
BLUE value IS 54 (21.48% from 255) = 20%
R=62.96%
G=17.04%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170465400.730.680.33356.1357.4142.35
HexAA2E360494421164392a
Octal25256660111104415447152
Binary10101010101110110110010010011000100100001101100100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2E36; }

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

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

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

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

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

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

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

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