Html Css Color HEX #AA3D3E Guardsman Red

📋 copy color: '#AA3D3E'

red 170 ◦ green 61 ◦ blue 62

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

Shades of Guardsman Red #AA3D3E

Tints of Guardsman Red #AA3D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.82%

 BLUE value IS 62 (24.61% from 255) = 21.16%

R = 58.02%
G = 20.82%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA3D3E (or 0xAA3D3E) is known color: Guardsman Red. HEX triplet: AA, 3D and 3E. RGB value is (170,61,62). Sum of RGB (Red+Green+Blue) = 170+61+62=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D3E is #55C2C1. Grayscale: #5D5D5D. Windows color (decimal): -5620418 or 4079018. OLE color: 4079018.

HSL color Cylindrical-coordinate representation of color #AA3D3E: hue angle of 359.45º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA3D3E is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 61 62 -
CMYK 0 0.64 0.64 0.33
HSL 359.45º 0.47% 0.45% -
HSV(B) 359.45º 0.64% 0.67% -
XYZ 19.12 12.23 5.91 -
YUV 93.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 170 61 62 0 0.64 0.64 0.33 359.45 0.47 0.45
Hex AA 3D 3E 0 40 40 21 167 2F 2D
Octal 252 75 76 0 100 100 41 547 57 55
Binary 10101010 111101 111110 0 1000000 1000000 100001 101100111 101111 101101

Color Harmonies of #AA3D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D3E

Black with #AA3D3E

Text Example


Text Example

White with #AA3D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D3E; }

 p { color: rgb(170,61,62); }

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

background-color css

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

 a { background-color: rgb(170,61,62); }

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

border-color css

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

 span { border-color: rgb(170,61,62); }

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