Html Css Color HEX #AA373D Guardsman Red

📋 copy color: '#AA373D'

red 170 ◦ green 55 ◦ blue 61

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

Shades of Guardsman Red #AA373D

Tints of Guardsman Red #AA373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.23%

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

R = 59.44%
G = 19.23%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA373D (or 0xAA373D) is known color: Guardsman Red. HEX triplet: AA, 37 and 3D. RGB value is (170,55,61). Sum of RGB (Red+Green+Blue) = 170+55+61=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA373D is #55C8C2. Grayscale: #5A5A5A. Windows color (decimal): -5621955 or 4011946. OLE color: 4011946.

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

Color convert

RGB 170 55 61 -
CMYK 0 0.68 0.64 0.33
HSL 356.87º 0.51% 0.44% -
HSV(B) 356.87º 0.68% 0.67% -
XYZ 18.79 11.62 5.67 -
YUV 90.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 170 55 61 0 0.68 0.64 0.33 356.87 0.51 0.44
Hex AA 37 3D 0 44 40 21 165 33 2C
Octal 252 67 75 0 104 100 41 545 63 54
Binary 10101010 110111 111101 0 1000100 1000000 100001 101100101 110011 101100

Color Harmonies of #AA373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA373D

Black with #AA373D

Text Example


Text Example

White with #AA373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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