Html Css Color HEX #AA343B Guardsman Red

📋 copy color: '#AA343B'

red 170 ◦ green 52 ◦ blue 59

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

Shades of Guardsman Red #AA343B

Tints of Guardsman Red #AA343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.51%

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

R = 60.5%
G = 18.51%
B = 21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA343B (or 0xAA343B) is known color: Guardsman Red. HEX triplet: AA, 34 and 3B. RGB value is (170,52,59). Sum of RGB (Red+Green+Blue) = 170+52+59=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA343B is #55CBC4. Grayscale: #585858. Windows color (decimal): -5622725 or 3880106. OLE color: 3880106.

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

Color convert

RGB 170 52 59 -
CMYK 0 0.69 0.65 0.33
HSL 356.44º 0.53% 0.44% -
HSV(B) 356.44º 0.69% 0.67% -
XYZ 18.59 11.32 5.34 -
YUV 88.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 170 52 59 0 0.69 0.65 0.33 356.44 0.53 0.44
Hex AA 34 3B 0 45 41 21 164 35 2C
Octal 252 64 73 0 105 101 41 544 65 54
Binary 10101010 110100 111011 0 1000101 1000001 100001 101100100 110101 101100

Color Harmonies of #AA343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA343B

Black with #AA343B

Text Example


Text Example

White with #AA343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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