Html Css Color HEX #AA2124 Guardsman Red

📋 copy color: '#AA2124'

red 170 ◦ green 33 ◦ blue 36

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

Shades of Guardsman Red #AA2124

Tints of Guardsman Red #AA2124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.06%

R = 71.13%
G = 13.81%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA2124 (or 0xAA2124) is known color: Guardsman Red. HEX triplet: AA, 21 and 24. RGB value is (170,33,36). Sum of RGB (Red+Green+Blue) = 170+33+36=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2124 is #55DEDB. Grayscale: #4A4A4A. Windows color (decimal): -5627612 or 2367914. OLE color: 2367914.

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

Color convert

RGB 170 33 36 -
CMYK 0 0.81 0.79 0.33
HSL 358.69º 0.67% 0.4% -
HSV(B) 358.69º 0.81% 0.67% -
XYZ 17.44 9.76 2.63 -
YUV 74.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 170 33 36 0 0.81 0.79 0.33 358.69 0.67 0.4
Hex AA 21 24 0 51 4F 21 167 43 28
Octal 252 41 44 0 121 117 41 547 103 50
Binary 10101010 100001 100100 0 1010001 1001111 100001 101100111 1000011 101000

Color Harmonies of #AA2124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2124

Black with #AA2124

Text Example


Text Example

White with #AA2124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2124; }

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

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

background-color css

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

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

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

border-color css

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

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

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