Html Css Color HEX #AA3637 Guardsman Red

📋 copy color: '#AA3637'

red 170 ◦ green 54 ◦ blue 55

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

Shades of Guardsman Red #AA3637

Tints of Guardsman Red #AA3637

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

 BLUE value IS 55 (21.88% from 255) = 19.71%

R = 60.93%
G = 19.35%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA3637 (or 0xAA3637) is known color: Guardsman Red. HEX triplet: AA, 36 and 37. RGB value is (170,54,55). Sum of RGB (Red+Green+Blue) = 170+54+55=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3637 is #55C9C8. Grayscale: #585858. Windows color (decimal): -5622217 or 3618474. OLE color: 3618474.

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

Color convert

RGB 170 54 55 -
CMYK 0 0.68 0.68 0.33
HSL 359.48º 0.52% 0.44% -
HSV(B) 359.48º 0.68% 0.67% -
XYZ 18.59 11.46 4.85 -
YUV 88.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 170 54 55 0 0.68 0.68 0.33 359.48 0.52 0.44
Hex AA 36 37 0 44 44 21 167 34 2C
Octal 252 66 67 0 104 104 41 547 64 54
Binary 10101010 110110 110111 0 1000100 1000100 100001 101100111 110100 101100

Color Harmonies of #AA3637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3637

Black with #AA3637

Text Example


Text Example

White with #AA3637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3637; }

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

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

background-color css

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

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

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

border-color css

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

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

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