Html Css Color HEX #AA313D Guardsman Red

📋 copy color: '#AA313D'

red 170 ◦ green 49 ◦ blue 61

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

Shades of Guardsman Red #AA313D

Tints of Guardsman Red #AA313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.79%

R = 60.71%
G = 17.5%
B = 21.79%

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

#AA313D (or 0xAA313D) is known color: Guardsman Red. HEX triplet: AA, 31 and 3D. RGB value is (170,49,61). Sum of RGB (Red+Green+Blue) = 170+49+61=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA313D is #55CEC2. Grayscale: #565656. Windows color (decimal): -5623491 or 4010410. OLE color: 4010410.

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

Color convert

RGB 170 49 61 -
CMYK 0 0.71 0.64 0.33
HSL 354.05º 0.55% 0.43% -
HSV(B) 354.05º 0.71% 0.67% -
XYZ 18.52 11.08 5.58 -
YUV 86.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 170 49 61 0 0.71 0.64 0.33 354.05 0.55 0.43
Hex AA 31 3D 0 47 40 21 162 37 2B
Octal 252 61 75 0 107 100 41 542 67 53
Binary 10101010 110001 111101 0 1000111 1000000 100001 101100010 110111 101011

Color Harmonies of #AA313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA313D

Black with #AA313D

Text Example


Text Example

White with #AA313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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