Html Css Color HEX #AA343F Guardsman Red

📋 copy color: '#AA343F'

red 170 ◦ green 52 ◦ blue 63

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

Shades of Guardsman Red #AA343F

Tints of Guardsman Red #AA343F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.11%

R = 59.65%
G = 18.25%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA343F (or 0xAA343F) is known color: Guardsman Red. HEX triplet: AA, 34 and 3F. RGB value is (170,52,63). Sum of RGB (Red+Green+Blue) = 170+52+63=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA343F is #55CBC0. Grayscale: #585858. Windows color (decimal): -5622721 or 4142250. OLE color: 4142250.

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

Color convert

RGB 170 52 63 -
CMYK 0 0.69 0.63 0.33
HSL 354.41º 0.53% 0.44% -
HSV(B) 354.41º 0.69% 0.67% -
XYZ 18.7 11.36 5.91 -
YUV 88.54 113.59 186.11 -
System Red Green Blue C M Y K H S L
Decimal 170 52 63 0 0.69 0.63 0.33 354.41 0.53 0.44
Hex AA 34 3F 0 45 3F 21 162 35 2C
Octal 252 64 77 0 105 77 41 542 65 54
Binary 10101010 110100 111111 0 1000101 111111 100001 101100010 110101 101100

Color Harmonies of #AA343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA343F

Black with #AA343F

Text Example


Text Example

White with #AA343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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