Html Css Color HEX #AA2628 Guardsman Red

📋 copy color: '#AA2628'

red 170 ◦ green 38 ◦ blue 40

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

Shades of Guardsman Red #AA2628

Tints of Guardsman Red #AA2628

RGB

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

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

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

R = 68.55%
G = 15.32%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA2628 (or 0xAA2628) is known color: Guardsman Red. HEX triplet: AA, 26 and 28. RGB value is (170,38,40). Sum of RGB (Red+Green+Blue) = 170+38+40=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2628 is #55D9D7. Grayscale: #4D4D4D. Windows color (decimal): -5626328 or 2631338. OLE color: 2631338.

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

Color convert

RGB 170 38 40 -
CMYK 0 0.78 0.76 0.33
HSL 359.09º 0.63% 0.41% -
HSV(B) 359.09º 0.78% 0.67% -
XYZ 17.65 10.09 3.02 -
YUV 77.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 170 38 40 0 0.78 0.76 0.33 359.09 0.63 0.41
Hex AA 26 28 0 4E 4C 21 167 3F 29
Octal 252 46 50 0 116 114 41 547 77 51
Binary 10101010 100110 101000 0 1001110 1001100 100001 101100111 111111 101001

Color Harmonies of #AA2628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2628

Black with #AA2628

Text Example


Text Example

White with #AA2628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2628; }

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

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

background-color css

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

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

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

border-color css

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

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

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