Html Css Color HEX #AA262A Guardsman Red

📋 copy color: '#AA262A'

red 170 ◦ green 38 ◦ blue 42

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

Shades of Guardsman Red #AA262A

Tints of Guardsman Red #AA262A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.8%

R = 68%
G = 15.2%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA262A (or 0xAA262A) is known color: Guardsman Red. HEX triplet: AA, 26 and 2A. RGB value is (170,38,42). Sum of RGB (Red+Green+Blue) = 170+38+42=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA262A is #55D9D5. Grayscale: #4E4E4E. Windows color (decimal): -5626326 or 2762410. OLE color: 2762410.

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

Color convert

RGB 170 38 42 -
CMYK 0 0.78 0.75 0.33
HSL 358.18º 0.63% 0.41% -
HSV(B) 358.18º 0.78% 0.67% -
XYZ 17.69 10.1 3.21 -
YUV 77.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 170 38 42 0 0.78 0.75 0.33 358.18 0.63 0.41
Hex AA 26 2A 0 4E 4B 21 166 3F 29
Octal 252 46 52 0 116 113 41 546 77 51
Binary 10101010 100110 101010 0 1001110 1001011 100001 101100110 111111 101001

Color Harmonies of #AA262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA262A

Black with #AA262A

Text Example


Text Example

White with #AA262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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