Html Css Color HEX #AA3438 Guardsman Red

📋 copy color: '#AA3438'

red 170 ◦ green 52 ◦ blue 56

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

Shades of Guardsman Red #AA3438

Tints of Guardsman Red #AA3438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.14%

R = 61.15%
G = 18.71%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA3438 (or 0xAA3438) is known color: Guardsman Red. HEX triplet: AA, 34 and 38. RGB value is (170,52,56). Sum of RGB (Red+Green+Blue) = 170+52+56=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3438 is #55CBC7. Grayscale: #575757. Windows color (decimal): -5622728 or 3683498. OLE color: 3683498.

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

Color convert

RGB 170 52 56 -
CMYK 0 0.69 0.67 0.33
HSL 357.97º 0.53% 0.44% -
HSV(B) 357.97º 0.69% 0.67% -
XYZ 18.52 11.29 4.94 -
YUV 87.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 170 52 56 0 0.69 0.67 0.33 357.97 0.53 0.44
Hex AA 34 38 0 45 43 21 166 35 2C
Octal 252 64 70 0 105 103 41 546 65 54
Binary 10101010 110100 111000 0 1000101 1000011 100001 101100110 110101 101100

Color Harmonies of #AA3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3438

Black with #AA3438

Text Example


Text Example

White with #AA3438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3438; }

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

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

background-color css

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

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

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

border-color css

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

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

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