Html Css Color HEX #AA2733 Guardsman Red

📋 copy color: '#AA2733'

red 170 ◦ green 39 ◦ blue 51

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

Shades of Guardsman Red #AA2733

Tints of Guardsman Red #AA2733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.62%

R = 65.38%
G = 15%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA2733 (or 0xAA2733) is known color: Guardsman Red. HEX triplet: AA, 27 and 33. RGB value is (170,39,51). Sum of RGB (Red+Green+Blue) = 170+39+51=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2733 is #55D8CC. Grayscale: #4F4F4F. Windows color (decimal): -5626061 or 3352490. OLE color: 3352490.

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

Color convert

RGB 170 39 51 -
CMYK 0 0.77 0.7 0.33
HSL 354.5º 0.63% 0.41% -
HSV(B) 354.5º 0.77% 0.67% -
XYZ 17.9 10.24 4.16 -
YUV 79.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 170 39 51 0 0.77 0.7 0.33 354.5 0.63 0.41
Hex AA 27 33 0 4D 46 21 163 3F 29
Octal 252 47 63 0 115 106 41 543 77 51
Binary 10101010 100111 110011 0 1001101 1000110 100001 101100011 111111 101001

Color Harmonies of #AA2733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2733

Black with #AA2733

Text Example


Text Example

White with #AA2733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2733; }

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

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

background-color css

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

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

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

border-color css

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

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

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