Html Css Color HEX #AA2336 Guardsman Red

📋 copy color: '#AA2336'

red 170 ◦ green 35 ◦ blue 54

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

Shades of Guardsman Red #AA2336

Tints of Guardsman Red #AA2336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.51%

 BLUE value IS 54 (21.48% from 255) = 20.85%

R = 65.64%
G = 13.51%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA2336 (or 0xAA2336) is known color: Guardsman Red. HEX triplet: AA, 23 and 36. RGB value is (170,35,54). Sum of RGB (Red+Green+Blue) = 170+35+54=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2336 is #55DCC9. Grayscale: #4D4D4D. Windows color (decimal): -5627082 or 3548074. OLE color: 3548074.

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

Color convert

RGB 170 35 54 -
CMYK 0 0.79 0.68 0.33
HSL 351.56º 0.66% 0.4% -
HSV(B) 351.56º 0.79% 0.67% -
XYZ 17.84 10.01 4.48 -
YUV 77.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 170 35 54 0 0.79 0.68 0.33 351.56 0.66 0.4
Hex AA 23 36 0 4F 44 21 160 42 28
Octal 252 43 66 0 117 104 41 540 102 50
Binary 10101010 100011 110110 0 1001111 1000100 100001 101100000 1000010 101000

Color Harmonies of #AA2336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2336

Black with #AA2336

Text Example


Text Example

White with #AA2336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2336; }

 p { color: rgb(170,35,54); }

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

background-color css

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

 a { background-color: rgb(170,35,54); }

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

border-color css

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

 span { border-color: rgb(170,35,54); }

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