#AA383A

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

Shades of Guardsman Red #AA383A

Tints of Guardsman Red #AA383A

Color information

#AA383A (or 0xAA383A) is unknown color: approx Guardsman Red. HEX triplet: AA, 38 and 3A. RGB value is (170,56,58). Sum of RGB (Red+Green+Blue) = 170+56+58=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA383A is #55C7C5. Grayscale: #5A5A5A. Windows color (decimal): -5621702 or 3815594. OLE color: 3815594.

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

Color convert

RGB1705658-
CMYK00.670.660.33
HSL358.95º50.44%44.31%-
HSV(B)358.95º67.06%66.67%-
XYZ18.7611.685.27-
YUV90.31109.77184.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.86%
GREEN value IS 56 (22.27% from 255) = 19.72%
BLUE value IS 58 (23.05% from 255) = 20.42%
R=59.86%
G=19.72%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170565800.670.660.33358.9550.4444.31
HexAA383A0434221167322c
Octal25270720103102415476254
Binary10101010111000111010010000111000010100001101100111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA383A; }

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

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

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

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

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

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

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

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