Html Css Color HEX #AA313F Guardsman Red

📋 copy color: '#AA313F'

red 170 ◦ green 49 ◦ blue 63

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

Shades of Guardsman Red #AA313F

Tints of Guardsman Red #AA313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.34%

R = 60.28%
G = 17.38%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA313F (or 0xAA313F) is known color: Guardsman Red. HEX triplet: AA, 31 and 3F. RGB value is (170,49,63). Sum of RGB (Red+Green+Blue) = 170+49+63=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA313F is #55CEC0. Grayscale: #565656. Windows color (decimal): -5623489 or 4141482. OLE color: 4141482.

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

Color convert

RGB 170 49 63 -
CMYK 0 0.71 0.63 0.33
HSL 353.06º 0.55% 0.43% -
HSV(B) 353.06º 0.71% 0.67% -
XYZ 18.57 11.1 5.87 -
YUV 86.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 170 49 63 0 0.71 0.63 0.33 353.06 0.55 0.43
Hex AA 31 3F 0 47 3F 21 161 37 2B
Octal 252 61 77 0 107 77 41 541 67 53
Binary 10101010 110001 111111 0 1000111 111111 100001 101100001 110111 101011

Color Harmonies of #AA313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA313F

Black with #AA313F

Text Example


Text Example

White with #AA313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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