Html Css Color HEX #AA393C Guardsman Red

📋 copy color: '#AA393C'

red 170 ◦ green 57 ◦ blue 60

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

Shades of Guardsman Red #AA393C

Tints of Guardsman Red #AA393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.86%

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

R = 59.23%
G = 19.86%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA393C (or 0xAA393C) is known color: Guardsman Red. HEX triplet: AA, 39 and 3C. RGB value is (170,57,60). Sum of RGB (Red+Green+Blue) = 170+57+60=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA393C is #55C6C3. Grayscale: #5B5B5B. Windows color (decimal): -5621444 or 3946922. OLE color: 3946922.

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

Color convert

RGB 170 57 60 -
CMYK 0 0.66 0.65 0.33
HSL 358.41º 0.5% 0.45% -
HSV(B) 358.41º 0.66% 0.67% -
XYZ 18.86 11.8 5.56 -
YUV 91.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 170 57 60 0 0.66 0.65 0.33 358.41 0.5 0.45
Hex AA 39 3C 0 42 41 21 166 32 2D
Octal 252 71 74 0 102 101 41 546 62 55
Binary 10101010 111001 111100 0 1000010 1000001 100001 101100110 110010 101101

Color Harmonies of #AA393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA393C

Black with #AA393C

Text Example


Text Example

White with #AA393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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