#AA2A30

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

Shades of Guardsman Red #AA2A30

Tints of Guardsman Red #AA2A30

Color information

#AA2A30 (or 0xAA2A30) is unknown color: approx Guardsman Red. HEX triplet: AA, 2A and 30. RGB value is (170,42,48). Sum of RGB (Red+Green+Blue) = 170+42+48=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2A30 is #55D5CF. Grayscale: #515151. Windows color (decimal): -5625296 or 3156650. OLE color: 3156650.

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

Color convert

RGB1704248-
CMYK00.750.720.33
HSL357.19º60.38%41.57%-
HSV(B)357.19º75.29%66.67%-
XYZ17.9410.423.86-
YUV80.96109.41191.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.38%
GREEN value IS 42 (16.80% from 255) = 16.15%
BLUE value IS 48 (19.14% from 255) = 18.46%
R=65.38%
G=16.15%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170424800.750.720.33357.1960.3841.57
HexAA2A3004B48211653c2a
Octal25252600113110415457452
Binary10101010101010110000010010111001000100001101100101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2A30; }

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

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

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

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

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

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

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

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