Html Css Color HEX #AA373B Guardsman Red

📋 copy color: '#AA373B'

red 170 ◦ green 55 ◦ blue 59

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

Shades of Guardsman Red #AA373B

Tints of Guardsman Red #AA373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 59.86%
G = 19.37%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA373B (or 0xAA373B) is known color: Guardsman Red. HEX triplet: AA, 37 and 3B. RGB value is (170,55,59). Sum of RGB (Red+Green+Blue) = 170+55+59=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA373B is #55C8C4. Grayscale: #595959. Windows color (decimal): -5621957 or 3880874. OLE color: 3880874.

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

Color convert

RGB 170 55 59 -
CMYK 0 0.68 0.65 0.33
HSL 357.91º 0.51% 0.44% -
HSV(B) 357.91º 0.68% 0.67% -
XYZ 18.73 11.59 5.39 -
YUV 89.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 170 55 59 0 0.68 0.65 0.33 357.91 0.51 0.44
Hex AA 37 3B 0 44 41 21 166 33 2C
Octal 252 67 73 0 104 101 41 546 63 54
Binary 10101010 110111 111011 0 1000100 1000001 100001 101100110 110011 101100

Color Harmonies of #AA373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA373B

Black with #AA373B

Text Example


Text Example

White with #AA373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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