Html Css Color HEX #AA323D Guardsman Red

📋 copy color: '#AA323D'

red 170 ◦ green 50 ◦ blue 61

#AA323D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #AA323D

Tints of Guardsman Red #AA323D

RGB

 RED value IS 170 (66.8% from 255) = 60.5%

 GREEN value IS 50 (19.92% from 255) = 17.79%

 BLUE value IS 61 (24.22% from 255) = 21.71%

R = 60.5%
G = 17.79%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA323D (or 0xAA323D) is known color: Guardsman Red. HEX triplet: AA, 32 and 3D. RGB value is (170,50,61). Sum of RGB (Red+Green+Blue) = 170+50+61=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA323D is #55CDC2. Grayscale: #575757. Windows color (decimal): -5623235 or 4010666. OLE color: 4010666.

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

Color convert

RGB 170 50 61 -
CMYK 0 0.71 0.64 0.33
HSL 354.5º 0.55% 0.43% -
HSV(B) 354.5º 0.71% 0.67% -
XYZ 18.56 11.16 5.59 -
YUV 87.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 170 50 61 0 0.71 0.64 0.33 354.5 0.55 0.43
Hex AA 32 3D 0 47 40 21 162 37 2B
Octal 252 62 75 0 107 100 41 542 67 53
Binary 10101010 110010 111101 0 1000111 1000000 100001 101100010 110111 101011

Color Harmonies of #AA323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA323D

Black with #AA323D

Text Example


Text Example

White with #AA323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA323D; }

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

 H1.HeaderClassName
 {
   color: #AA323D;
 }
 .AnyTagClassName
 {
   color: #AA323D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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