Html Css Color HEX #AA1E22 Guardsman Red

📋 copy color: '#AA1E22'

red 170 ◦ green 30 ◦ blue 34

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

Shades of Guardsman Red #AA1E22

Tints of Guardsman Red #AA1E22

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.82%

 BLUE value IS 34 (13.67% from 255) = 14.53%

R = 72.65%
G = 12.82%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA1E22 (or 0xAA1E22) is known color: Guardsman Red. HEX triplet: AA, 1E and 22. RGB value is (170,30,34). Sum of RGB (Red+Green+Blue) = 170+30+34=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E22 is #55E1DD. Grayscale: #484848. Windows color (decimal): -5628382 or 2236074. OLE color: 2236074.

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

Color convert

RGB 170 30 34 -
CMYK 0 0.82 0.80 0.33
HSL 358.29º 0.7% 0.39% -
HSV(B) 358.29º 0.82% 0.67% -
XYZ 17.33 9.59 2.45 -
YUV 72.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 170 30 34 0 0.82 0.80 0.33 358.29 0.7 0.39
Hex AA 1E 22 0 52 50 21 166 46 27
Octal 252 36 42 0 122 120 41 546 106 47
Binary 10101010 11110 100010 0 1010010 1010000 100001 101100110 1000110 100111

Color Harmonies of #AA1E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E22

Black with #AA1E22

Text Example


Text Example

White with #AA1E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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