Html Css Color HEX #AA363C Guardsman Red

📋 copy color: '#AA363C'

red 170 ◦ green 54 ◦ blue 60

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

Shades of Guardsman Red #AA363C

Tints of Guardsman Red #AA363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.13%

R = 59.86%
G = 19.01%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA363C (or 0xAA363C) is known color: Guardsman Red. HEX triplet: AA, 36 and 3C. RGB value is (170,54,60). Sum of RGB (Red+Green+Blue) = 170+54+60=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA363C is #55C9C3. Grayscale: #595959. Windows color (decimal): -5622212 or 3946154. OLE color: 3946154.

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

Color convert

RGB 170 54 60 -
CMYK 0 0.68 0.65 0.33
HSL 356.9º 0.52% 0.44% -
HSV(B) 356.9º 0.68% 0.67% -
XYZ 18.71 11.51 5.51 -
YUV 89.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 170 54 60 0 0.68 0.65 0.33 356.9 0.52 0.44
Hex AA 36 3C 0 44 41 21 165 34 2C
Octal 252 66 74 0 104 101 41 545 64 54
Binary 10101010 110110 111100 0 1000100 1000001 100001 101100101 110100 101100

Color Harmonies of #AA363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA363C

Black with #AA363C

Text Example


Text Example

White with #AA363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA363C; }

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

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

background-color css

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

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

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

border-color css

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

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

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