Html Css Color HEX #AA2028 Guardsman Red

📋 copy color: '#AA2028'

red 170 ◦ green 32 ◦ blue 40

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

Shades of Guardsman Red #AA2028

Tints of Guardsman Red #AA2028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.22%

 BLUE value IS 40 (16.02% from 255) = 16.53%

R = 70.25%
G = 13.22%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA2028 (or 0xAA2028) is known color: Guardsman Red. HEX triplet: AA, 20 and 28. RGB value is (170,32,40). Sum of RGB (Red+Green+Blue) = 170+32+40=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2028 is #55DFD7. Grayscale: #4A4A4A. Windows color (decimal): -5627864 or 2629802. OLE color: 2629802.

HSL color Cylindrical-coordinate representation of color #AA2028: hue angle of 356.52º degrees, saturation: 0.68, 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 #AA2028 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 32 40 -
CMYK 0 0.81 0.76 0.33
HSL 356.52º 0.68% 0.4% -
HSV(B) 356.52º 0.81% 0.67% -
XYZ 17.48 9.73 2.96 -
YUV 74.17 108.72 196.35 -
System Red Green Blue C M Y K H S L
Decimal 170 32 40 0 0.81 0.76 0.33 356.52 0.68 0.4
Hex AA 20 28 0 51 4C 21 165 44 28
Octal 252 40 50 0 121 114 41 545 104 50
Binary 10101010 100000 101000 0 1010001 1001100 100001 101100101 1000100 101000

Color Harmonies of #AA2028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2028

Black with #AA2028

Text Example


Text Example

White with #AA2028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2028; }

 p { color: rgb(170,32,40); }

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

background-color css

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

 a { background-color: rgb(170,32,40); }

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

border-color css

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

 span { border-color: rgb(170,32,40); }

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