Html Css Color HEX #AA262C Guardsman Red

📋 copy color: '#AA262C'

red 170 ◦ green 38 ◦ blue 44

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

Shades of Guardsman Red #AA262C

Tints of Guardsman Red #AA262C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.08%

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

R = 67.46%
G = 15.08%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA262C (or 0xAA262C) is known color: Guardsman Red. HEX triplet: AA, 26 and 2C. RGB value is (170,38,44). Sum of RGB (Red+Green+Blue) = 170+38+44=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA262C is #55D9D3. Grayscale: #4E4E4E. Windows color (decimal): -5626324 or 2893482. OLE color: 2893482.

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

Color convert

RGB 170 38 44 -
CMYK 0 0.78 0.74 0.33
HSL 357.27º 0.63% 0.41% -
HSV(B) 357.27º 0.78% 0.67% -
XYZ 17.73 10.11 3.4 -
YUV 78.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 170 38 44 0 0.78 0.74 0.33 357.27 0.63 0.41
Hex AA 26 2C 0 4E 4A 21 165 3F 29
Octal 252 46 54 0 116 112 41 545 77 51
Binary 10101010 100110 101100 0 1001110 1001010 100001 101100101 111111 101001

Color Harmonies of #AA262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA262C

Black with #AA262C

Text Example


Text Example

White with #AA262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA262C; }

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

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

background-color css

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

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

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

border-color css

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

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

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