Html Css Color HEX #AA202F Guardsman Red

📋 copy color: '#AA202F'

red 170 ◦ green 32 ◦ blue 47

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

Shades of Guardsman Red #AA202F

Tints of Guardsman Red #AA202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 68.27%
G = 12.85%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA202F (or 0xAA202F) is known color: Guardsman Red. HEX triplet: AA, 20 and 2F. RGB value is (170,32,47). Sum of RGB (Red+Green+Blue) = 170+32+47=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA202F is #55DFD0. Grayscale: #4B4B4B. Windows color (decimal): -5627857 or 3088554. OLE color: 3088554.

HSL color Cylindrical-coordinate representation of color #AA202F: hue angle of 353.48º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA202F is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 32 47 -
CMYK 0 0.81 0.72 0.33
HSL 353.48º 0.68% 0.4% -
HSV(B) 353.48º 0.81% 0.67% -
XYZ 17.61 9.78 3.65 -
YUV 74.97 112.22 195.78 -
System Red Green Blue C M Y K H S L
Decimal 170 32 47 0 0.81 0.72 0.33 353.48 0.68 0.4
Hex AA 20 2F 0 51 48 21 161 44 28
Octal 252 40 57 0 121 110 41 541 104 50
Binary 10101010 100000 101111 0 1010001 1001000 100001 101100001 1000100 101000

Color Harmonies of #AA202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA202F

Black with #AA202F

Text Example


Text Example

White with #AA202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA202F; }

 p { color: rgb(170,32,47); }

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

background-color css

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

 a { background-color: rgb(170,32,47); }

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

border-color css

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

 span { border-color: rgb(170,32,47); }

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