#AA212E

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

Shades of Guardsman Red #AA212E

Tints of Guardsman Red #AA212E

Color information

#AA212E (or 0xAA212E) is unknown color: approx Guardsman Red. HEX triplet: AA, 21 and 2E. RGB value is (170,33,46). Sum of RGB (Red+Green+Blue) = 170+33+46=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA212E is #55DED1. Grayscale: #4B4B4B. Windows color (decimal): -5627602 or 3023274. OLE color: 3023274.

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

Color convert

RGB1703346-
CMYK00.810.730.33
HSL354.31º67.49%39.8%-
HSV(B)354.31º80.59%66.67%-
XYZ17.619.833.55-
YUV75.44111.39195.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.27%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=68.27%
G=13.25%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170334600.810.730.33354.3167.4939.8
HexAA212E05149211624328
Octal252415601211114154210350
Binary101010101000011011100101000110010011000011011000101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA212E; }

 p { color: rgb(170,33,46); }

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

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

 a { background-color: rgb(170,33,46); }

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

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

 span { border-color: rgb(170,33,46); }

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