Html Css Color HEX #AA3137 Guardsman Red

📋 copy color: '#AA3137'

red 170 ◦ green 49 ◦ blue 55

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

Shades of Guardsman Red #AA3137

Tints of Guardsman Red #AA3137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.88%

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

R = 62.04%
G = 17.88%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA3137 (or 0xAA3137) is known color: Guardsman Red. HEX triplet: AA, 31 and 37. RGB value is (170,49,55). Sum of RGB (Red+Green+Blue) = 170+49+55=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3137 is #55CEC8. Grayscale: #555555. Windows color (decimal): -5623497 or 3617194. OLE color: 3617194.

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

Color convert

RGB 170 49 55 -
CMYK 0 0.71 0.68 0.33
HSL 357.02º 0.55% 0.43% -
HSV(B) 357.02º 0.71% 0.67% -
XYZ 18.37 11.02 4.77 -
YUV 85.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 170 49 55 0 0.71 0.68 0.33 357.02 0.55 0.43
Hex AA 31 37 0 47 44 21 165 37 2B
Octal 252 61 67 0 107 104 41 545 67 53
Binary 10101010 110001 110111 0 1000111 1000100 100001 101100101 110111 101011

Color Harmonies of #AA3137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3137

Black with #AA3137

Text Example


Text Example

White with #AA3137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3137; }

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

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

background-color css

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

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

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

border-color css

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

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

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