Html Css Color HEX #AA363A Guardsman Red

📋 copy color: '#AA363A'

red 170 ◦ green 54 ◦ blue 58

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

Shades of Guardsman Red #AA363A

Tints of Guardsman Red #AA363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 60.28%
G = 19.15%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA363A (or 0xAA363A) is known color: Guardsman Red. HEX triplet: AA, 36 and 3A. RGB value is (170,54,58). Sum of RGB (Red+Green+Blue) = 170+54+58=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA363A is #55C9C5. Grayscale: #595959. Windows color (decimal): -5622214 or 3815082. OLE color: 3815082.

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

Color convert

RGB 170 54 58 -
CMYK 0 0.68 0.66 0.33
HSL 357.93º 0.52% 0.44% -
HSV(B) 357.93º 0.68% 0.67% -
XYZ 18.66 11.49 5.24 -
YUV 89.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 170 54 58 0 0.68 0.66 0.33 357.93 0.52 0.44
Hex AA 36 3A 0 44 42 21 166 34 2C
Octal 252 66 72 0 104 102 41 546 64 54
Binary 10101010 110110 111010 0 1000100 1000010 100001 101100110 110100 101100

Color Harmonies of #AA363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA363A

Black with #AA363A

Text Example


Text Example

White with #AA363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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