Html Css Color HEX #AA2029 Guardsman Red

📋 copy color: '#AA2029'

red 170 ◦ green 32 ◦ blue 41

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

Shades of Guardsman Red #AA2029

Tints of Guardsman Red #AA2029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

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

R = 69.96%
G = 13.17%
B = 16.87%

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

#AA2029 (or 0xAA2029) is known color: Guardsman Red. HEX triplet: AA, 20 and 29. RGB value is (170,32,41). Sum of RGB (Red+Green+Blue) = 170+32+41=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2029 is #55DFD6. Grayscale: #4A4A4A. Windows color (decimal): -5627863 or 2695338. OLE color: 2695338.

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

Color convert

RGB 170 32 41 -
CMYK 0 0.81 0.76 0.33
HSL 356.09º 0.68% 0.4% -
HSV(B) 356.09º 0.81% 0.67% -
XYZ 17.49 9.74 3.06 -
YUV 74.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 170 32 41 0 0.81 0.76 0.33 356.09 0.68 0.4
Hex AA 20 29 0 51 4C 21 164 44 28
Octal 252 40 51 0 121 114 41 544 104 50
Binary 10101010 100000 101001 0 1010001 1001100 100001 101100100 1000100 101000

Color Harmonies of #AA2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2029

Black with #AA2029

Text Example


Text Example

White with #AA2029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2029; }

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

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

background-color css

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

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

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

border-color css

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

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

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