#AA272B

Color #AA272B Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #AA272B

Tints of Guardsman Red #AA272B

Color information

#AA272B (or 0xAA272B) is unknown color: approx Guardsman Red. HEX triplet: AA, 27 and 2B. RGB value is (170,39,43). Sum of RGB (Red+Green+Blue) = 170+39+43=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA272B is #55D8D4. Grayscale: #4E4E4E. Windows color (decimal): -5626069 or 2828202. OLE color: 2828202.

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

Color convert

RGB1703943-
CMYK00.770.750.33
HSL358.17º62.68%40.98%-
HSV(B)358.17º77.06%66.67%-
XYZ17.7410.173.31-
YUV78.62107.9193.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.46%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 43 (17.19% from 255) = 17.06%
R=67.46%
G=15.48%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170394300.770.750.33358.1762.6840.98
HexAA272B04D4B211663f29
Octal25247530115113415467751
Binary10101010100111101011010011011001011100001101100110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA272B; }

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

 H1.HeaderClassName
 {
   color: #AA272B;
 }
 .AnyTagClassName
 {
   color: #AA272B;
 }
</style>
background-color css

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

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

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

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

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

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