#AA2A3D

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

Shades of Guardsman Red #AA2A3D

Tints of Guardsman Red #AA2A3D

Color information

#AA2A3D (or 0xAA2A3D) is unknown color: approx Guardsman Red. HEX triplet: AA, 2A and 3D. RGB value is (170,42,61). Sum of RGB (Red+Green+Blue) = 170+42+61=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2A3D is #55D5C2. Grayscale: #525252. Windows color (decimal): -5625283 or 4008618. OLE color: 4008618.

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

Color convert

RGB1704261-
CMYK00.750.640.33
HSL351.09º60.38%41.57%-
HSV(B)351.09º75.29%66.67%-
XYZ18.2510.545.49-
YUV82.44115.91190.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.27%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 61 (24.22% from 255) = 22.34%
R=62.27%
G=15.38%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170426100.750.640.33351.0960.3841.57
HexAA2A3D04B402115f3c2a
Octal25252750113100415377452
Binary10101010101010111101010010111000000100001101011111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2A3D; }

 p { color: rgb(170,42,61); }

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

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

 a { background-color: rgb(170,42,61); }

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

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

 span { border-color: rgb(170,42,61); }

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