#AA3A3B

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

Shades of Guardsman Red #AA3A3B

Tints of Guardsman Red #AA3A3B

Color information

#AA3A3B (or 0xAA3A3B) is unknown color: approx Guardsman Red. HEX triplet: AA, 3A and 3B. RGB value is (170,58,59). Sum of RGB (Red+Green+Blue) = 170+58+59=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A3B is #55C5C4. Grayscale: #5B5B5B. Windows color (decimal): -5621189 or 3881642. OLE color: 3881642.

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

Color convert

RGB1705859-
CMYK00.660.650.33
HSL359.46º49.12%44.71%-
HSV(B)359.46º65.88%66.67%-
XYZ18.8811.895.44-
YUV91.6109.61183.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.23%
GREEN value IS 58 (23.05% from 255) = 20.21%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=59.23%
G=20.21%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170585900.660.650.33359.4649.1244.71
HexAA3A3B0424121167312d
Octal25272730102101415476155
Binary10101010111010111011010000101000001100001101100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3A3B; }

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

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

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

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

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

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

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

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