Html Css Color HEX #AA2128 Guardsman Red

📋 copy color: '#AA2128'

red 170 ◦ green 33 ◦ blue 40

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

Shades of Guardsman Red #AA2128

Tints of Guardsman Red #AA2128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.46%

R = 69.96%
G = 13.58%
B = 16.46%

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

#AA2128 (or 0xAA2128) is known color: Guardsman Red. HEX triplet: AA, 21 and 28. RGB value is (170,33,40). Sum of RGB (Red+Green+Blue) = 170+33+40=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2128 is #55DED7. Grayscale: #4A4A4A. Windows color (decimal): -5627608 or 2630058. OLE color: 2630058.

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

Color convert

RGB 170 33 40 -
CMYK 0 0.81 0.76 0.33
HSL 356.93º 0.67% 0.4% -
HSV(B) 356.93º 0.81% 0.67% -
XYZ 17.5 9.79 2.97 -
YUV 74.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 170 33 40 0 0.81 0.76 0.33 356.93 0.67 0.4
Hex AA 21 28 0 51 4C 21 165 43 28
Octal 252 41 50 0 121 114 41 545 103 50
Binary 10101010 100001 101000 0 1010001 1001100 100001 101100101 1000011 101000

Color Harmonies of #AA2128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2128

Black with #AA2128

Text Example


Text Example

White with #AA2128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2128; }

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

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

background-color css

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

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

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

border-color css

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

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

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