Html Css Color HEX #AA2024 Guardsman Red

📋 copy color: '#AA2024'

red 170 ◦ green 32 ◦ blue 36

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

Shades of Guardsman Red #AA2024

Tints of Guardsman Red #AA2024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.45%

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

R = 71.43%
G = 13.45%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA2024 (or 0xAA2024) is known color: Guardsman Red. HEX triplet: AA, 20 and 24. RGB value is (170,32,36). Sum of RGB (Red+Green+Blue) = 170+32+36=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2024 is #55DFDB. Grayscale: #494949. Windows color (decimal): -5627868 or 2367658. OLE color: 2367658.

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

Color convert

RGB 170 32 36 -
CMYK 0 0.81 0.79 0.33
HSL 358.26º 0.68% 0.4% -
HSV(B) 358.26º 0.81% 0.67% -
XYZ 17.41 9.71 2.62 -
YUV 73.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 170 32 36 0 0.81 0.79 0.33 358.26 0.68 0.4
Hex AA 20 24 0 51 4F 21 166 44 28
Octal 252 40 44 0 121 117 41 546 104 50
Binary 10101010 100000 100100 0 1010001 1001111 100001 101100110 1000100 101000

Color Harmonies of #AA2024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2024

Black with #AA2024

Text Example


Text Example

White with #AA2024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2024; }

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

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

background-color css

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

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

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

border-color css

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

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

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