Html Css Color HEX #AA363D Guardsman Red

📋 copy color: '#AA363D'

red 170 ◦ green 54 ◦ blue 61

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

Shades of Guardsman Red #AA363D

Tints of Guardsman Red #AA363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.95%

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 59.65%
G = 18.95%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA363D (or 0xAA363D) is known color: Guardsman Red. HEX triplet: AA, 36 and 3D. RGB value is (170,54,61). Sum of RGB (Red+Green+Blue) = 170+54+61=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA363D is #55C9C2. Grayscale: #595959. Windows color (decimal): -5622211 or 4011690. OLE color: 4011690.

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

Color convert

RGB 170 54 61 -
CMYK 0 0.68 0.64 0.33
HSL 356.38º 0.52% 0.44% -
HSV(B) 356.38º 0.68% 0.67% -
XYZ 18.74 11.52 5.65 -
YUV 89.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 170 54 61 0 0.68 0.64 0.33 356.38 0.52 0.44
Hex AA 36 3D 0 44 40 21 164 34 2C
Octal 252 66 75 0 104 100 41 544 64 54
Binary 10101010 110110 111101 0 1000100 1000000 100001 101100100 110100 101100

Color Harmonies of #AA363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA363D

Black with #AA363D

Text Example


Text Example

White with #AA363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA363D; }

 p { color: rgb(170,54,61); }

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

background-color css

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

 a { background-color: rgb(170,54,61); }

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

border-color css

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

 span { border-color: rgb(170,54,61); }

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