Html Css Color HEX #AA2232 Guardsman Red

📋 copy color: '#AA2232'

red 170 ◦ green 34 ◦ blue 50

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

Shades of Guardsman Red #AA2232

Tints of Guardsman Red #AA2232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.69%

R = 66.93%
G = 13.39%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA2232 (or 0xAA2232) is known color: Guardsman Red. HEX triplet: AA, 22 and 32. RGB value is (170,34,50). Sum of RGB (Red+Green+Blue) = 170+34+50=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2232 is #55DDCD. Grayscale: #4C4C4C. Windows color (decimal): -5627342 or 3285674. OLE color: 3285674.

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

Color convert

RGB 170 34 50 -
CMYK 0 0.80 0.71 0.33
HSL 352.94º 0.67% 0.4% -
HSV(B) 352.94º 0.8% 0.67% -
XYZ 17.73 9.92 4 -
YUV 76.49 113.06 194.7 -
System Red Green Blue C M Y K H S L
Decimal 170 34 50 0 0.80 0.71 0.33 352.94 0.67 0.4
Hex AA 22 32 0 50 47 21 161 43 28
Octal 252 42 62 0 120 107 41 541 103 50
Binary 10101010 100010 110010 0 1010000 1000111 100001 101100001 1000011 101000

Color Harmonies of #AA2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2232

Black with #AA2232

Text Example


Text Example

White with #AA2232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2232; }

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

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

background-color css

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

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

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

border-color css

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

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

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