#AA2B2C

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

Shades of Guardsman Red #AA2B2C

Tints of Guardsman Red #AA2B2C

Color information

#AA2B2C (or 0xAA2B2C) is unknown color: approx Guardsman Red. HEX triplet: AA, 2B and 2C. RGB value is (170,43,44). Sum of RGB (Red+Green+Blue) = 170+43+44=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2B2C is #55D4D3. Grayscale: #515151. Windows color (decimal): -5625044 or 2894762. OLE color: 2894762.

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

Color convert

RGB1704344-
CMYK00.750.740.33
HSL359.53º59.62%41.76%-
HSV(B)359.53º74.71%66.67%-
XYZ17.910.463.46-
YUV81.09107.08191.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.15%
GREEN value IS 43 (17.19% from 255) = 16.73%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=66.15%
G=16.73%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170434400.750.740.33359.5359.6241.76
HexAA2B2C04B4A211683c2a
Octal25253540113112415507452
Binary10101010101011101100010010111001010100001101101000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2B2C; }

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

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

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

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

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

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

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

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