Html Css Color HEX #AA272D Guardsman Red

📋 copy color: '#AA272D'

red 170 ◦ green 39 ◦ blue 45

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

Shades of Guardsman Red #AA272D

Tints of Guardsman Red #AA272D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.35%

 BLUE value IS 45 (17.97% from 255) = 17.72%

R = 66.93%
G = 15.35%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA272D (or 0xAA272D) is known color: Guardsman Red. HEX triplet: AA, 27 and 2D. RGB value is (170,39,45). Sum of RGB (Red+Green+Blue) = 170+39+45=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA272D is #55D8D2. Grayscale: #4E4E4E. Windows color (decimal): -5626067 or 2959274. OLE color: 2959274.

HSL color Cylindrical-coordinate representation of color #AA272D: hue angle of 357.25º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA272D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 39 45 -
CMYK 0 0.77 0.74 0.33
HSL 357.25º 0.63% 0.41% -
HSV(B) 357.25º 0.77% 0.67% -
XYZ 17.78 10.19 3.51 -
YUV 78.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 170 39 45 0 0.77 0.74 0.33 357.25 0.63 0.41
Hex AA 27 2D 0 4D 4A 21 165 3F 29
Octal 252 47 55 0 115 112 41 545 77 51
Binary 10101010 100111 101101 0 1001101 1001010 100001 101100101 111111 101001

Color Harmonies of #AA272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA272D

Black with #AA272D

Text Example


Text Example

White with #AA272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA272D; }

 p { color: rgb(170,39,45); }

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

background-color css

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

 a { background-color: rgb(170,39,45); }

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

border-color css

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

 span { border-color: rgb(170,39,45); }

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