#AA343D

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

Shades of Guardsman Red #AA343D

Tints of Guardsman Red #AA343D

Color information

#AA343D (or 0xAA343D) is unknown color: approx Guardsman Red. HEX triplet: AA, 34 and 3D. RGB value is (170,52,61). Sum of RGB (Red+Green+Blue) = 170+52+61=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA343D is #55CBC2. Grayscale: #585858. Windows color (decimal): -5622723 or 4011178. OLE color: 4011178.

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

Color convert

RGB1705261-
CMYK00.690.640.33
HSL355.42º53.15%43.53%-
HSV(B)355.42º69.41%66.67%-
XYZ18.6511.345.62-
YUV88.31112.59186.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.07%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 61 (24.22% from 255) = 21.55%
R=60.07%
G=18.37%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170526100.690.640.33355.4253.1543.53
HexAA343D0454021163352c
Octal25264750105100415436554
Binary10101010110100111101010001011000000100001101100011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA343D; }

 p { color: rgb(170,52,61); }

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

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

 a { background-color: rgb(170,52,61); }

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

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

 span { border-color: rgb(170,52,61); }

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