#AA202D

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

Shades of Guardsman Red #AA202D

Tints of Guardsman Red #AA202D

Color information

#AA202D (or 0xAA202D) is unknown color: approx Guardsman Red. HEX triplet: AA, 20 and 2D. RGB value is (170,32,45). Sum of RGB (Red+Green+Blue) = 170+32+45=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA202D is #55DFD2. Grayscale: #4A4A4A. Windows color (decimal): -5627859 or 2957482. OLE color: 2957482.

HSL color Cylindrical-coordinate representation of color #AA202D: hue angle of 354.35º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA202D is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB1703245-
CMYK00.810.740.33
HSL354.35º68.32%39.61%-
HSV(B)354.35º81.18%66.67%-
XYZ17.579.773.44-
YUV74.74111.22195.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.83%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 45 (17.97% from 255) = 18.22%
R=68.83%
G=12.96%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170324500.810.740.33354.3568.3239.61
HexAA202D0514A211624428
Octal252405501211124154210450
Binary101010101000001011010101000110010101000011011000101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA202D; }

 p { color: rgb(170,32,45); }

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

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

 a { background-color: rgb(170,32,45); }

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

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

 span { border-color: rgb(170,32,45); }

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