Html Css Color HEX #AA3638 Guardsman Red

📋 copy color: '#AA3638'

red 170 ◦ green 54 ◦ blue 56

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

Shades of Guardsman Red #AA3638

Tints of Guardsman Red #AA3638

RGB

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

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

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

R = 60.71%
G = 19.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA3638 (or 0xAA3638) is known color: Guardsman Red. HEX triplet: AA, 36 and 38. RGB value is (170,54,56). Sum of RGB (Red+Green+Blue) = 170+54+56=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3638 is #55C9C7. Grayscale: #595959. Windows color (decimal): -5622216 or 3684010. OLE color: 3684010.

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

Color convert

RGB 170 54 56 -
CMYK 0 0.68 0.67 0.33
HSL 358.97º 0.52% 0.44% -
HSV(B) 358.97º 0.68% 0.67% -
XYZ 18.61 11.47 4.97 -
YUV 88.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 170 54 56 0 0.68 0.67 0.33 358.97 0.52 0.44
Hex AA 36 38 0 44 43 21 167 34 2C
Octal 252 66 70 0 104 103 41 547 64 54
Binary 10101010 110110 111000 0 1000100 1000011 100001 101100111 110100 101100

Color Harmonies of #AA3638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3638

Black with #AA3638

Text Example


Text Example

White with #AA3638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3638; }

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

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

background-color css

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

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

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

border-color css

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

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

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