Html Css Color HEX #AA323C Guardsman Red

📋 copy color: '#AA323C'

red 170 ◦ green 50 ◦ blue 60

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

Shades of Guardsman Red #AA323C

Tints of Guardsman Red #AA323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.43%

R = 60.71%
G = 17.86%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA323C (or 0xAA323C) is known color: Guardsman Red. HEX triplet: AA, 32 and 3C. RGB value is (170,50,60). Sum of RGB (Red+Green+Blue) = 170+50+60=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA323C is #55CDC3. Grayscale: #575757. Windows color (decimal): -5623236 or 3945130. OLE color: 3945130.

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

Color convert

RGB 170 50 60 -
CMYK 0 0.71 0.65 0.33
HSL 355º 0.55% 0.43% -
HSV(B) 355º 0.71% 0.67% -
XYZ 18.53 11.15 5.45 -
YUV 87.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 170 50 60 0 0.71 0.65 0.33 355 0.55 0.43
Hex AA 32 3C 0 47 41 21 163 37 2B
Octal 252 62 74 0 107 101 41 543 67 53
Binary 10101010 110010 111100 0 1000111 1000001 100001 101100011 110111 101011

Color Harmonies of #AA323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA323C

Black with #AA323C

Text Example


Text Example

White with #AA323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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