Html Css Color HEX #AA313E Guardsman Red

📋 copy color: '#AA313E'

red 170 ◦ green 49 ◦ blue 62

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

Shades of Guardsman Red #AA313E

Tints of Guardsman Red #AA313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.06%

R = 60.5%
G = 17.44%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA313E (or 0xAA313E) is known color: Guardsman Red. HEX triplet: AA, 31 and 3E. RGB value is (170,49,62). Sum of RGB (Red+Green+Blue) = 170+49+62=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA313E is #55CEC1. Grayscale: #565656. Windows color (decimal): -5623490 or 4075946. OLE color: 4075946.

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

Color convert

RGB 170 49 62 -
CMYK 0 0.71 0.64 0.33
HSL 353.55º 0.55% 0.43% -
HSV(B) 353.55º 0.71% 0.67% -
XYZ 18.55 11.09 5.72 -
YUV 86.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 170 49 62 0 0.71 0.64 0.33 353.55 0.55 0.43
Hex AA 31 3E 0 47 40 21 162 37 2B
Octal 252 61 76 0 107 100 41 542 67 53
Binary 10101010 110001 111110 0 1000111 1000000 100001 101100010 110111 101011

Color Harmonies of #AA313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA313E

Black with #AA313E

Text Example


Text Example

White with #AA313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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