Html Css Color HEX #AA222A Guardsman Red

📋 copy color: '#AA222A'

red 170 ◦ green 34 ◦ blue 42

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

Shades of Guardsman Red #AA222A

Tints of Guardsman Red #AA222A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.82%

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 69.11%
G = 13.82%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA222A (or 0xAA222A) is known color: Guardsman Red. HEX triplet: AA, 22 and 2A. RGB value is (170,34,42). Sum of RGB (Red+Green+Blue) = 170+34+42=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA222A is #55DDD5. Grayscale: #4B4B4B. Windows color (decimal): -5627350 or 2761386. OLE color: 2761386.

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

Color convert

RGB 170 34 42 -
CMYK 0 0.80 0.75 0.33
HSL 356.47º 0.67% 0.4% -
HSV(B) 356.47º 0.8% 0.67% -
XYZ 17.57 9.86 3.17 -
YUV 75.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 170 34 42 0 0.80 0.75 0.33 356.47 0.67 0.4
Hex AA 22 2A 0 50 4B 21 164 43 28
Octal 252 42 52 0 120 113 41 544 103 50
Binary 10101010 100010 101010 0 1010000 1001011 100001 101100100 1000011 101000

Color Harmonies of #AA222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA222A

Black with #AA222A

Text Example


Text Example

White with #AA222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA222A; }

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

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

background-color css

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

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

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

border-color css

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

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

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