Html Css Color HEX #AA3739 Guardsman Red

📋 copy color: '#AA3739'

red 170 ◦ green 55 ◦ blue 57

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

Shades of Guardsman Red #AA3739

Tints of Guardsman Red #AA3739

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

 BLUE value IS 57 (22.66% from 255) = 20.21%

R = 60.28%
G = 19.5%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA3739 (or 0xAA3739) is known color: Guardsman Red. HEX triplet: AA, 37 and 39. RGB value is (170,55,57). Sum of RGB (Red+Green+Blue) = 170+55+57=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3739 is #55C8C6. Grayscale: #595959. Windows color (decimal): -5621959 or 3749802. OLE color: 3749802.

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

Color convert

RGB 170 55 57 -
CMYK 0 0.68 0.66 0.33
HSL 358.96º 0.51% 0.44% -
HSV(B) 358.96º 0.68% 0.67% -
XYZ 18.68 11.57 5.12 -
YUV 89.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 170 55 57 0 0.68 0.66 0.33 358.96 0.51 0.44
Hex AA 37 39 0 44 42 21 167 33 2C
Octal 252 67 71 0 104 102 41 547 63 54
Binary 10101010 110111 111001 0 1000100 1000010 100001 101100111 110011 101100

Color Harmonies of #AA3739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3739

Black with #AA3739

Text Example


Text Example

White with #AA3739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3739; }

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

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

background-color css

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

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

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

border-color css

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

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

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