Html Css Color HEX #AA2639 Guardsman Red

📋 copy color: '#AA2639'

red 170 ◦ green 38 ◦ blue 57

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

Shades of Guardsman Red #AA2639

Tints of Guardsman Red #AA2639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.51%

R = 64.15%
G = 14.34%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA2639 (or 0xAA2639) is known color: Guardsman Red. HEX triplet: AA, 26 and 39. RGB value is (170,38,57). Sum of RGB (Red+Green+Blue) = 170+38+57=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2639 is #55D9C6. Grayscale: #4F4F4F. Windows color (decimal): -5626311 or 3745450. OLE color: 3745450.

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

Color convert

RGB 170 38 57 -
CMYK 0 0.78 0.66 0.33
HSL 351.36º 0.63% 0.41% -
HSV(B) 351.36º 0.78% 0.67% -
XYZ 18.01 10.23 4.9 -
YUV 79.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 170 38 57 0 0.78 0.66 0.33 351.36 0.63 0.41
Hex AA 26 39 0 4E 42 21 15F 3F 29
Octal 252 46 71 0 116 102 41 537 77 51
Binary 10101010 100110 111001 0 1001110 1000010 100001 101011111 111111 101001

Color Harmonies of #AA2639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2639

Black with #AA2639

Text Example


Text Example

White with #AA2639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2639; }

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

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

background-color css

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

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

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

border-color css

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

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

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