Html Css Color HEX #AA202B Guardsman Red

📋 copy color: '#AA202B'

red 170 ◦ green 32 ◦ blue 43

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

Shades of Guardsman Red #AA202B

Tints of Guardsman Red #AA202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.55%

R = 69.39%
G = 13.06%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA202B (or 0xAA202B) is known color: Guardsman Red. HEX triplet: AA, 20 and 2B. RGB value is (170,32,43). Sum of RGB (Red+Green+Blue) = 170+32+43=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA202B is #55DFD4. Grayscale: #4A4A4A. Windows color (decimal): -5627861 or 2826410. OLE color: 2826410.

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

Color convert

RGB 170 32 43 -
CMYK 0 0.81 0.75 0.33
HSL 355.22º 0.68% 0.4% -
HSV(B) 355.22º 0.81% 0.67% -
XYZ 17.53 9.75 3.24 -
YUV 74.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 170 32 43 0 0.81 0.75 0.33 355.22 0.68 0.4
Hex AA 20 2B 0 51 4B 21 163 44 28
Octal 252 40 53 0 121 113 41 543 104 50
Binary 10101010 100000 101011 0 1010001 1001011 100001 101100011 1000100 101000

Color Harmonies of #AA202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA202B

Black with #AA202B

Text Example


Text Example

White with #AA202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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