Html Css Color HEX #AA1B20 Guardsman Red

📋 copy color: '#AA1B20'

red 170 ◦ green 27 ◦ blue 32

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

Shades of Guardsman Red #AA1B20

Tints of Guardsman Red #AA1B20

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.79%

 BLUE value IS 32 (12.89% from 255) = 13.97%

R = 74.24%
G = 11.79%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA1B20 (or 0xAA1B20) is known color: Guardsman Red. HEX triplet: AA, 1B and 20. RGB value is (170,27,32). Sum of RGB (Red+Green+Blue) = 170+27+32=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1B20 is #55E4DF. Grayscale: #464646. Windows color (decimal): -5629152 or 2104234. OLE color: 2104234.

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

Color convert

RGB 170 27 32 -
CMYK 0 0.84 0.81 0.33
HSL 357.9º 0.73% 0.39% -
HSV(B) 357.9º 0.84% 0.67% -
XYZ 17.23 9.43 2.28 -
YUV 70.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 170 27 32 0 0.84 0.81 0.33 357.9 0.73 0.39
Hex AA 1B 20 0 54 51 21 166 49 27
Octal 252 33 40 0 124 121 41 546 111 47
Binary 10101010 11011 100000 0 1010100 1010001 100001 101100110 1001001 100111

Color Harmonies of #AA1B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B20

Black with #AA1B20

Text Example


Text Example

White with #AA1B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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