Html Css Color HEX #AA1F27 Guardsman Red

📋 copy color: '#AA1F27'

red 170 ◦ green 31 ◦ blue 39

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

Shades of Guardsman Red #AA1F27

Tints of Guardsman Red #AA1F27

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.92%

 BLUE value IS 39 (15.63% from 255) = 16.25%

R = 70.83%
G = 12.92%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA1F27 (or 0xAA1F27) is known color: Guardsman Red. HEX triplet: AA, 1F and 27. RGB value is (170,31,39). Sum of RGB (Red+Green+Blue) = 170+31+39=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F27 is #55E0D8. Grayscale: #494949. Windows color (decimal): -5628121 or 2564010. OLE color: 2564010.

HSL color Cylindrical-coordinate representation of color #AA1F27: hue angle of 356.55º degrees, saturation: 0.69, 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 #AA1F27 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 31 39 -
CMYK 0 0.82 0.77 0.33
HSL 356.55º 0.69% 0.39% -
HSV(B) 356.55º 0.82% 0.67% -
XYZ 17.43 9.67 2.87 -
YUV 73.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 170 31 39 0 0.82 0.77 0.33 356.55 0.69 0.39
Hex AA 1F 27 0 52 4D 21 165 45 27
Octal 252 37 47 0 122 115 41 545 105 47
Binary 10101010 11111 100111 0 1010010 1001101 100001 101100101 1000101 100111

Color Harmonies of #AA1F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F27

Black with #AA1F27

Text Example


Text Example

White with #AA1F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F27; }

 p { color: rgb(170,31,39); }

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

background-color css

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

 a { background-color: rgb(170,31,39); }

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

border-color css

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

 span { border-color: rgb(170,31,39); }

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