Html Css Color HEX #AA2728 Guardsman Red

📋 copy color: '#AA2728'

red 170 ◦ green 39 ◦ blue 40

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

Shades of Guardsman Red #AA2728

Tints of Guardsman Red #AA2728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.66%

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

R = 68.27%
G = 15.66%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA2728 (or 0xAA2728) is known color: Guardsman Red. HEX triplet: AA, 27 and 28. RGB value is (170,39,40). Sum of RGB (Red+Green+Blue) = 170+39+40=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2728 is #55D8D7. Grayscale: #4E4E4E. Windows color (decimal): -5626072 or 2631594. OLE color: 2631594.

HSL color Cylindrical-coordinate representation of color #AA2728: hue angle of 359.54º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2728 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 39 40 -
CMYK 0 0.77 0.76 0.33
HSL 359.54º 0.63% 0.41% -
HSV(B) 359.54º 0.77% 0.67% -
XYZ 17.69 10.15 3.03 -
YUV 78.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 170 39 40 0 0.77 0.76 0.33 359.54 0.63 0.41
Hex AA 27 28 0 4D 4C 21 168 3F 29
Octal 252 47 50 0 115 114 41 550 77 51
Binary 10101010 100111 101000 0 1001101 1001100 100001 101101000 111111 101001

Color Harmonies of #AA2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2728

Black with #AA2728

Text Example


Text Example

White with #AA2728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2728; }

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

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

background-color css

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

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

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

border-color css

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

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

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