Html Css Color HEX #AA363B Guardsman Red

📋 copy color: '#AA363B'

red 170 ◦ green 54 ◦ blue 59

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

Shades of Guardsman Red #AA363B

Tints of Guardsman Red #AA363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.85%

R = 60.07%
G = 19.08%
B = 20.85%

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

#AA363B (or 0xAA363B) is known color: Guardsman Red. HEX triplet: AA, 36 and 3B. RGB value is (170,54,59). Sum of RGB (Red+Green+Blue) = 170+54+59=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA363B is #55C9C4. Grayscale: #595959. Windows color (decimal): -5622213 or 3880618. OLE color: 3880618.

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

Color convert

RGB 170 54 59 -
CMYK 0 0.68 0.65 0.33
HSL 357.41º 0.52% 0.44% -
HSV(B) 357.41º 0.68% 0.67% -
XYZ 18.69 11.5 5.37 -
YUV 89.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 170 54 59 0 0.68 0.65 0.33 357.41 0.52 0.44
Hex AA 36 3B 0 44 41 21 165 34 2C
Octal 252 66 73 0 104 101 41 545 64 54
Binary 10101010 110110 111011 0 1000100 1000001 100001 101100101 110100 101100

Color Harmonies of #AA363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA363B

Black with #AA363B

Text Example


Text Example

White with #AA363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA363B; }

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

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

background-color css

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

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

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

border-color css

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

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

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