Html Css Color HEX #AA262D Guardsman Red

📋 copy color: '#AA262D'

red 170 ◦ green 38 ◦ blue 45

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

Shades of Guardsman Red #AA262D

Tints of Guardsman Red #AA262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.79%

R = 67.19%
G = 15.02%
B = 17.79%

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

#AA262D (or 0xAA262D) is known color: Guardsman Red. HEX triplet: AA, 26 and 2D. RGB value is (170,38,45). Sum of RGB (Red+Green+Blue) = 170+38+45=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA262D is #55D9D2. Grayscale: #4E4E4E. Windows color (decimal): -5626323 or 2959018. OLE color: 2959018.

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

Color convert

RGB 170 38 45 -
CMYK 0 0.78 0.74 0.33
HSL 356.82º 0.63% 0.41% -
HSV(B) 356.82º 0.78% 0.67% -
XYZ 17.74 10.12 3.5 -
YUV 78.27 109.23 193.43 -
System Red Green Blue C M Y K H S L
Decimal 170 38 45 0 0.78 0.74 0.33 356.82 0.63 0.41
Hex AA 26 2D 0 4E 4A 21 165 3F 29
Octal 252 46 55 0 116 112 41 545 77 51
Binary 10101010 100110 101101 0 1001110 1001010 100001 101100101 111111 101001

Color Harmonies of #AA262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA262D

Black with #AA262D

Text Example


Text Example

White with #AA262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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