Html Css Color HEX #AA1F29 Guardsman Red

📋 copy color: '#AA1F29'

red 170 ◦ green 31 ◦ blue 41

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

Shades of Guardsman Red #AA1F29

Tints of Guardsman Red #AA1F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.94%

R = 70.25%
G = 12.81%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA1F29 (or 0xAA1F29) is known color: Guardsman Red. HEX triplet: AA, 1F and 29. RGB value is (170,31,41). Sum of RGB (Red+Green+Blue) = 170+31+41=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F29 is #55E0D6. Grayscale: #494949. Windows color (decimal): -5628119 or 2695082. OLE color: 2695082.

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

Color convert

RGB 170 31 41 -
CMYK 0 0.82 0.76 0.33
HSL 355.68º 0.69% 0.39% -
HSV(B) 355.68º 0.82% 0.67% -
XYZ 17.47 9.69 3.05 -
YUV 73.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 170 31 41 0 0.82 0.76 0.33 355.68 0.69 0.39
Hex AA 1F 29 0 52 4C 21 164 45 27
Octal 252 37 51 0 122 114 41 544 105 47
Binary 10101010 11111 101001 0 1010010 1001100 100001 101100100 1000101 100111

Color Harmonies of #AA1F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F29

Black with #AA1F29

Text Example


Text Example

White with #AA1F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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