#AA3235

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

Shades of Guardsman Red #AA3235

Tints of Guardsman Red #AA3235

Color information

#AA3235 (or 0xAA3235) is unknown color: approx Guardsman Red. HEX triplet: AA, 32 and 35. RGB value is (170,50,53). Sum of RGB (Red+Green+Blue) = 170+50+53=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3235 is #55CDCA. Grayscale: #565656. Windows color (decimal): -5623243 or 3486378. OLE color: 3486378.

HSL color Cylindrical-coordinate representation of color #AA3235: hue angle of 358.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3235 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1705053-
CMYK00.710.690.33
HSL358.5º54.55%43.14%-
HSV(B)358.5º70.59%66.67%-
XYZ18.3611.084.54-
YUV86.22109.26187.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.27%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=62.27%
G=18.32%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170505300.710.690.33358.554.5543.14
HexAA32350474521166372b
Octal25262650107105415466753
Binary10101010110010110101010001111000101100001101100110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3235; }

 p { color: rgb(170,50,53); }

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

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

 a { background-color: rgb(170,50,53); }

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

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

 span { border-color: rgb(170,50,53); }

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