#AA3A3E

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

Shades of Guardsman Red #AA3A3E

Tints of Guardsman Red #AA3A3E

Color information

#AA3A3E (or 0xAA3A3E) is unknown color: approx Guardsman Red. HEX triplet: AA, 3A and 3E. RGB value is (170,58,62). Sum of RGB (Red+Green+Blue) = 170+58+62=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A3E is #55C5C1. Grayscale: #5C5C5C. Windows color (decimal): -5621186 or 4078250. OLE color: 4078250.

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

Color convert

RGB1705862-
CMYK00.660.640.33
HSL357.86º49.12%44.71%-
HSV(B)357.86º65.88%66.67%-
XYZ18.9611.925.86-
YUV91.94111.11183.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.62%
GREEN value IS 58 (23.05% from 255) = 20%
BLUE value IS 62 (24.61% from 255) = 21.38%
R=58.62%
G=20%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170586200.660.640.33357.8649.1244.71
HexAA3A3E0424021166312d
Octal25272760102100415466155
Binary10101010111010111110010000101000000100001101100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3A3E; }

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

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

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

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

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

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

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

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