Html Css Color HEX #AA393B Guardsman Red

📋 copy color: '#AA393B'

red 170 ◦ green 57 ◦ blue 59

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

Shades of Guardsman Red #AA393B

Tints of Guardsman Red #AA393B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 59.44%
G = 19.93%
B = 20.63%

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

#AA393B (or 0xAA393B) is known color: Guardsman Red. HEX triplet: AA, 39 and 3B. RGB value is (170,57,59). Sum of RGB (Red+Green+Blue) = 170+57+59=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA393B is #55C6C4. Grayscale: #5B5B5B. Windows color (decimal): -5621445 or 3881386. OLE color: 3881386.

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

Color convert

RGB 170 57 59 -
CMYK 0 0.66 0.65 0.33
HSL 358.94º 0.5% 0.45% -
HSV(B) 358.94º 0.66% 0.67% -
XYZ 18.83 11.79 5.42 -
YUV 91.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 170 57 59 0 0.66 0.65 0.33 358.94 0.5 0.45
Hex AA 39 3B 0 42 41 21 167 32 2D
Octal 252 71 73 0 102 101 41 547 62 55
Binary 10101010 111001 111011 0 1000010 1000001 100001 101100111 110010 101101

Color Harmonies of #AA393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA393B

Black with #AA393B

Text Example


Text Example

White with #AA393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA393B; }

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

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

background-color css

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

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

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

border-color css

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

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

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