Html Css Color HEX #AA2126 Guardsman Red

📋 copy color: '#AA2126'

red 170 ◦ green 33 ◦ blue 38

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

Shades of Guardsman Red #AA2126

Tints of Guardsman Red #AA2126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.69%

 BLUE value IS 38 (15.23% from 255) = 15.77%

R = 70.54%
G = 13.69%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA2126 (or 0xAA2126) is known color: Guardsman Red. HEX triplet: AA, 21 and 26. RGB value is (170,33,38). Sum of RGB (Red+Green+Blue) = 170+33+38=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2126 is #55DED9. Grayscale: #4A4A4A. Windows color (decimal): -5627610 or 2498986. OLE color: 2498986.

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

Color convert

RGB 170 33 38 -
CMYK 0 0.81 0.78 0.33
HSL 357.81º 0.67% 0.4% -
HSV(B) 357.81º 0.81% 0.67% -
XYZ 17.47 9.77 2.8 -
YUV 74.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 170 33 38 0 0.81 0.78 0.33 357.81 0.67 0.4
Hex AA 21 26 0 51 4E 21 166 43 28
Octal 252 41 46 0 121 116 41 546 103 50
Binary 10101010 100001 100110 0 1010001 1001110 100001 101100110 1000011 101000

Color Harmonies of #AA2126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2126

Black with #AA2126

Text Example


Text Example

White with #AA2126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2126; }

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

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

background-color css

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

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

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

border-color css

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

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

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