Html Css Color HEX #AA292C Guardsman Red

📋 copy color: '#AA292C'

red 170 ◦ green 41 ◦ blue 44

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

Shades of Guardsman Red #AA292C

Tints of Guardsman Red #AA292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.08%

 BLUE value IS 44 (17.58% from 255) = 17.25%

R = 66.67%
G = 16.08%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA292C (or 0xAA292C) is known color: Guardsman Red. HEX triplet: AA, 29 and 2C. RGB value is (170,41,44). Sum of RGB (Red+Green+Blue) = 170+41+44=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA292C is #55D6D3. Grayscale: #505050. Windows color (decimal): -5625556 or 2894250. OLE color: 2894250.

HSL color Cylindrical-coordinate representation of color #AA292C: hue angle of 358.6º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA292C is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 41 44 -
CMYK 0 0.76 0.74 0.33
HSL 358.6º 0.61% 0.41% -
HSV(B) 358.6º 0.76% 0.67% -
XYZ 17.83 10.31 3.43 -
YUV 79.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 170 41 44 0 0.76 0.74 0.33 358.6 0.61 0.41
Hex AA 29 2C 0 4C 4A 21 167 3D 29
Octal 252 51 54 0 114 112 41 547 75 51
Binary 10101010 101001 101100 0 1001100 1001010 100001 101100111 111101 101001

Color Harmonies of #AA292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA292C

Black with #AA292C

Text Example


Text Example

White with #AA292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA292C; }

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

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

background-color css

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

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

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

border-color css

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

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

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