Html Css Color HEX #AA3839 Guardsman Red

📋 copy color: '#AA3839'

red 170 ◦ green 56 ◦ blue 57

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

Shades of Guardsman Red #AA3839

Tints of Guardsman Red #AA3839

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.79%

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

R = 60.07%
G = 19.79%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA3839 (or 0xAA3839) is known color: Guardsman Red. HEX triplet: AA, 38 and 39. RGB value is (170,56,57). Sum of RGB (Red+Green+Blue) = 170+56+57=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3839 is #55C7C6. Grayscale: #5A5A5A. Windows color (decimal): -5621703 or 3750058. OLE color: 3750058.

HSL color Cylindrical-coordinate representation of color #AA3839: hue angle of 359.47º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3839 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 56 57 -
CMYK 0 0.67 0.66 0.33
HSL 359.47º 0.5% 0.44% -
HSV(B) 359.47º 0.67% 0.67% -
XYZ 18.73 11.67 5.14 -
YUV 90.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 170 56 57 0 0.67 0.66 0.33 359.47 0.5 0.44
Hex AA 38 39 0 43 42 21 167 32 2C
Octal 252 70 71 0 103 102 41 547 62 54
Binary 10101010 111000 111001 0 1000011 1000010 100001 101100111 110010 101100

Color Harmonies of #AA3839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3839

Black with #AA3839

Text Example


Text Example

White with #AA3839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3839; }

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

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

background-color css

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

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

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

border-color css

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

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

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