Html Css Color HEX #AA2324 Guardsman Red

📋 copy color: '#AA2324'

red 170 ◦ green 35 ◦ blue 36

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

Shades of Guardsman Red #AA2324

Tints of Guardsman Red #AA2324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.94%

R = 70.54%
G = 14.52%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA2324 (or 0xAA2324) is known color: Guardsman Red. HEX triplet: AA, 23 and 24. RGB value is (170,35,36). Sum of RGB (Red+Green+Blue) = 170+35+36=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2324 is #55DCDB. Grayscale: #4B4B4B. Windows color (decimal): -5627100 or 2368426. OLE color: 2368426.

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

Color convert

RGB 170 35 36 -
CMYK 0 0.79 0.79 0.33
HSL 359.56º 0.66% 0.4% -
HSV(B) 359.56º 0.79% 0.67% -
XYZ 17.5 9.88 2.65 -
YUV 75.48 105.73 195.42 -
System Red Green Blue C M Y K H S L
Decimal 170 35 36 0 0.79 0.79 0.33 359.56 0.66 0.4
Hex AA 23 24 0 4F 4F 21 168 42 28
Octal 252 43 44 0 117 117 41 550 102 50
Binary 10101010 100011 100100 0 1001111 1001111 100001 101101000 1000010 101000

Color Harmonies of #AA2324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2324

Black with #AA2324

Text Example


Text Example

White with #AA2324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2324; }

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

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

background-color css

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

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

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

border-color css

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

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

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