#AA343E

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

Shades of Guardsman Red #AA343E

Tints of Guardsman Red #AA343E

Color information

#AA343E (or 0xAA343E) is unknown color: approx Guardsman Red. HEX triplet: AA, 34 and 3E. RGB value is (170,52,62). Sum of RGB (Red+Green+Blue) = 170+52+62=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA343E is #55CBC1. Grayscale: #585858. Windows color (decimal): -5622722 or 4076714. OLE color: 4076714.

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

Color convert

RGB1705262-
CMYK00.690.640.33
HSL354.92º53.15%43.53%-
HSV(B)354.92º69.41%66.67%-
XYZ18.6811.355.76-
YUV88.42113.09186.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.86%
GREEN value IS 52 (20.70% from 255) = 18.31%
BLUE value IS 62 (24.61% from 255) = 21.83%
R=59.86%
G=18.31%
B=21.83%

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
Decimal170526200.690.640.33354.9253.1543.53
HexAA343E0454021163352c
Octal25264760105100415436554
Binary10101010110100111110010001011000000100001101100011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA343E; }

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

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

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

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

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

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

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

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