Html Css Color HEX #AA1E2A Guardsman Red

📋 copy color: '#AA1E2A'

red 170 ◦ green 30 ◦ blue 42

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

Shades of Guardsman Red #AA1E2A

Tints of Guardsman Red #AA1E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.4%

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 70.25%
G = 12.4%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA1E2A (or 0xAA1E2A) is known color: Guardsman Red. HEX triplet: AA, 1E and 2A. RGB value is (170,30,42). Sum of RGB (Red+Green+Blue) = 170+30+42=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E2A is #55E1D5. Grayscale: #494949. Windows color (decimal): -5628374 or 2760362. OLE color: 2760362.

HSL color Cylindrical-coordinate representation of color #AA1E2A: hue angle of 354.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E2A is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 30 42 -
CMYK 0 0.82 0.75 0.33
HSL 354.86º 0.7% 0.39% -
HSV(B) 354.86º 0.82% 0.67% -
XYZ 17.46 9.64 3.13 -
YUV 73.23 110.38 197.02 -
System Red Green Blue C M Y K H S L
Decimal 170 30 42 0 0.82 0.75 0.33 354.86 0.7 0.39
Hex AA 1E 2A 0 52 4B 21 163 46 27
Octal 252 36 52 0 122 113 41 543 106 47
Binary 10101010 11110 101010 0 1010010 1001011 100001 101100011 1000110 100111

Color Harmonies of #AA1E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E2A

Black with #AA1E2A

Text Example


Text Example

White with #AA1E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E2A; }

 p { color: rgb(170,30,42); }

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

background-color css

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

 a { background-color: rgb(170,30,42); }

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

border-color css

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

 span { border-color: rgb(170,30,42); }

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