Html Css Color HEX #AA2225 Guardsman Red

📋 copy color: '#AA2225'

red 170 ◦ green 34 ◦ blue 37

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

Shades of Guardsman Red #AA2225

Tints of Guardsman Red #AA2225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.35%

R = 70.54%
G = 14.11%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA2225 (or 0xAA2225) is known color: Guardsman Red. HEX triplet: AA, 22 and 25. RGB value is (170,34,37). Sum of RGB (Red+Green+Blue) = 170+34+37=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2225 is #55DDDA. Grayscale: #4B4B4B. Windows color (decimal): -5627355 or 2433706. OLE color: 2433706.

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

Color convert

RGB 170 34 37 -
CMYK 0 0.80 0.78 0.33
HSL 358.68º 0.67% 0.4% -
HSV(B) 358.68º 0.8% 0.67% -
XYZ 17.48 9.82 2.72 -
YUV 75.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 170 34 37 0 0.80 0.78 0.33 358.68 0.67 0.4
Hex AA 22 25 0 50 4E 21 167 43 28
Octal 252 42 45 0 120 116 41 547 103 50
Binary 10101010 100010 100101 0 1010000 1001110 100001 101100111 1000011 101000

Color Harmonies of #AA2225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2225

Black with #AA2225

Text Example


Text Example

White with #AA2225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2225; }

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

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

background-color css

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

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

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

border-color css

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

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

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