Html Css Color HEX #AA2229 Guardsman Red

📋 copy color: '#AA2229'

red 170 ◦ green 34 ◦ blue 41

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

Shades of Guardsman Red #AA2229

Tints of Guardsman Red #AA2229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.88%

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 69.39%
G = 13.88%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA2229 (or 0xAA2229) is known color: Guardsman Red. HEX triplet: AA, 22 and 29. RGB value is (170,34,41). Sum of RGB (Red+Green+Blue) = 170+34+41=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2229 is #55DDD6. Grayscale: #4B4B4B. Windows color (decimal): -5627351 or 2695850. OLE color: 2695850.

HSL color Cylindrical-coordinate representation of color #AA2229: hue angle of 356.91º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2229 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 34 41 -
CMYK 0 0.80 0.76 0.33
HSL 356.91º 0.67% 0.4% -
HSV(B) 356.91º 0.8% 0.67% -
XYZ 17.55 9.85 3.07 -
YUV 75.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 170 34 41 0 0.80 0.76 0.33 356.91 0.67 0.4
Hex AA 22 29 0 50 4C 21 165 43 28
Octal 252 42 51 0 120 114 41 545 103 50
Binary 10101010 100010 101001 0 1010000 1001100 100001 101100101 1000011 101000

Color Harmonies of #AA2229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2229

Black with #AA2229

Text Example


Text Example

White with #AA2229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2229; }

 p { color: rgb(170,34,41); }

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

background-color css

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

 a { background-color: rgb(170,34,41); }

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

border-color css

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

 span { border-color: rgb(170,34,41); }

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