#AA292A

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

Shades of Guardsman Red #AA292A

Tints of Guardsman Red #AA292A

Color information

#AA292A (or 0xAA292A) is unknown color: approx Guardsman Red. HEX triplet: AA, 29 and 2A. RGB value is (170,41,42). Sum of RGB (Red+Green+Blue) = 170+41+42=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA292A is #55D6D5. Grayscale: #4F4F4F. Windows color (decimal): -5625558 or 2763178. OLE color: 2763178.

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

Color convert

RGB1704142-
CMYK00.760.750.33
HSL359.53º61.14%41.37%-
HSV(B)359.53º75.88%66.67%-
XYZ17.7910.33.24-
YUV79.68106.74192.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.19%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=67.19%
G=16.21%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170414200.760.750.33359.5361.1441.37
HexAA292A04C4B211683d29
Octal25251520114113415507551
Binary10101010101001101010010011001001011100001101101000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA292A; }

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

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

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

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

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

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

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

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