Html Css Color HEX #AA2129 Guardsman Red

📋 copy color: '#AA2129'

red 170 ◦ green 33 ◦ blue 41

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

Shades of Guardsman Red #AA2129

Tints of Guardsman Red #AA2129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.52%

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

R = 69.67%
G = 13.52%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA2129 (or 0xAA2129) is known color: Guardsman Red. HEX triplet: AA, 21 and 29. RGB value is (170,33,41). Sum of RGB (Red+Green+Blue) = 170+33+41=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2129 is #55DED6. Grayscale: #4A4A4A. Windows color (decimal): -5627607 or 2695594. OLE color: 2695594.

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

Color convert

RGB 170 33 41 -
CMYK 0 0.81 0.76 0.33
HSL 356.5º 0.67% 0.4% -
HSV(B) 356.5º 0.81% 0.67% -
XYZ 17.52 9.79 3.06 -
YUV 74.88 108.89 195.85 -
System Red Green Blue C M Y K H S L
Decimal 170 33 41 0 0.81 0.76 0.33 356.5 0.67 0.4
Hex AA 21 29 0 51 4C 21 164 43 28
Octal 252 41 51 0 121 114 41 544 103 50
Binary 10101010 100001 101001 0 1010001 1001100 100001 101100100 1000011 101000

Color Harmonies of #AA2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2129

Black with #AA2129

Text Example


Text Example

White with #AA2129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2129; }

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

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

background-color css

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

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

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

border-color css

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

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

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