#AA292C

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

Shades of Guardsman Red #AA292C

Tints of Guardsman Red #AA292C

Color information

#AA292C (or 0xAA292C) is unknown color: approx Guardsman Red. HEX triplet: AA, 29 and 2C. RGB value is (170,41,44). Sum of RGB (Red+Green+Blue) = 170+41+44=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA292C is #55D6D3. Grayscale: #505050. Windows color (decimal): -5625556 or 2894250. OLE color: 2894250.

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

Color convert

RGB1704144-
CMYK00.760.740.33
HSL358.6º61.14%41.37%-
HSV(B)358.6º75.88%66.67%-
XYZ17.8310.313.43-
YUV79.91107.74192.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.67%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 44 (17.58% from 255) = 17.25%
R=66.67%
G=16.08%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170414400.760.740.33358.661.1441.37
HexAA292C04C4A211673d29
Octal25251540114112415477551
Binary10101010101001101100010011001001010100001101100111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA292C; }

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

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

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

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

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

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

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

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